Searched refs:avPoint (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 Ddc.cpp2159 POINTL avPoint[TXTBOX_COUNT]; local
2183 ,avPoint // array of coordinates points
2197 vPtMin.x = avPoint[0].x;
2198 vPtMax.x = avPoint[0].x;
2199 vPtMin.y = avPoint[0].y;
2200 vPtMax.y = avPoint[0].y;
2203 if(vPtMin.x > avPoint[i].x) vPtMin.x = avPoint[i].x;
2204 if(vPtMin.y > avPoint[i].y) vPtMin.y = avPoint[
[all...]
H A Dwindow.cpp1729 POINTL avPoint[TXTBOX_COUNT]; local
1753 avPoint // array of coordinates points
1757 vPtMin.x = avPoint[0].x;
1758 vPtMax.x = avPoint[0].x;
1759 vPtMin.y = avPoint[0].y;
1760 vPtMax.y = avPoint[0].y;
1763 if(vPtMin.x > avPoint[i].x) vPtMin.x = avPoint[i].x;
1764 if(vPtMin.y > avPoint[i].y) vPtMin.y = avPoint[
[all...]

Completed in 100 milliseconds