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

  /frameworks/base/libs/hwui/
Matrix.cpp 81 mType |= kTypePerspective;
107 if (!(mType & kTypePerspective)) {
130 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
146 return getType() & kTypePerspective;
Matrix.h 57 // NOTE: The flags from kTypeIdentity to kTypePerspective
65 kTypePerspective = 0x8,

Completed in 51 milliseconds