OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypePerspective
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Matrix.cpp
79
mType |=
kTypePerspective
;
106
if (!(mType &
kTypePerspective
)) {
129
return getType() & (kTypeScale | kTypeAffine |
kTypePerspective
);
147
return getType() &
kTypePerspective
;
Matrix.h
65
// NOTE: The flags from kTypeIdentity to
kTypePerspective
73
kTypePerspective
= 0x8,
Completed in 443 milliseconds