Home
last modified time | relevance | path

Searched refs:aPolygonAry (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx604 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 23 milliseconds