HomeSort by relevance Sort by last modified time
    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