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