Searched defs:shiftPerPixel (Results 1 – 7 of 7) sorted by relevance
40 int SkImageInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkImageInfo
49 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo
211 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
192 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
590 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
219 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
191 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function