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

/external/skia/include/core/
H A DSkPathMeasure.h106 SkScalar compute_cubic_segs(const SkPoint pts[3], SkScalar distance,
/external/skia/legacy/include/core/
H A DSkPathMeasure.h102 SkScalar compute_cubic_segs(const SkPoint pts[3], SkScalar distance,
/external/skia/legacy/src/core/
H A DSkPathMeasure.cpp123 SkScalar SkPathMeasure::compute_cubic_segs(const SkPoint pts[4], function in class:SkPathMeasure
130 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex);
131 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex);
190 distance = this->compute_cubic_segs(pts, distance, 0,
/external/skia/src/core/
H A DSkPathMeasure.cpp112 SkScalar SkPathMeasure::compute_cubic_segs(const SkPoint pts[4], function in class:SkPathMeasure
119 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex);
120 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex);
149 * We do this check below, and in compute_quad_segs and compute_cubic_segs
193 distance = this->compute_cubic_segs(pts, distance, 0,

Completed in 83 milliseconds