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 99 mType |= kTypeScale;
131 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
141 return getGeometryType() <= (kTypeScale | kTypeTranslate) && (data[kTranslateZ] == 0.0f);
301 mType = kTypeScale | kTypeRectToRect;
412 mType = kTypeTranslate | kTypeScale | kTypeRectToRect;
Matrix.h 71 kTypeScale = 0x2,

Completed in 260 milliseconds