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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 57 size_t fBytesPerPixel;
  /external/skia/src/gpu/
GrAtlas.h 57 size_t fBytesPerPixel;
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 113 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
118 int bytesPerPixel() const { return fBytesPerPixel; }
125 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
675 uint8_t fBytesPerPixel; // based on config
  /external/skia/include/core/
SkBitmap.h 113 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
118 int bytesPerPixel() const { return fBytesPerPixel; }
125 int rowBytesAsPixels() const { return fRowBytes >> (fBytesPerPixel >> 1); }
675 uint8_t fBytesPerPixel; // based on config

Completed in 699 milliseconds