Home
last modified time | relevance | path

Searched refs:monotonicInY (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsRect.cpp21 if (!sub.monotonicInY()) { in setBounds()
38 if (!sub.monotonicInY()) { in setBounds()
55 if (!sub.monotonicInY()) { in setBounds()
DSkPathOpsConic.h89 bool monotonicInY() const { in monotonicInY() function
90 return fPts.monotonicInY(); in monotonicInY()
DSkPathOpsQuad.h87 bool monotonicInY() const;
DSkPathOpsCubic.h86 bool monotonicInY() const;
DSkPathOpsCubic.cpp248 if (cubic.monotonicInX() && cubic.monotonicInY()) { in ComplexBreak()
330 bool SkDCubic::monotonicInY() const { in monotonicInY() function in SkDCubic
DSkPathOpsQuad.cpp250 bool SkDQuad::monotonicInY() const { in monotonicInY() function in SkDQuad
/third_party/flutter/skia/src/pathops/
DSkPathOpsRect.cpp21 if (!sub.monotonicInY()) { in setBounds()
38 if (!sub.monotonicInY()) { in setBounds()
55 if (!sub.monotonicInY()) { in setBounds()
DSkPathOpsConic.h89 bool monotonicInY() const { in monotonicInY() function
90 return fPts.monotonicInY(); in monotonicInY()
DSkPathOpsQuad.h87 bool monotonicInY() const;
DSkPathOpsCubic.h86 bool monotonicInY() const;
DSkPathOpsCubic.cpp247 if (cubic.monotonicInX() && cubic.monotonicInY()) { in ComplexBreak()
328 bool SkDCubic::monotonicInY() const { in monotonicInY() function in SkDCubic
DSkPathOpsQuad.cpp250 bool SkDQuad::monotonicInY() const { in monotonicInY() function in SkDQuad