Searched refs:fCurrDst (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkDeviceLooper.h38 SkASSERT(fCurrDst);
39 return *fCurrDst;
76 const SkPixmap* fCurrDst; member in class:SkDeviceLooper
H A DSkDeviceLooper.cpp18 fCurrDst = nullptr;
43 SkASSERT(fCurrDst);
53 SkASSERT(fCurrDst);
72 fCurrDst = &fSubsetDst;
104 if (nullptr == fCurrDst) {
105 fCurrDst = &fBaseDst;
/external/skqp/src/core/
H A DSkDeviceLooper.h38 SkASSERT(fCurrDst);
39 return *fCurrDst;
76 const SkPixmap* fCurrDst; member in class:SkDeviceLooper
H A DSkDeviceLooper.cpp18 fCurrDst = nullptr;
43 SkASSERT(fCurrDst);
53 SkASSERT(fCurrDst);
72 fCurrDst = &fSubsetDst;
104 if (nullptr == fCurrDst) {
105 fCurrDst = &fBaseDst;

Completed in 64 milliseconds