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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp1079 register wxCoord ybot; /* Bottom of intersection */ local
1127 * Initialize ybot and ytop.
1128 * In the upcoming loop, ybot and ytop serve different functions depending
1132 * has points in the band), ybot is the bottom of the most recent
1137 * the top of the rectangles of both regions and ybot clips the bottoms.
1140 ybot = reg1->extents.y1;
1142 ybot = reg2->extents.y1;
1188 top = wxMax(r1->y1,ybot);
1200 top = wxMax(r2->y1,ybot);
1228 * intersect if ybot > yto
[all...]

Completed in 43 milliseconds