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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h139 int isDefaultCM; /* If TRUE, it is the default color model */ member in struct:__anon675
H A Dawt_parseImage.c489 cmP->isDefaultCM = FALSE;
494 cmP->isDefaultCM = TRUE;
518 cmP->isDefaultCM = ((*env)->IsSameObject(env, s_jdefCM, jcmodel));
519 cmP->isDefaultCompatCM = cmP->isDefaultCM;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1916 else if (dstP->cmodel.isDefaultCM) {
1935 if (!srcCMP->isDefaultCM) {
1939 if (!dstCMP->isDefaultCM) {

Completed in 1882 milliseconds