HomeSort by relevance Sort by last modified time
    Searched defs:rowBytes (Results 1 - 18 of 18) sorted by null

  /external/skia/src/core/
SkBitmap_scroll.cpp 76 int rowBytes = this->rowBytes(); // need rowBytes to be signed
79 src -= dy * rowBytes;
82 dst += dy * rowBytes;
85 src += (height - 1) * rowBytes;
86 dst += (height - 1) * rowBytes;
87 // now invert rowbytes so we copy backwards in the loop
88 rowBytes = -rowBytes;
    [all...]
SkBlitter_A8.cpp 187 device += fDevice.rowBytes();
201 int rowBytes = fDevice.rowBytes();
208 device += rowBytes;
218 device += rowBytes;
238 device += fDevice.rowBytes();
251 device += fDevice.rowBytes();
383 device += fDevice.rowBytes();