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 124 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
129 int bytesPerPixel() const { return fBytesPerPixel; }
136 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
591 uint8_t fBytesPerPixel; // based on config
  /external/skia/src/core/
SkBitmap.cpp 153 SkTSwap(fBytesPerPixel, other.fBytesPerPixel);
281 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]

Completed in 470 milliseconds