Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkShader.cpp62 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, in computeTotalInverse() function in SkShaderBase
86 !this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)) { in makeContext()
106 SkAssertResult(fShader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &fTotalInverse)); in Context()
DSkBitmapProcShader.cpp100 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
DSkImageShader.cpp127 if (!this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &inv) || in onMakeContext()
309 return fShader->computeTotalInverse(ctm, localM, &matrix) && in update()
330 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &matrix)) { in doStages()
DSkShaderBase.h173 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
DSkRTShader.cpp49 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &inverse)) { in onAppendStages()
/third_party/skia/src/shaders/
DSkShader.cpp61 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, in computeTotalInverse() function in SkShaderBase
85 !this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)) { in makeContext()
105 SkAssertResult(fShader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &fTotalInverse)); in Context()
DSkTransformShader.cpp60 if (SkMatrix matrix; this->computeTotalInverse(ctm, nullptr, &matrix)) { in update()
DSkBitmapProcShader.cpp84 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
DSkShaderBase.h168 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
DSkImageShader.cpp224 if (!this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &inv) || in onMakeContext()
400 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in doStages()
680 if (!this->computeTotalInverse(matrices.localToDevice(), localM, &baseInv)) { in makeProgram()
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp284 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in onAppendStages()
430 if (!this->computeTotalInverse(mats.localToDevice(), localM, &inv)) { in onProgram()
/third_party/flutter/skia/src/shaders/gradients/
DSkGradientShader.cpp279 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &matrix)) { in onAppendStages()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp1019 if (!this->computeTotalInverse(matrices.localToDevice(), localM, &inv)) { in onProgram()