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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h163 int needToExpand; /* If true, the pixels are packed */ member in struct:__anon676
164 int expandToNbits; /* If needToExpand, how many bits to allocate */
H A Dawt_parseImage.c651 hintP->needToExpand = TRUE;
664 hintP->needToExpand = TRUE;
762 hintP->needToExpand = TRUE;
768 hintP->needToExpand = TRUE;
782 if (hintP->needToExpand) {
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1845 if (srcP->hints.needToExpand) {

Completed in 33 milliseconds