Home
last modified time | relevance | path

Searched defs:shiftPerPixel (Results 1 – 6 of 6) 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.cpp40 int SkImageInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkImageInfo
/external/skia/include/core/
DSkPixmap.h224 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h199 int shiftPerPixel() const { return fPixmap.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