Home
last modified time | relevance | path

Searched refs:private_rmBitmapGetWidth (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openrm/rm160/rm/
H A Drmbitmap.c181 …if ((private_rmBitmapGetWidth(src) != private_rmBitmapGetWidth(dst)) || (private_rmBitmapGetHeight… in rmBitmapCopy()
398 *width_return = private_rmBitmapGetWidth(b); in rmBitmapGetSize()
H A Drmprivat.h406 #define private_rmBitmapGetWidth(b) ((b)->w) macro