OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sGeometryMask
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Matrix.h
78
static const int
sGeometryMask
= 0xf;
152
if ((getType() &
sGeometryMask
) <= kTypeTranslate) {
Matrix.cpp
117
return getType() &
sGeometryMask
;
Completed in 100 milliseconds