Searched refs:shiftPerPixel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h113 int shiftPerPixel() const { return fBytesPerPixel >> 1; } function in class:SkBitmap
/external/skia/include/core/
H A DSkBitmap.h113 int shiftPerPixel() const { return fBytesPerPixel >> 1; } function in class:SkBitmap
/external/chromium_org/third_party/skia/src/core/
H A DSkScaledImageCache.cpp373 x >>= bm.shiftPerPixel();
H A DSkDraw.cpp251 int shiftPerPixel; local
254 shiftPerPixel = 2;
257 shiftPerPixel = 1;
260 shiftPerPixel = 0;
270 const int widthBytes = rect.width() << shiftPerPixel;
273 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
/external/skia/src/core/
H A DSkScaledImageCache.cpp373 x >>= bm.shiftPerPixel();
H A DSkDraw.cpp251 int shiftPerPixel; local
254 shiftPerPixel = 2;
257 shiftPerPixel = 1;
260 shiftPerPixel = 0;
270 const int widthBytes = rect.width() << shiftPerPixel;
273 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);

Completed in 335 milliseconds