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 108 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
113 int bytesPerPixel() const { return fBytesPerPixel; }
120 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
473 uint8_t fBytesPerPixel; // based on config
  /external/skia/src/core/
SkBitmap.cpp 143 SkTSwap<uint8_t>(fBytesPerPixel, other.fBytesPerPixel);
247 fBytesPerPixel = (uint8_t)ComputeBytesPerPixel(c);
    [all...]

Completed in 355 milliseconds