Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceLooper.cpp66 fSubsetRC.setEmpty(); in computeCurrBitmapAndClip()
68 fBaseRC.translate(-r.left(), -r.top(), &fSubsetRC); in computeCurrBitmapAndClip()
69 (void)fSubsetRC.op(SkIRect::MakeWH(fDelta, fDelta), SkRegion::kIntersect_Op); in computeCurrBitmapAndClip()
73 fCurrRC = &fSubsetRC; in computeCurrBitmapAndClip()
DSkDeviceLooper.h74 SkRasterClip fSubsetRC; variable