Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkImageInfo.cpp39 int SkImageInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkImageInfo
/external/skia/src/core/
DSkImageInfo.cpp48 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.h588 int shiftPerPixel() const { return fColorInfo.shiftPerPixel(); } in shiftPerPixel() function
/external/skqp/include/core/
DSkPixmap.h214 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h199 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function