Home
last modified time | relevance | path

Searched refs:kLoop_SkCubicType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathUtils.cpp733 if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()
794 } else if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()
818 } else if (kLoop_SkCubicType == cType) { in getCubicKLM()
/external/skia/src/core/
DSkGeometry.h164 kLoop_SkCubicType, enumerator
DSkGeometry.cpp588 return kLoop_SkCubicType; in classify_cubic()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp636 if (SkDCubic::ComplexBreak(c, &loopT) && cubicType == SkCubicType::kLoop_SkCubicType) { in selfOneOff()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp235 if (cubicType == kLoop_SkCubicType) { in ComplexBreak()