Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceLooper.cpp18 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()
DSkDeviceLooper.h38 SkASSERT(fCurrDst); in getPixmap()
39 return *fCurrDst; in getPixmap()
76 const SkPixmap* fCurrDst; variable