Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceLooper.cpp19 fCurrRC = nullptr; in SkDeviceLooper()
44 SkASSERT(fCurrRC); in mapRect()
54 SkASSERT(fCurrRC); in mapMatrix()
73 fCurrRC = &fSubsetRC; in computeCurrBitmapAndClip()
74 return !fCurrRC->isEmpty(); in computeCurrBitmapAndClip()
106 fCurrRC = &fBaseRC; in next()
DSkDeviceLooper.h44 SkASSERT(fCurrRC); in getRC()
45 return *fCurrRC; in getRC()
77 const SkRasterClip* fCurrRC; variable