HomeSort by relevance Sort by last modified time
    Searched refs:getGeometryType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Matrix.cpp 118 uint8_t Matrix4::getGeometryType() const {
137 return getGeometryType() <= kTypeTranslate && (data[kTranslateZ] == 0.0f);
141 return getGeometryType() <= (kTypeScale | kTypeTranslate) && (data[kTranslateZ] == 0.0f);
145 return getGeometryType() == kTypeIdentity;
Matrix.h 228 uint8_t getGeometryType() const;

Completed in 184 milliseconds