HomeSort by relevance Sort by last modified time
    Searched defs:kAffine_Mask (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkMatrix44.h 201 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
SkMatrix.h 55 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
765 kAffine_Mask |
770 kAffine_Mask |
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 750 private final static int kAffine_Mask = 0x04; //!< set if the matrix skews or rotates
759 kAffine_Mask |
791 mask |= kAffine_Mask;
    [all...]

Completed in 51 milliseconds