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 117 int shiftPerPixel() const { return fBytesPerPixel >> 1; }
    [all...]
  /external/skia/src/core/
SkDraw.cpp 222 int shiftPerPixel;
225 shiftPerPixel = 2;
229 shiftPerPixel = 1;
232 shiftPerPixel = 0;
242 const int widthBytes = rect.width() << shiftPerPixel;
245 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
    [all...]

Completed in 46 milliseconds