Home
last modified time | relevance | path

Searched refs:closestBoundedT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h95 double closestBoundedT(const SkDPoint& pt) const;
H A DSkPathOpsTSect.cpp103 double SkTSpan::closestBoundedT(const SkDPoint& pt) const { in closestBoundedT() function in SkTSpan
1993 double t = head1->closestBoundedT(start1); in BinarySearch()
2003 double t = head2->closestBoundedT(start2); in BinarySearch()
2017 double t = tail1->closestBoundedT(end1); in BinarySearch()
2032 double t = tail2->closestBoundedT(end2); in BinarySearch()

Completed in 4 milliseconds