Home
last modified time | relevance | path

Searched refs:monotonicInY (Results 1 - 6 of 6) sorted by relevance

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

Completed in 4 milliseconds