Searched defs:computeTotalInverse (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/shaders/
H A DSkShader.cpp70 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, function in class:SkShaderBase
94 return this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)
109 return this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)
125 SkAssertResult(fShader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &fTotalInverse));
/external/skqp/src/shaders/
H A DSkShader.cpp70 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, function in class:SkShaderBase
94 return this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)
109 return this->computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, nullptr)
125 SkAssertResult(fShader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &fTotalInverse));

Completed in 1038 milliseconds