HomeSort by relevance Sort by last modified time
    Searched defs:rowBytesAsPixels (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkBitmap.h 134 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
  /external/skia/legacy/include/core/
SkBitmap.h 129 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
    [all...]

Completed in 47 milliseconds