Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPixmap.h87 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h109 int shiftPerPixel() const { return this->fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkImageInfo.h274 int shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function
/external/skia/src/core/
DSkDraw.cpp200 int shiftPerPixel; in CallBitmapXferProc() local