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

  /external/skia/include/core/
SkMatrix44.h 200 kScale_Mask = 0x02, //!< set if the matrix has any scale != 1
238 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
245 return !(this->getType() & ~kScale_Mask);
SkMatrix.h 114 kScale_Mask = 0x02, //!< set if SkMatrix has x or y scale
124 @return kIdentity_Mask, or combinations of: kTranslate_Mask, kScale_Mask,
157 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
    [all...]
  /external/skqp/include/core/
SkMatrix44.h 200 kScale_Mask = 0x02, //!< set if the matrix has any scale != 1
238 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
245 return !(this->getType() & ~kScale_Mask);
SkMatrix.h 114 kScale_Mask = 0x02, //!< set if SkMatrix has x or y scale
124 @return kIdentity_Mask, or combinations of: kTranslate_Mask, kScale_Mask,
157 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 747 private final static int kScale_Mask = 0x02; //!< set if the matrix has X or Y scale
756 kScale_Mask |
793 mask |= kScale_Mask;
    [all...]

Completed in 173 milliseconds