Home
last modified time | relevance | path

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

/external/skia/modules/sksg/src/
DSkSGRenderNode.cpp57 static SkMatrix ComputeDiffInverse(const SkMatrix& base, const SkMatrix& ctm) { in ComputeDiffInverse() function
92 paint->setShader(fShader->makeWithLocalMatrix(ComputeDiffInverse(fShaderCTM, ctm))); in modulatePaint()
95 paint->setMaskFilter(fMaskFilter->makeWithMatrix(ComputeDiffInverse(fMaskCTM, ctm))); in modulatePaint()