Searched refs:getIndex8Color (Results 1 – 4 of 4) sorted by relevance
463 inline SkPMColor getIndex8Color(int x, int y) const;820 inline SkPMColor SkBitmap::getIndex8Color(int x, int y) const { in getIndex8Color() function
264 *color = SkUnPreMultiply::PMColorToColor(bm.getIndex8Color(0, 0)); in canUseColorShader()
67 #define BITMAP_PIXEL_TO_PMCOLOR(bitmap, x, y) bitmap.getIndex8Color(x, y)
632 SkPMColor c = this->getIndex8Color(x, y); in getColor()