Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkImageInfo.cpp49 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo
/third_party/skia/m133/include/core/
DSkPixmap.h221 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h201 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
DSkImageInfo.h505 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
/third_party/skia/include/core/
DSkPixmap.h211 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h192 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
DSkImageInfo.h590 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
/third_party/skia/m133/src/core/
DSkImageInfo.cpp137 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo