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

  /external/skia/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...]
  /external/skia/src/core/
SkBitmap.cpp 146 SkTSwap(fBytesPerPixel, other.fBytesPerPixel);
274 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]

Completed in 471 milliseconds