Searched refs:setCubicType (Results 1 – 2 of 2) sorted by relevance
224 fCurrentContour->addCurve(v1, curve1, fAllocator)->setCubicType(cubicType); in walk()225 fCurrentContour->addCurve(v2, curve2, fAllocator)->setCubicType(cubicType); in walk()
298 void setCubicType(SkDCubic::CubicType cubicType) { in setCubicType() function