Searched refs:theTranspColor (Results 1 – 1 of 1) sorted by relevance
91 SkPMColor* theTranspColor);302 SkPMColor theTranspColor = 0; // 0 tells us not to try to match in onDecode() local304 if (!this->getBitmapColorType(png_ptr, info_ptr, &colorType, &hasAlpha, &theTranspColor)) { in onDecode()447 if (0 != theTranspColor) { in onDecode()448 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor); in onDecode()