OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGeometryType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Matrix.cpp
117
uint8_t Matrix4::
getGeometryType
() const {
134
return
getGeometryType
() <= kTypeTranslate;
138
return
getGeometryType
() <= (kTypeScale | kTypeTranslate);
142
return
getGeometryType
() == kTypeIdentity;
Matrix.h
216
uint8_t
getGeometryType
() const;
Completed in 733 milliseconds