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 161 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/skia/include/utils/
SkMatrix44.h 161 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 39 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
640 kAffine_Mask |
645 kAffine_Mask |
  /external/skia/include/core/
SkMatrix.h 38 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
635 kAffine_Mask |
640 kAffine_Mask |
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 743 private final static int kAffine_Mask = 0x04; //!< set if the matrix skews or rotates
752 kAffine_Mask |
784 mask |= kAffine_Mask;
    [all...]

Completed in 192 milliseconds