Searched refs:fCurrDst (Results 1 – 4 of 4) sorted by relevance
18 fCurrDst = nullptr; in SkDeviceLooper()43 SkASSERT(fCurrDst); in mapRect()53 SkASSERT(fCurrDst); in mapMatrix()72 fCurrDst = &fSubsetDst; in computeCurrBitmapAndClip()104 if (nullptr == fCurrDst) { in next()105 fCurrDst = &fBaseDst; in next()
38 SkASSERT(fCurrDst); in getPixmap()39 return *fCurrDst; in getPixmap()76 const SkPixmap* fCurrDst; variable