OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsIdentity
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Matrix.cpp
54
mIsIdentity
= true;
76
return
mIsIdentity
;
83
mIsIdentity
= false;
89
mIsIdentity
= v.
mIsIdentity
;
110
mIsIdentity
= v.isIdentity();
160
mIsIdentity
= v.
mIsIdentity
;
179
mIsIdentity
= false;
189
mIsIdentity
= false
[
all
...]
Matrix.h
132
bool
mIsIdentity
;
Completed in 27 milliseconds