OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRealInvMatrix
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkBitmapProcState.h
38
// TODO: combine fInvMatrix and
fRealInvMatrix
.
39
SkMatrix
fRealInvMatrix
; // The actual inverse matrix.
SkBitmapProcState.cpp
97
fRealInvMatrix
= fBMState->invMatrix();
/external/skqp/src/core/
SkBitmapProcState.h
38
// TODO: combine fInvMatrix and
fRealInvMatrix
.
39
SkMatrix
fRealInvMatrix
; // The actual inverse matrix.
SkBitmapProcState.cpp
97
fRealInvMatrix
= fBMState->invMatrix();
Completed in 218 milliseconds