Home
last modified time | relevance | path

Searched refs:setCubicType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp224 fCurrentContour->addCurve(v1, curve1, fAllocator)->setCubicType(cubicType); in walk()
225 fCurrentContour->addCurve(v2, curve2, fAllocator)->setCubicType(cubicType); in walk()
DSkOpSegment.h298 void setCubicType(SkDCubic::CubicType cubicType) { in setCubicType() function