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

  /frameworks/base/libs/hwui/
Matrix.h 58 kTypeAffine = 0x4,
Matrix.cpp 94 mType |= kTypeAffine;
126 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);

Completed in 1038 milliseconds