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

  /frameworks/base/libs/hwui/
Matrix.cpp 97 mType |= kTypeScale;
129 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
139 return getGeometryType() <= (kTypeScale | kTypeTranslate) && (data[kTranslateZ] == 0.0f);
295 mType = kTypeScale | kTypeRectToRect;
406 mType = kTypeTranslate | kTypeScale | kTypeRectToRect;
Matrix.h 71 kTypeScale = 0x2,

Completed in 97 milliseconds