Lines Matching refs:trueColor
703 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
704 …const int c2 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight()
705 …const int c3 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
706 …const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOver… in getPixelInterpolateWeight()
713 if (im->trueColor) { in getPixelInterpolateWeight()
769 if (im->trueColor == 1) { in getPixelInterpolated()
791 if (im->trueColor) { in getPixelInterpolated()
1069 if (!src->trueColor) { in gdImageScaleTwoPass()
1134 if (im->trueColor) { in gdImageScaleNearestNeighbour()
1355 if (im->trueColor) { in gdImageScaleBilinear()
1388 if (src->trueColor == 0) { in gdImageScaleBicubicFixed()
2159 if (src->trueColor == 0) { in gdImageRotateInterpolated()
2283 if (!src->trueColor) { in gdTransformAffineGetImage()
2403 if (dst->trueColor) { in gdTransformAffineCopy()
2416 if (dst->trueColor) { in gdTransformAffineCopy()