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

  /external/skia/include/core/
SkBitmap.h 122 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
127 int bytesPerPixel() const { return fBytesPerPixel; }
134 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
664 uint8_t fBytesPerPixel; // based on config
  /external/skia/legacy/include/core/
SkBitmap.h 117 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
122 int bytesPerPixel() const { return fBytesPerPixel; }
129 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
625 uint8_t fBytesPerPixel; // based on config
    [all...]

Completed in 25 milliseconds