Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dpostsys.h232 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
H A Dpostwin.h247 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1448 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in drawPolygon()
1449 WIN_Polygon( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in drawPolygon()
1510 WIN_Polygon( getHDC(), pWinPointAryAry, *pWinPointAry ); in drawPolyPolygon()
H A Dsalgdi2.cxx830 if ( !WIN_Polygon( getHDC(), pWinPtAry, (int)nPoints ) && (nPoints > MAX_64KSALPOINTS) ) in invert()
831 WIN_Polygon( getHDC(), pWinPtAry, MAX_64KSALPOINTS ); in invert()
H A Dwntgdi.cxx49 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt ) in WIN_Polygon() function

Completed in 35 milliseconds