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

/external/skia/src/pathops/
H A DSkPathOpsConic.h87 bool monotonicInY() const { function in struct:SkDConic
88 return fPts.monotonicInY();
H A DSkPathOpsCubic.cpp248 if (cubic.monotonicInX() && cubic.monotonicInY()) {
331 bool SkDCubic::monotonicInY() const { function in class:SkDCubic
H A DSkPathOpsQuad.cpp243 bool SkDQuad::monotonicInY() const { function in class:SkDQuad
/external/skqp/src/pathops/
H A DSkPathOpsConic.h87 bool monotonicInY() const { function in struct:SkDConic
88 return fPts.monotonicInY();
H A DSkPathOpsCubic.cpp248 if (cubic.monotonicInX() && cubic.monotonicInY()) {
331 bool SkDCubic::monotonicInY() const { function in class:SkDCubic
H A DSkPathOpsQuad.cpp240 bool SkDQuad::monotonicInY() const { function in class:SkDQuad

Completed in 213 milliseconds