Searched refs:fCurrOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceLooper.cpp35 fCurrOffset.set(fClippedBounds.left() - fDelta,
50 dst->offset(SkIntToScalar(-fCurrOffset.fX),
51 SkIntToScalar(-fCurrOffset.fY));
60 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX),
61 SkIntToScalar(-fCurrOffset.fY));
67 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(),
113 fCurrOffset.set(0, 0);
120 // need to propogate fCurrOffset through clippedbounds
123 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
[all...]
H A DSkDeviceLooper.h80 SkIPoint fCurrOffset; member in class:SkDeviceLooper
/external/skia/src/core/
H A DSkDeviceLooper.cpp34 fCurrOffset.set(fClippedBounds.left() - fDelta,
49 dst->offset(SkIntToScalar(-fCurrOffset.fX),
50 SkIntToScalar(-fCurrOffset.fY));
59 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX),
60 SkIntToScalar(-fCurrOffset.fY));
66 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(),
112 fCurrOffset.set(0, 0);
119 // need to propogate fCurrOffset through clippedbounds
122 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) {
[all...]
H A DSkDeviceLooper.h80 SkIPoint fCurrOffset; member in class:SkDeviceLooper

Completed in 745 milliseconds