Searched refs:img_check (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_input8.h39 img_check(srcBPP == 8)
56 img_check(((unsigned int) pixel) <= 255); \
57 img_check(mapsize >= 256); \
H A Dimg_output16.h40 img_check(clrdata->bitsperpixel == 16); \
41 img_check((ScanBytes(cvdata) & 1) == 0); \
H A Dimg_output32.h40 img_check(clrdata->bitsperpixel == 32); \
41 img_check((ScanBytes(cvdata) & 3) == 0); \
H A Dimg_input32.h39 img_check(srcBPP == 32)
H A Dimg_output16_32.h49 img_check((ScanBytes(cvdata) & ((1 << dst32)-1)) == 0); \
H A Dimg_output24.h42 img_check(clrdata->bitsperpixel == 24); \
H A Dimg_output8.h40 img_check(clrdata->bitsperpixel == 8); \
H A Dimg_output8_16_32.h50 img_check((ScanBytes(cvdata) & ((1 << dst32)-1)) == 0); \
H A Dimg_output8_32.h49 img_check((ScanBytes(cvdata) & ((1 << dst32)-1)) == 0); \
H A Dimg_alpha.h96 img_check(mask < endMask); \
147 img_check(mask < endMask); \
H A Dimg_output8_16_24.h56 img_check(pixsz != 2 || (ScanBytes(cvdata) & 1) == 0); \
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dimg_util_md.h78 #undef img_check macro
79 #define img_check(condition) \ macro
88 #define img_check(condition) do {} while (0) macro

Completed in 31 milliseconds