Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceLooper.cpp34 fCurrOffset.set(fClippedBounds.left() - fDelta, in SkDeviceLooper()
48 dst->offset(SkIntToScalar(-fCurrOffset.fX), in mapRect()
49 SkIntToScalar(-fCurrOffset.fY)); in mapRect()
58 dst->postTranslate(SkIntToScalar(-fCurrOffset.fX), SkIntToScalar(-fCurrOffset.fY)); in mapMatrix()
64 SkIRect r = SkIRect::MakeXYWH(fCurrOffset.x(), fCurrOffset.y(), in computeCurrBitmapAndClip()
108 fCurrOffset.set(0, 0); in next()
118 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) { in next()
DSkDeviceLooper.h79 SkIPoint fCurrOffset; variable