Searched refs:find_diff_pt (Results 1 – 1 of 1) sorted by relevance
2400 static int find_diff_pt(const SkPoint pts[], int index, int n, int inc) { in find_diff_pt() function2512 int prev = find_diff_pt(pts, index, n, n - 1); in cheapComputeDirection()2517 int next = find_diff_pt(pts, index, n, 1); in cheapComputeDirection()