Searched refs:reallyHasAlpha (Results 1 – 1 of 1) sorted by relevance
151 bool reallyHasAlpha = false; in substituteTranspColor() local158 reallyHasAlpha = true; in substituteTranspColor()163 return reallyHasAlpha; in substituteTranspColor()324 bool reallyHasAlpha = false; in onDecode() local328 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable); in onDecode()365 reallyHasAlpha = true; in onDecode()419 reallyHasAlpha |= sampler.next(base); in onDecode()430 reallyHasAlpha |= sampler.next(srcRow); in onDecode()448 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor); in onDecode()450 if (reallyHasAlpha && this->getRequireUnpremultipliedColors()) { in onDecode()[all …]