Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageInfo.cpp99 int SkImageInfo::shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function in SkImageInfo
DSkDraw.cpp160 int shiftPerPixel; in CallBitmapXferProc() local
/external/skqp/include/core/
DSkPixmap.h209 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h186 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
DSkImageInfo.h275 int shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function
/external/skia/include/core/
DSkPixmap.h202 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
DSkBitmap.h186 int shiftPerPixel() const { return fPixmap.shiftPerPixel(); } in shiftPerPixel() function
/external/skqp/site/user/api/
DSkImageInfo_Reference.md919 ## shiftPerPixel section in <a name="SkImageInfo"></a> Struct SkImageInfo
DSkPixmap_Reference.md737 ## shiftPerPixel section in <a name="SkPixmap"></a> Class SkPixmap
DSkBitmap_Reference.md845 ## shiftPerPixel section in <a name="SkBitmap::HeapAllocator"></a> Class SkBitmap::HeapAllocator
/external/skia/site/user/api/
DSkImageInfo_Reference.md1176 ## shiftPerPixel section in <a name="SkImageInfo"></a> Struct SkImageInfo
DSkPixmap_Reference.md704 ## shiftPerPixel section in <a name="SkPixmap"></a> Class SkPixmap
DSkBitmap_Reference.md899 ## shiftPerPixel section in <a name="SkBitmap::HeapAllocator"></a> Class SkBitmap::HeapAllocator
/external/skqp/src/core/
DSkDraw.cpp159 int shiftPerPixel; in CallBitmapXferProc() local