Searched refs:aPolygonAry (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 604 PM_POLYGON* aPolygonAry = new PM_POLYGON[ nPoly ]; in drawPolyPolygon() local 615 aPolygonAry[ i ].ulPoints = nTempPoints; in drawPolyPolygon() 616 aPolygonAry[ i ].aPointl = pTempOS2PtAry; in drawPolyPolygon() 636 Ft2Move( mhPS, aPolygonAry[i].aPointl ); in drawPolyPolygon() 637 Ft2PolyLine( mhPS, aPolygonAry[i].ulPoints, aPolygonAry[i].aPointl ); in drawPolyPolygon() 652 Ft2Move( mhPS, aPolygonAry[ 0 ].aPointl ); in drawPolyPolygon() 653 GpiPolygons( mhPS, nPoly, aPolygonAry, nOptions, POLYGON_EXCL ); in drawPolyPolygon() 662 Ft2Move( mhPS, aPolygonAry[ i ].aPointl ); in drawPolyPolygon() 663 GpiPolyLine( mhPS, aPolygonAry[ i ].ulPoints, aPolygonAry[ i ].aPointl ); in drawPolyPolygon() 670 delete [] aPolygonAry[ i ].aPointl; in drawPolyPolygon() [all …]
|
Completed in 16 milliseconds