Home
last modified time | relevance | path

Searched refs:monotonicInX (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsRect.cpp18 if (!sub.monotonicInX()) { in setBounds()
35 if (!sub.monotonicInX()) { in setBounds()
52 if (!sub.monotonicInX()) { in setBounds()
DSkPathOpsConic.h85 bool monotonicInX() const { in monotonicInX() function
86 return fPts.monotonicInX(); in monotonicInX()
DSkPathOpsAsWinding.cpp117 if (!quad.monotonicInX()) { in left_edge()
130 if (!conic.monotonicInX()) { in left_edge()
144 if (!cubic.monotonicInX()) { in left_edge()
DSkPathOpsQuad.h86 bool monotonicInX() const;
DSkPathOpsCubic.h85 bool monotonicInX() const;
DSkPathOpsCubic.cpp248 if (cubic.monotonicInX() && cubic.monotonicInY()) { in ComplexBreak()
325 bool SkDCubic::monotonicInX() const { in monotonicInX() function in SkDCubic
DSkPathOpsQuad.cpp246 bool SkDQuad::monotonicInX() const { in monotonicInX() function in SkDQuad
/external/skqp/src/pathops/
DSkPathOpsRect.cpp18 if (!sub.monotonicInX()) { in setBounds()
35 if (!sub.monotonicInX()) { in setBounds()
52 if (!sub.monotonicInX()) { in setBounds()
DSkPathOpsConic.h85 bool monotonicInX() const { in monotonicInX() function
86 return fPts.monotonicInX(); in monotonicInX()
DSkPathOpsAsWinding.cpp116 if (!quad.monotonicInX()) { in left_edge()
129 if (!conic.monotonicInX()) { in left_edge()
143 if (!cubic.monotonicInX()) { in left_edge()
DSkPathOpsQuad.h86 bool monotonicInX() const;
DSkPathOpsCubic.h85 bool monotonicInX() const;
DSkPathOpsCubic.cpp247 if (cubic.monotonicInX() && cubic.monotonicInY()) { in ComplexBreak()
323 bool SkDCubic::monotonicInX() const { in monotonicInX() function in SkDCubic
DSkPathOpsQuad.cpp246 bool SkDQuad::monotonicInX() const { in monotonicInX() function in SkDQuad