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

  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 154 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
160 * false positives. For example, when kPerspective_Mask is true, all
  /external/skia/include/utils/
SkMatrix44.h 154 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
160 * false positives. For example, when kPerspective_Mask is true, all
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
49 false positives. For example, when kPerspective_Mask is true, all
85 kPerspective_Mask);
591 kPerspective_Mask,
596 kPerspective_Mask |
  /external/skia/include/core/
SkMatrix.h 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
49 false positives. For example, when kPerspective_Mask is true, all
85 kPerspective_Mask);
591 kPerspective_Mask,
596 kPerspective_Mask |
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 799 private final static int kPerspective_Mask = 0x08; //!< set if the matrix is in perspective
808 kPerspective_Mask |
826 mask |= kPerspective_Mask;
846 if ((mask & kPerspective_Mask) == 0) {
    [all...]

Completed in 190 milliseconds