Searched refs:next_y (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DPoly.c100 XFixed y, next_y, intersect; local in function:XRenderComputeTrapezoids
177 next_y = active->edge.p2.y;
180 if (e->edge.p2.y < next_y)
181 next_y = e->edge.p2.y;
189 if (intersect < next_y && intersect > y)
190 next_y = intersect;
194 if (inactive < nedges && edges[inactive].edge.p1.y < next_y)
195 next_y = edges[inactive].edge.p1.y;
201 traps->bottom = next_y;
212 y = next_y;
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dxtra-scroll.pl104 sub next_y($) { subroutine
482 $pos_y = &next_y( $pos_y + 1 );
486 $pos_y = &next_y( $pos_y - 1 );

Completed in 3 milliseconds