OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmInverse
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/image/
SkImageShader.cpp
93
SkMatrix
lmInverse
;
94
if (!this->getLocalMatrix().invert(&
lmInverse
)) {
102
lmInverse
.postConcat(inv);
104
matrix.preConcat(
lmInverse
);
/external/skia/src/core/
SkBitmapProcShader.cpp
304
SkMatrix
lmInverse
;
305
if (!this->getLocalMatrix().invert(&
lmInverse
)) {
313
lmInverse
.postConcat(inv);
315
matrix.preConcat(
lmInverse
);
SkLightingShader.cpp
338
SkMatrix
lmInverse
;
339
if (!localMatrix1.invert(&
lmInverse
)) {
347
lmInverse
.postConcat(inv);
349
result->preConcat(
lmInverse
);
Completed in 980 milliseconds