Home
last modified time | relevance | path

Searched defs:shiftPerPixel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/include/core/
H A DSkPixmap.h221 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
H A DSkBitmap.h201 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
H A DSkImageInfo.h505 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
/aosp_15_r20/external/skia/src/core/
H A DSkImageInfo.cpp137 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo