Searched refs:theTranspColor (Results 1 – 1 of 1) sorted by relevance
79 SkPMColor *theTranspColor);284 SkPMColor theTranspColor = 0; // 0 tells us not to try to match in onDecode() local287 &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() local632 &doDither, &theTranspColor) == false) { in onDecodeRegion()774 if (0 != theTranspColor) { in onDecodeRegion()775 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor); in onDecodeRegion()