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

  /external/skia/include/utils/
SkMatrix44.h 152 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
158 * false positives. For example, when kPerspective_Mask is true, all
  /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);
585 kPerspective_Mask,
590 kPerspective_Mask |
  /external/skia/legacy/include/core/
SkMatrix.h 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
84 kPerspective_Mask);
560 kPerspective_Mask,
565 kPerspective_Mask |
578 ((kUnknown_Mask | kOnlyPerspectiveValid_Mask | kPerspective_Mask) & 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 1679 milliseconds