Searched refs:cmType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h138 int cmType; /* Type of color model */ member in struct:__anon675
H A Dawt_parseImage.c487 cmP->cmType = getColorModelType(env, jcmodel);
539 cmP->cmType == INDEX_CM_TYPE)
607 if (cmodelP->cmType != INDEX_CM_TYPE) {
654 } else if (cmodelP->cmType == INDEX_CM_TYPE) {
684 else if (cmodelP->cmType == COMPONENT_CM_TYPE) {
744 else if (cmodelP->cmType == DIRECT_CM_TYPE || cmodelP->cmType == PACKED_CM_TYPE) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c826 useIndexed = (srcImageP->cmodel.cmType == INDEX_CM_TYPE &&
827 dstImageP->cmodel.cmType == INDEX_CM_TYPE &&
874 if (dstImageP->cmodel.cmType == INDEX_CM_TYPE) {
1863 if (srcCMP->cmType == INDEX_CM_TYPE) {
1948 else if (srcCMP->cmType != INDEX_CM_TYPE &&
2203 switch(imageP->cmodel.cmType) {
2226 } /* switch(imageP->cmodel.cmType) */
2592 if (dstP->cmodel.cmType == DIRECT_CM_TYPE) {
2655 if (dstP->cmodel.cmType == INDEX_CM_TYPE) {
2701 else if (dstP->cmodel.cmType
[all...]

Completed in 42 milliseconds