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

  /external/skia/src/core/
SkDeviceLooper.cpp 33 fCurrOffset.set(fClippedBounds.left() - fDelta,
47 dst->offset(SkIntToScalar(-fCurrOffset.fX),
48 SkIntToScalar(-fCurrOffset.fY));
57 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX), SkIntToScalar(-fCurrOffset.fY));
63 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(),
107 fCurrOffset.set(0, 0);
114 // need to propogate fCurrOffset through clippedbounds
117 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
    [all...]
SkDeviceLooper.h 79 SkIPoint fCurrOffset;

Completed in 320 milliseconds