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

  /frameworks/base/libs/hwui/
Matrix.h 78 static const int sGeometryMask = 0xf;
146 if ((getType() & sGeometryMask) <= kTypeTranslate) {
Matrix.cpp 119 return getType() & sGeometryMask;

Completed in 204 milliseconds