Searched refs:fCurrRC (Results 1 – 2 of 2) sorted by relevance
19 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()
44 SkASSERT(fCurrRC); in getRC()45 return *fCurrRC; in getRC()77 const SkRasterClip* fCurrRC; variable