Home
last modified time | relevance | path

Searched refs:reallyHasAlpha (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libpng.cpp151 bool reallyHasAlpha = false; in substituteTranspColor() local
158 reallyHasAlpha = true; in substituteTranspColor()
163 return reallyHasAlpha; in substituteTranspColor()
324 bool reallyHasAlpha = false; in onDecode() local
328 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 …]