Searched refs:pWinPtAry (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 815 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()
|
H A D | salgdi.cxx | 1430 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()
|
Completed in 16 milliseconds