HomeSort by relevance Sort by last modified time
    Searched defs:compute_cubic_segs (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkPathMeasure.cpp 123 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/
SkPathMeasure.cpp 112 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 18 milliseconds