Searched refs:WIN_Polygon (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | wntgdi.cxx | 49 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt ) in WIN_Polygon() function
|
H A D | salgdi2.cxx | 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 | 1448 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()
|
/aoo41x/main/tools/inc/tools/ |
H A D | postsys.h | 232 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
|
H A D | postwin.h | 247 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
|
Completed in 92 milliseconds