OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approx_arc_length
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/utils/
SkPatchUtils.cpp
99
static SkScalar
approx_arc_length
(SkPoint* points, int count) {
function
123
SkScalar topLength =
approx_arc_length
(pts, kNumPtsCubic);
127
SkScalar bottomLength =
approx_arc_length
(pts, kNumPtsCubic);
131
SkScalar leftLength =
approx_arc_length
(pts, kNumPtsCubic);
135
SkScalar rightLength =
approx_arc_length
(pts, kNumPtsCubic);
Completed in 1296 milliseconds