Lines Matching refs:distance
29 SkScalar distance = this->begin(length);
30 while (distance < length && --governor >= 0) {
31 SkScalar delta = this->next(dst, distance, meas);
35 distance += delta;
45 /** Called with the current distance along the path, with the current matrix
46 for the point/tangent at the specified distance.
47 Return the distance to travel for the next call. If return <= 0, then that
209 SkScalar SkPath1DPathEffectImpl::next(SkPath* dst, SkScalar distance,
219 if (meas.getPosTan(distance, &pos, nullptr)) {
225 if (meas.getMatrix(distance, &matrix)) {
230 morphpath(dst, fPath, meas, distance);