Searched refs:SkTKSearch (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkContourMeasure.cpp | 517 int SkTKSearch(const T base[], int count, const K& key) { in SkTKSearch() function 554 int index = SkTKSearch<Segment, SkScalar>(seg, count, distance); in distanceToSegment()
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 546 int SkTKSearch(const T base[], int count, const K& key) { in SkTKSearch() function 583 int index = SkTKSearch<Segment, SkScalar>(seg, count, distance); in distanceToSegment()
|