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

Completed in 518 milliseconds