Searched defs:rowBytesAsPixels (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkPixmap.h195 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } function in class:SkPixmap
205 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().
H A DSkBitmap.h179 int rowBytesAsPixels() const { return fPixmap.rowBytesAsPixels(); } function in class:SkBitmap
261 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().
/external/skqp/include/core/
H A DSkPixmap.h202 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } function in class:SkPixmap
212 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().
H A DSkBitmap.h179 int rowBytesAsPixels() const { return fPixmap.rowBytesAsPixels(); } function in class:SkBitmap
261 Does not include unused memory on last row when rowBytesAsPixels() exceeds width().

Completed in 130 milliseconds