Home
last modified time | relevance | path

Searched defs:rowBytesAsPixels (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DBitmap.h103 int rowBytesAsPixels() const { return rowBytes() >> mInfo.shiftPerPixel(); } in rowBytesAsPixels() function
/aosp_15_r20/external/skia/include/core/
H A DSkPixmap.h214 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } in rowBytesAsPixels() function
H A DSkBitmap.h194 int rowBytesAsPixels() const { return fPixmap.rowBytesAsPixels(); } in rowBytesAsPixels() function