Searched defs:curr_y (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h176 int curr_x, curr_y; /**< for iterating over bins */ member in struct:lp_scene
/external/skia/src/core/
H A DSkScan_Path.cpp41 static void insert_new_edges(SkEdge* newEdge, int curr_y) { argument
42 if (newEdge->fFirstY != curr_y) {
69 } while (newEdge->fFirstY == curr_y);
73 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { argument
74 while (edge->fFirstY <= curr_y) {
85 #define validate_edges_for_y(edge, curr_y)
102 int curr_y = start_y; local
113 validate_edges_for_y(currE, curr_y);
116 proc(blitter, curr_y, PREPOST_START); // pre-proc
119 while (currE->fFirstY <= curr_y) {
[all...]
/external/skqp/src/core/
H A DSkScan_Path.cpp40 static void insert_new_edges(SkEdge* newEdge, int curr_y) { argument
41 if (newEdge->fFirstY != curr_y) {
68 } while (newEdge->fFirstY == curr_y);
72 static void validate_edges_for_y(const SkEdge* edge, int curr_y) { argument
73 while (edge->fFirstY <= curr_y) {
84 #define validate_edges_for_y(edge, curr_y)
101 int curr_y = start_y; local
112 validate_edges_for_y(currE, curr_y);
115 proc(blitter, curr_y, PREPOST_START); // pre-proc
118 while (currE->fFirstY <= curr_y) {
[all...]

Completed in 323 milliseconds