Searched refs:is_smooth_enough (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 1051 static bool is_smooth_enough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) { in is_smooth_enough() function 1072 static bool is_smooth_enough(SkAnalyticEdge* leftE, in is_smooth_enough() function 1080 return is_smooth_enough(leftE, currE, stop_y); // Only leftE is changing in is_smooth_enough() 1082 return is_smooth_enough(riteE, currE, stop_y); // Only riteE is changing in is_smooth_enough() 1094 return is_smooth_enough(leftE, currE, stop_y) && is_smooth_enough(riteE, nextCurrE, stop_y); in is_smooth_enough() 1153 if (is_smooth_enough(leftE, riteE, currE, stop_y)) { in aaa_walk_convex_edges()
|