Home
last modified time | relevance | path

Searched defs:nextNextY (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkScan_AAAPath.cpp1307 static void update_next_next_y(SkFixed y, SkFixed nextY, SkFixed* nextNextY) { in update_next_next_y()
1311 static void check_intersection(const SkAnalyticEdge* edge, SkFixed nextY, SkFixed* nextNextY) { in check_intersection()
1317 static void check_intersection_fwd(const SkAnalyticEdge* edge, SkFixed nextY, SkFixed* nextNextY) { in check_intersection_fwd()
1323 static void insert_new_edges(SkAnalyticEdge* newEdge, SkFixed y, SkFixed* nextNextY) { in insert_new_edges()
1419 SkFixed nextNextY = SK_MaxS32; in aaa_walk_edges() local