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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dwindow.cpp1731 POINTL vPtMax; local
1758 vPtMax.x = avPoint[0].x;
1760 vPtMax.y = avPoint[0].y;
1765 if(vPtMax.x < avPoint[i].x) vPtMax.x = avPoint[i].x;
1766 if(vPtMax.y < avPoint[i].y) vPtMax.y = avPoint[i].y;
1776 vPtMax.x = 0;
1777 vPtMax.y = 0;
1784 vPtMax
[all...]
H A Ddc.cpp2161 POINTL vPtMax; local
2198 vPtMax.x = avPoint[0].x;
2200 vPtMax.y = avPoint[0].y;
2205 if(vPtMax.x < avPoint[i].x) vPtMax.x = avPoint[i].x;
2206 if(vPtMax.y < avPoint[i].y) vPtMax.y = avPoint[i].y;
2214 *pvX = (wxCoord)(vPtMax.x - vPtMin.x + 1);
2216 *pvY = (wxCoord)(vPtMax.y - vPtMin.y + 1);

Completed in 88 milliseconds