Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp721 if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()
782 } else if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()
806 } else if (kLoop_SkCubicType == cType) { in getCubicKLM()
/external/skia/src/core/
DSkGeometry.h175 kLoop_SkCubicType, enumerator
DSkGeometry.cpp641 return kLoop_SkCubicType; in classify_cubic()
/external/skia/tests/
DPathOpsCubicIntersectionTest.cpp629 if (SkDCubic::ComplexBreak(c, &loopT, &dType) && cubicType == SkCubicType::kLoop_SkCubicType) { in selfOneOff()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp235 if (cubicType == kLoop_SkCubicType) { in ComplexBreak()