Searched defs:nextNextY (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_AAAPath.cpp | 1360 static void update_next_next_y(SkFixed y, SkFixed nextY, SkFixed* nextNextY) { in update_next_next_y() 1364 static void check_intersection(const SkAnalyticEdge* edge, SkFixed nextY, SkFixed* nextNextY) { in check_intersection() 1370 static void insert_new_edges(SkAnalyticEdge* newEdge, SkFixed y, SkFixed* nextNextY) { in insert_new_edges() 1561 SkFixed nextNextY = SK_MaxS32; in aaa_walk_edges() local
|
/external/skqp/src/core/ |
D | SkScan_AAAPath.cpp | 1230 static inline void updateNextNextY(SkFixed y, SkFixed nextY, SkFixed* nextNextY) { in updateNextNextY() 1234 static inline void checkIntersection(const SkAnalyticEdge* edge, SkFixed nextY, SkFixed* nextNextY) in checkIntersection() 1241 static void insert_new_edges(SkAnalyticEdge* newEdge, SkFixed y, SkFixed* nextNextY) { in insert_new_edges() 1383 SkFixed nextNextY = SK_MaxS32; in aaa_walk_edges() local
|