Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkShader.cpp64 bool SkShader::computeTotalInverse(const ContextRec& rec, SkMatrix* totalInverse) const { in computeTotalInverse() function in SkShader
89 if (!this->computeTotalInverse(rec, nullptr)) { in createContext()
108 SkAssertResult(fShader.computeTotalInverse(rec, &fTotalInverse)); in Context()
DSkBitmapProcShader.cpp81 if (!shader.computeTotalInverse(rec, &totalInverse)) { in MakeContext()
DSkLightingShader.cpp663 SkAssertResult(this->computeTotalInverse(rec, &diffTotalInv)); in onCreateContext()
/external/skia/include/core/
DSkShader.h415 bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const;