Home
last modified time | relevance | path

Searched refs:pWinPtAry (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1430 POINT* pWinPtAry = (POINT*)pPtAry; in drawPolyLine() local
1433 if ( !Polyline( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in drawPolyLine()
1434 Polyline( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in drawPolyLine()
1445 POINT* pWinPtAry = (POINT*)pPtAry; in drawPolygon() local
1448 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in drawPolygon()
1449 WIN_Polygon( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in drawPolygon()
H A Dsalgdi2.cxx815 POINT* pWinPtAry; in invert() local
820 pWinPtAry = (POINT*)pPtAry; in invert()
825 if ( !Polyline( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in invert()
826 Polyline( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in invert()
830 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in invert()
831 WIN_Polygon( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in invert()

Completed in 26 milliseconds