Searched refs:conicWeight (Results 1 – 3 of 3) sorted by relevance
204 float conicWeight = 0f; in next() local206 conicWeight = mPointsArray[6]; in next()210 return new Segment(returnVerb, returnPoints, conicWeight); in next()278 Segment(@NonNull @Verb int verb, @NonNull float[] points, float conicWeight) { in Segment() argument281 mConicWeight = conicWeight; in Segment()
60 float weight = iterator->conicWeight(); in next()
395 points, pathIter.conicWeight(), errorConic); in createVerbSegments()