Home
last modified time | relevance | path

Searched refs:fCurrOffset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDeviceLooper.cpp35 fCurrOffset.set(fClippedBounds.left() - fDelta, in SkDeviceLooper()
50 dst->offset(SkIntToScalar(-fCurrOffset.fX), in mapRect()
51 SkIntToScalar(-fCurrOffset.fY)); in mapRect()
60 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX), in mapMatrix()
61 SkIntToScalar(-fCurrOffset.fY)); in mapMatrix()
67 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(), in computeCurrBitmapAndClip()
113 fCurrOffset.set(0, 0); in next()
123 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) { in next()
DSkDeviceLooper.h80 SkIPoint fCurrOffset; variable