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

  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 153 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/skia/include/utils/
SkMatrix44.h 153 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 43 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
590 kAffine_Mask |
595 kAffine_Mask |
  /external/skia/include/core/
SkMatrix.h 43 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
590 kAffine_Mask |
595 kAffine_Mask |
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 798 private final static int kAffine_Mask = 0x04; //!< set if the matrix skews or rotates
807 kAffine_Mask |
839 mask |= kAffine_Mask;
    [all...]

Completed in 270 milliseconds