Searched refs:find_min_max_x_at_y (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkPath.cpp | 2495 static int find_min_max_x_at_y(const SkPoint pts[], int index, int n, in find_min_max_x_at_y() function 2567 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); in ComputeFirstDirection()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 2982 static int find_min_max_x_at_y(const SkPoint pts[], int index, int n, in find_min_max_x_at_y() function 3056 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex); in CheapComputeFirstDirection()
|