Home
last modified time | relevance | path

Searched refs:addCurve (Results 1 – 3 of 3) 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()
DSkOpContour.cpp13 SkOpSegment* SkOpContour::addCurve(SkPath::Verb verb, const SkPoint pts[4], in addCurve() function in SkOpContour
DSkOpContour.h45 SkOpSegment* addCurve(SkPath::Verb verb, const SkPoint pts[4], SkChunkAlloc* allocator);