Home
last modified time | relevance | path

Searched refs:monotonicInX (Results 1 – 6 of 6) 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.h75 bool monotonicInX() const { in monotonicInX() function
76 return fPts.monotonicInX(); in monotonicInX()
DSkPathOpsQuad.h76 bool monotonicInX() const;
DSkPathOpsCubic.h80 bool monotonicInX() const;
DSkPathOpsQuad.cpp200 bool SkDQuad::monotonicInX() const { in monotonicInX() function in SkDQuad
DSkPathOpsCubic.cpp291 bool SkDCubic::monotonicInX() const { in monotonicInX() function in SkDCubic