Searched refs:find_diff_pt (Results 1 – 1 of 1) sorted by relevance
2584 static int find_diff_pt(const SkPoint pts[], int index, int n, int inc) { in find_diff_pt() function2696 int prev = find_diff_pt(pts, index, n, n - 1); in CheapComputeFirstDirection()2701 int next = find_diff_pt(pts, index, n, 1); in CheapComputeFirstDirection()