Home
last modified time | relevance | path

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

/external/skqp/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()
DSkBitmapProcShader.cpp101 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
DSkShaderBase.h172 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
DSkImageShader.cpp126 if (!this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &inv) || in onMakeContext()
275 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &matrix)) { in onAppendStages()
/external/skia/src/shaders/
DSkShader.cpp60 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, in computeTotalInverse() function in SkShaderBase
84 !this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)) { in makeContext()
104 SkAssertResult(fShader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &fTotalInverse)); in Context()
DSkBitmapProcShader.cpp84 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
DSkShaderBase.h182 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
DSkImageShader.cpp267 if (!this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &inv) || in onMakeContext()
407 if (fShader->computeTotalInverse(ctm, localM, &matrix)) { in update()
479 if (!this->computeTotalInverse(rec.fMatrixProvider.localToDevice(), rec.fLocalM, &matrix)) { in doStages()
742 if (!this->computeTotalInverse(matrices.localToDevice(), localM, &baseInv)) { in onProgram()
/external/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()
/external/skqp/src/shaders/gradients/
DSkGradientShader.cpp280 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &matrix)) { in onAppendStages()
/external/skia/src/core/
DSkRuntimeEffect.cpp760 if (!this->computeTotalInverse(matrices.localToDevice(), localM, &inv)) { in onProgram()