Searched defs:shiftPerPixel (Results 1 – 7 of 7) sorted by relevance
39 int SkImageInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkImageInfo
48 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
588 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
214 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
199 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function