Home
last modified time | relevance | path

Searched defs:shiftPerPixel (Results 1 – 4 of 4) 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/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