Searched refs:distanceToSegment (Results 1 – 4 of 4) sorted by relevance
520 const SkContourMeasure::Segment* SkContourMeasure::distanceToSegment( SkScalar distance, in distanceToSegment() function in SkContourMeasure568 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan()619 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment()623 const Segment* stopSeg = this->distanceToSegment(stopD, &stopT); in getSegment()
119 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
575 const SkPathMeasure::Segment* SkPathMeasure::distanceToSegment( in distanceToSegment() function in SkPathMeasure623 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan()674 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment()678 const Segment* stopSeg = this->distanceToSegment(stopD, &stopT); in getSegment()
87 const Segment* distanceToSegment(SkScalar distance, SkScalar* t) const;