Searched refs:mlib_ImageGetLutType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCheck.h87 || (mlib_ImageGetLutType(colormap) != mlib_ImageGetType(image))) { \
H A Dmlib_ImageColormap.h97 #define mlib_ImageGetLutType(colormap) \ macro
H A Dmlib_ImageAffine.c220 if (mlib_ImageGetLutType(colormap) == MLIB_SHORT)
H A Dmlib_ImageAffineEdge.c668 mlib_type ltype = mlib_ImageGetLutType(colormap);
801 ltype = (colormap != NULL) ? mlib_ImageGetLutType(colormap) : type;

Completed in 33 milliseconds