Searched defs:shiftPerPixel (Results 1 – 4 of 4) sorted by relevance
221 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
201 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
505 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
137 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo