Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsRect.cpp21 if (!sub.monotonicInY()) { in setBounds()
38 if (!sub.monotonicInY()) { in setBounds()
55 if (!sub.monotonicInY()) { in setBounds()
DSkPathOpsConic.h87 bool monotonicInY() const { in monotonicInY() function
88 return fPts.monotonicInY(); in monotonicInY()
DSkPathOpsQuad.h85 bool monotonicInY() const;
DSkPathOpsCubic.h84 bool monotonicInY() const;
DSkPathOpsCubic.cpp248 if (cubic.monotonicInX() && cubic.monotonicInY()) { in ComplexBreak()
338 bool SkDCubic::monotonicInY() const { in monotonicInY() function in SkDCubic
DSkPathOpsQuad.cpp240 bool SkDQuad::monotonicInY() const { in monotonicInY() function in SkDQuad