Home
last modified time | relevance | path

Searched refs:fApplyPostCTM (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkDrawLooper.cpp19 if (fApplyPostCTM) { in applyToCTM()
27 if (fApplyPostCTM) { in applyToCanvas()
98 if (info.fApplyPostCTM) { in apply()
/external/skia/include/core/
DSkDrawLooper.h47 bool fApplyPostCTM; member
/external/skia/src/effects/
DSkLayerDrawLooper.cpp147 info->fApplyPostCTM = fCurrRec->fInfo.fPostTranslate; in next()