Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp524 int SkTKSearch(const T base[], int count, const K& key) { in SkTKSearch() function
561 int index = SkTKSearch<Segment, SkScalar>(seg, count, distance); in distanceToSegment()