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 88 return fRowBytes >> this->shiftPerPixel();
95 int shiftPerPixel() const { return this->bytesPerPixel() >> 1; }
    [all...]
  /external/skia/src/core/
SkDraw.cpp 225 int shiftPerPixel;
228 shiftPerPixel = 2;
231 shiftPerPixel = 1;
234 shiftPerPixel = 0;
244 const int widthBytes = rect.width() << shiftPerPixel;
247 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);
    [all...]

Completed in 471 milliseconds