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 34 fCurrOffset.set(fClippedBounds.left() - fDelta,
48 dst->offset(SkIntToScalar(-fCurrOffset.fX),
49 SkIntToScalar(-fCurrOffset.fY));
58 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX), SkIntToScalar(-fCurrOffset.fY));
64 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(),
108 fCurrOffset.set(0, 0);
115 // need to propogate fCurrOffset through clippedbounds
118 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
    [all...]
SkDeviceLooper.h 79 SkIPoint fCurrOffset;

Completed in 148 milliseconds