Searched refs:computeTotalInverse (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/shaders/ |
D | SkShader.cpp | 62 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()
|
D | SkBitmapProcShader.cpp | 100 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
|
D | SkImageShader.cpp | 127 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()
|
D | SkShaderBase.h | 173 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
|
D | SkRTShader.cpp | 49 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &inverse)) { in onAppendStages()
|
/third_party/skia/src/shaders/ |
D | SkShader.cpp | 61 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()
|
D | SkTransformShader.cpp | 60 if (SkMatrix matrix; this->computeTotalInverse(ctm, nullptr, &matrix)) { in update()
|
D | SkBitmapProcShader.cpp | 84 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) { in MakeContext()
|
D | SkShaderBase.h | 168 bool SK_WARN_UNUSED_RESULT computeTotalInverse(const SkMatrix& ctm,
|
D | SkImageShader.cpp | 224 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/ |
D | SkGradientShader.cpp | 284 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/ |
D | SkGradientShader.cpp | 279 if (!this->computeTotalInverse(rec.fCTM, rec.fLocalM, &matrix)) { in onAppendStages()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 1019 if (!this->computeTotalInverse(matrices.localToDevice(), localM, &inv)) { in onProgram()
|