OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeTotalInverse
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkShader.cpp
73
bool SkShader::
computeTotalInverse
(const ContextRec& rec, SkMatrix* totalInverse) const {
98
if (!this->
computeTotalInverse
(rec, NULL)) {
117
SkAssertResult(fShader.
computeTotalInverse
(rec, &fTotalInverse));
/external/skia/src/core/
SkShader.cpp
76
bool SkShader::
computeTotalInverse
(const ContextRec& rec, SkMatrix* totalInverse) const {
89
if (!this->
computeTotalInverse
(rec, NULL)) {
108
SkAssertResult(fShader.
computeTotalInverse
(rec, &fTotalInverse));
Completed in 268 milliseconds