Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp2400 static int find_diff_pt(const SkPoint pts[], int index, int n, int inc) { in find_diff_pt() function
2512 int prev = find_diff_pt(pts, index, n, n - 1); in cheapComputeDirection()
2517 int next = find_diff_pt(pts, index, n, 1); in cheapComputeDirection()