Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp217 SkPoint* curve2 = v2 == SkPath::kCubic_Verb ? &cubicPair[3] : cStorage[1]; in walk() local
222 force_small_to_zero(&curve2[index]); in walk()
225 fCurrentContour->addCurve(v2, curve2, fAllocator)->setCubicType(cubicType); in walk()