Searched refs:approx_arc_length (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkPatchUtils.cpp119 static SkScalar approx_arc_length(SkPoint* points, int count) { function
143 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic);
147 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic);
151 SkScalar leftLength = approx_arc_length(pts, kNumPtsCubic);
155 SkScalar rightLength = approx_arc_length(pts, kNumPtsCubic);

Completed in 56 milliseconds