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

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 113 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
  /external/skia/include/core/
SkBitmap.h 113 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 373 x >>= bm.shiftPerPixel();
SkDraw.cpp 251 int shiftPerPixel;
254 shiftPerPixel = 2;
257 shiftPerPixel = 1;
260 shiftPerPixel = 0;
270 const int widthBytes = rect.width() << shiftPerPixel;
273 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
    [all...]
  /external/skia/src/core/
SkScaledImageCache.cpp 373 x >>= bm.shiftPerPixel();
SkDraw.cpp 251 int shiftPerPixel;
254 shiftPerPixel = 2;
257 shiftPerPixel = 1;
260 shiftPerPixel = 0;
270 const int widthBytes = rect.width() << shiftPerPixel;
273 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
    [all...]

Completed in 249 milliseconds