Searched refs:MLIB_BIT (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCreate.c77 * type image data type, one of MLIB_BIT, MLIB_BYTE, MLIB_SHORT,
198 case MLIB_BIT:
220 ((type == MLIB_BIT) && (stride * 8 != width * channels))) {
300 case MLIB_BIT:
344 if ((type == MLIB_BIT) && (wb * 8 != width * channels)) {
434 case MLIB_BIT:
450 if (subimage != NULL && type == MLIB_BIT)
487 case MLIB_BIT:
503 if (dst != NULL && type == MLIB_BIT) {
H A Dmlib_image_types.h35 MLIB_BIT = 0, /* 1-bit data */ enumerator in enum:__anon774
H A Dmlib_ImageCheck.h81 (mlib_ImageGetType(dst) != MLIB_BIT)) { \
H A Dmlib_c_ImageConvClearEdge.c136 case MLIB_BIT:
H A Dmlib_c_ImageConvCopyEdge.c142 case MLIB_BIT:
H A Dmlib_ImageAffine.c69 * They can have 1, 2, 3 or 4 channels. They can be in MLIB_BIT, MLIB_BYTE,
228 if (type == MLIB_BIT) {
353 if (type != MLIB_BIT && type != MLIB_BYTE &&
H A Dmlib_ImageConvKernelConvert.c209 else if ((type == MLIB_INT) || (type == MLIB_BIT)) {
H A Dmlib_c_ImageLookUp.c47 * MLIB_BIT, MLIB_BYTE, MLIB_SHORT, MLIB_USHORT, or MLIB_INT. The lookup
140 } else if (stype == MLIB_BIT) {
369 } else if (stype == MLIB_BIT) {
H A Dmlib_ImageConvClearEdge_Bit.c57 * img can have 1 channels of MLIB_BIT data type.
88 if ((mlib_ImageGetType(img) != MLIB_BIT) || (mlib_ImageGetChannels(img) != 1))
H A Dmlib_c_ImageCopy.c41 * They can have 1, 2, 3 or 4 channels of MLIB_BIT, MLIB_BYTE, MLIB_SHORT,
104 case MLIB_BIT:
158 return MLIB_FAILURE; /* MLIB_BIT is not supported here */
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageClear.c40 * img can have 1, 2, 3 or 4 channels of MLIB_BIT, MLIB_BYTE,
78 case MLIB_BIT:
179 return MLIB_FAILURE; /* MLIB_BIT is not supported here */
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy.c42 * They can have 1, 2, 3 or 4 channels of MLIB_BIT, MLIB_BYTE,
98 case MLIB_BIT:
H A Dmlib_v_ImageLookUp.c48 * MLIB_BIT, MLIB_BYTE, MLIB_SHORT, or MLIB_INT. The lookup table may be
163 else if (stype == MLIB_BIT) {
279 else if (stype == MLIB_BIT) {
H A Dmlib_v_ImageChannelInsert.c708 case MLIB_BIT:
710 return MLIB_FAILURE; /* MLIB_BIT is not supported here */
H A Dmlib_v_ImageChannelExtract.c817 case MLIB_BIT:
819 return MLIB_FAILURE; /* MLIB_BIT is not supported here */
H A Dmlib_v_ImageConvCopyEdge.c230 case MLIB_BIT:
H A Dmlib_v_ImageConvClearEdge.c259 case MLIB_BIT:

Completed in 48 milliseconds