Home
last modified time | relevance | path

Searched refs:distanceToSegment (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/include/core/
DSkContourMeasure.h86 const Segment* distanceToSegment(SkScalar distance, SkScalar* t) const;
/third_party/skia/src/core/
DSkContourMeasure.cpp546 const SkContourMeasure::Segment* SkContourMeasure::distanceToSegment( SkScalar distance, in distanceToSegment() function in SkContourMeasure
594 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan()
645 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment()
649 const Segment* stopSeg = this->distanceToSegment(stopD, &stopT); in getSegment()
/third_party/flutter/skia/src/core/
DSkContourMeasure.cpp520 const SkContourMeasure::Segment* SkContourMeasure::distanceToSegment( SkScalar distance, in distanceToSegment() function in SkContourMeasure
568 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()
/third_party/flutter/skia/include/core/
DSkContourMeasure.h86 const Segment* distanceToSegment(SkScalar distance, SkScalar* t) const;