Searched defs:theTranspColor (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp107 SkPMColor* theTranspColor);
330 SkPMColor theTranspColor = 0; // 0 tells us not to try to match local
332 if (!this->getBitmapColorType(png_ptr, info_ptr, &colorType, &hasAlpha, &theTranspColor)) {
475 if (0 != theTranspColor) {
476 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor);
791 SkPMColor theTranspColor = 0; // 0 tells us not to try to match local
793 if (!this->getBitmapColorType(png_ptr, info_ptr, &colorType, &hasAlpha, &theTranspColor)) {
955 if (0 != theTranspColor) {
956 reallyHasAlpha |= substituteTranspColor(&decodedBitmap, theTranspColor);

Completed in 173 milliseconds