Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libpng.cpp79 SkPMColor *theTranspColor);
284 SkPMColor theTranspColor = 0; // 0 tells us not to try to match in onDecode() local
287 &doDither, &theTranspColor) == false) { in onDecode()
415 if (0 != theTranspColor) { in onDecode()
416 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor); in onDecode()
629 SkPMColor theTranspColor = 0; // 0 tells us not to try to match in onDecodeRegion() local
632 &doDither, &theTranspColor) == false) { in onDecodeRegion()
774 if (0 != theTranspColor) { in onDecodeRegion()
775 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor); in onDecodeRegion()