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

/external/skia/include/core/
H A DSkPathMeasure.h107 SkScalar compute_cubic_segs(const SkPoint pts[3], SkScalar distance,
/external/skia/src/core/
H A DSkPathMeasure.cpp132 SkScalar SkPathMeasure::compute_cubic_segs(const SkPoint pts[4], function in class:SkPathMeasure
139 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex);
140 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex);
169 * We do this check below, and in compute_quad_segs and compute_cubic_segs
226 distance = this->compute_cubic_segs(pts, distance, 0, kMaxTValue, ptIndex);
H A DSkScan_Hairline.cpp253 static inline int compute_cubic_segs(const SkPoint pts[4]) {
291 const int lines = compute_cubic_segs(pts);

Completed in 4991 milliseconds