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

  /external/skia/include/core/
SkBitmap.h 108 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
  /external/skia/src/core/
SkDraw.cpp 247 int shiftPerPixel;
250 shiftPerPixel = 2;
254 shiftPerPixel = 1;
257 shiftPerPixel = 0;
267 const int widthBytes = rect.width() << shiftPerPixel;
270 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
    [all...]

Completed in 24 milliseconds