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

  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.cpp 34 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...]
SkDeviceLooper.h 80 SkIPoint fCurrOffset;
  /external/skia/src/core/
SkDeviceLooper.cpp 34 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...]
SkDeviceLooper.h 80 SkIPoint fCurrOffset;

Completed in 57 milliseconds