Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageInfo.cpp50 int SkColorInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkColorInfo
/external/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.h591 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function