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.h79 bool monotonicInY() const { in monotonicInY() function
80 return fPts.monotonicInY(); in monotonicInY()
DSkPathOpsQuad.h70 bool monotonicInY() const;
DSkPathOpsCubic.h88 bool monotonicInY() const;
DSkPathOpsQuad.cpp195 bool SkDQuad::monotonicInY() const { in monotonicInY() function in SkDQuad
DSkPathOpsCubic.cpp299 bool SkDCubic::monotonicInY() const { in monotonicInY() function in SkDCubic