/reactos/win32ss/gdi/gdi32/wine/mfdrv/ |
H A D | graphics.c | 53 BOOL MFDRV_Arc( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in MFDRV_Arc() 64 BOOL MFDRV_Pie( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in MFDRV_Pie() 75 BOOL MFDRV_Chord( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in MFDRV_Chord() 85 BOOL MFDRV_Ellipse( PHYSDEV dev, INT left, INT top, INT right, INT bottom ) in MFDRV_Ellipse() 93 BOOL MFDRV_Rectangle(PHYSDEV dev, INT left, INT top, INT right, INT bottom) in MFDRV_Rectangle() 102 INT bottom, INT ell_width, INT ell_height ) in MFDRV_RoundRect()
|
H A D | dc.c | 73 INT MFDRV_IntersectClipRect( PHYSDEV dev, INT left, INT top, INT right, INT bottom ) in MFDRV_IntersectClipRect() 78 INT MFDRV_ExcludeClipRect( PHYSDEV dev, INT left, INT top, INT right, INT bottom ) in MFDRV_ExcludeClipRect()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | emfdrv.c | 100 INT bottom, INT ell_width, INT ell_height ) in EMFDRV_RoundRect() 120 BOOL EMFDRV_ArcChordPie( WINEDC *dc, INT left, INT top, INT right, INT bottom, in EMFDRV_ArcChordPie() 227 BOOL EMFDRV_Arc( WINEDC *dc, INT left, INT top, INT right, INT bottom, in EMFDRV_Arc() 234 BOOL EMFDRV_ArcTo( WINEDC *dc, INT left, INT top, INT right, INT bottom, in EMFDRV_ArcTo() 241 BOOL EMFDRV_Pie( WINEDC *dc, INT left, INT top, INT right, INT bottom, in EMFDRV_Pie() 248 BOOL EMFDRV_Chord( WINEDC *dc, INT left, INT top, INT right, INT bottom, in EMFDRV_Chord() 255 BOOL EMFDRV_Ellipse( WINEDC *dc, INT left, INT top, INT right, INT bottom ) in EMFDRV_Ellipse() 275 BOOL EMFDRV_Rectangle( WINEDC *dc, INT left, INT top, INT right, INT bottom ) in EMFDRV_Rectangle()
|
H A D | path.c | 164 static BOOL pathdrv_Arc( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in pathdrv_Arc() 176 static BOOL pathdrv_ArcTo( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in pathdrv_ArcTo() 188 static BOOL pathdrv_Chord( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in pathdrv_Chord() 200 static BOOL pathdrv_Pie( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in pathdrv_Pie()
|
H A D | metadc.c | 251 BOOL METADC_IntersectClipRect( HDC hdc, INT left, INT top, INT right, INT bottom ) in METADC_IntersectClipRect() 256 BOOL METADC_ExcludeClipRect( HDC hdc, INT left, INT top, INT right, INT bottom ) in METADC_ExcludeClipRect() 341 BOOL METADC_Arc( HDC hdc, INT left, INT top, INT right, INT bottom, in METADC_Arc() 348 BOOL METADC_Pie( HDC hdc, INT left, INT top, INT right, INT bottom, in METADC_Pie() 355 BOOL METADC_Chord( HDC hdc, INT left, INT top, INT right, INT bottom, in METADC_Chord() 362 BOOL METADC_Ellipse( HDC hdc, INT left, INT top, INT right, INT bottom ) in METADC_Ellipse() 367 BOOL METADC_Rectangle( HDC hdc, INT left, INT top, INT right, INT bottom ) in METADC_Rectangle() 373 INT bottom, INT ell_width, INT ell_height ) in METADC_RoundRect()
|
H A D | emfdc.c | 711 BOOL EMFDC_ArcChordPie( WINEDC *dc_attr, INT left, INT top, INT right, INT bottom, in EMFDC_ArcChordPie() 759 BOOL EMFDC_Ellipse( WINEDC *dc_attr, INT left, INT top, INT right, INT bottom ) in EMFDC_Ellipse() 783 BOOL EMFDC_Rectangle( WINEDC *dc_attr, INT left, INT top, INT right, INT bottom ) in EMFDC_Rectangle() 808 INT bottom, INT ell_width, INT ell_height ) in EMFDC_RoundRect() 1947 BOOL EMFDC_ExcludeClipRect( WINEDC *dc_attr, INT left, INT top, INT right, INT bottom ) in EMFDC_ExcludeClipRect() 1960 BOOL EMFDC_IntersectClipRect( WINEDC *dc_attr, INT left, INT top, INT right, INT bottom) in EMFDC_IntersectClipRect()
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | graphics.c | 226 EMFDRV_ArcChordPie( PHYSDEV dev, INT left, INT top, INT right, INT bottom, 349 BOOL EMFDRV_Arc( PHYSDEV dev, INT left, INT top, INT right, INT bottom, 359 BOOL EMFDRV_ArcTo( PHYSDEV dev, INT left, INT top, INT right, INT bottom, 369 BOOL EMFDRV_Pie( PHYSDEV dev, INT left, INT top, INT right, INT bottom, 380 BOOL EMFDRV_Chord( PHYSDEV dev, INT left, INT top, INT right, INT bottom, 408 BOOL EMFDRV_Ellipse( PHYSDEV dev, INT left, INT top, INT right, INT bottom ) 447 BOOL EMFDRV_Rectangle(PHYSDEV dev, INT left, INT top, INT right, INT bottom) 487 INT bottom, INT ell_width, INT ell_height )
|
H A D | dc.c | 164 INT EMFDRV_ExcludeClipRect( PHYSDEV dev, INT left, INT top, INT right, INT bottom ) in EMFDRV_ExcludeClipRect() 179 INT EMFDRV_IntersectClipRect( PHYSDEV dev, INT left, INT top, INT right, INT bottom) in EMFDRV_IntersectClipRect() 547 static BOOL emfpathdrv_Arc( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in emfpathdrv_Arc() 560 static BOOL emfpathdrv_ArcTo( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in emfpathdrv_ArcTo() 584 static BOOL emfpathdrv_Chord( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in emfpathdrv_Chord() 691 static BOOL emfpathdrv_Pie( PHYSDEV dev, INT left, INT top, INT right, INT bottom, in emfpathdrv_Pie()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | region.c | 480 _In_ LONG bottom) in REGION_vAddRect() 500 _In_ LONG bottom) in REGION_bAddRect() 678 INT bottom = MINLONG; in REGION_CropRegion() local 1246 INT bottom) in REGION_IntersectO() 1352 INT bottom) in REGION_UnionNonO() 1379 _In_ LONG bottom) in REGION_bMergeRect() 1424 INT bottom) in REGION_UnionO() 1569 INT bottom) in REGION_SubtractNonO1() 1610 INT bottom) in REGION_SubtractO() 3180 const POINT *top, *bottom; in REGION_CreateETandAET() local [all …]
|
H A D | rect.h | 10 _In_ LONG bottom) in RECTL_vSetRect()
|
/reactos/win32ss/user/winsrv/consrv/include/ |
H A D | rect.h | 20 #define ConioInitRect(Rect, top, left, bottom, right) \ argument
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | painting.c | 76 _In_ INT bottom) in Ellipse() 96 _In_ INT bottom) in Rectangle() 116 _In_ INT bottom, in RoundRect()
|
/reactos/win32ss/gdi/gdi32/include/ |
H A D | gdi32p.h | 885 FORCEINLINE BOOL EMFDC_Arc( PLDC dc_attr, INT left, INT top, INT right, INT bottom, INT xstart, INT… in EMFDC_Arc() 890 FORCEINLINE BOOL EMFDC_ArcTo( PLDC dc_attr, INT left, INT top, INT right, INT bottom, INT xstart, I… in EMFDC_ArcTo() 894 FORCEINLINE BOOL EMFDC_Chord( PLDC dc_attr, INT left, INT top, INT right, INT bottom, INT xstart, I… in EMFDC_Chord() 899 FORCEINLINE BOOL EMFDC_Pie( PLDC dc_attr, INT left, INT top, INT right, INT bottom, INT xstart, INT… in EMFDC_Pie()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | volume.c | 49 static inline void set_box(D3DBOX *box, UINT left, UINT top, UINT right, UINT bottom, UINT front, U… in set_box()
|
H A D | core.c | 67 #define check_rect(rect, left, top, right, bottom) _check_rect(__LINE__, rect, left, top, right, bo… argument 68 …ine void _check_rect(unsigned int line, const RECT *rect, int left, int top, int right, int bottom) in _check_rect()
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | splitarcs.cc | 252 Subdivider::join_t( Bin& bottom, Bin& top, Arc_ptr jarc1, Arc_ptr jarc2 ) in join_t()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | DrawText.c | 13 LONG bottom; member
|
/reactos/dll/directx/wine/d3drm/ |
H A D | viewport.c | 691 D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) in d3drm_viewport2_SetPlane() 710 D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) in d3drm_viewport1_SetPlane() 793 D3DVALUE *left, D3DVALUE *right, D3DVALUE *bottom, D3DVALUE *top) in d3drm_viewport2_GetPlane() 812 D3DVALUE *left, D3DVALUE *right, D3DVALUE *bottom, D3DVALUE *top) in d3drm_viewport1_GetPlane()
|
/reactos/sdk/include/reactos/wine/ |
H A D | windef16.h | 146 INT16 bottom; member
|
/reactos/base/shell/progman/ |
H A D | group.c | 436 INT left, INT top, INT right, INT bottom, INT xMin, INT yMin, INT nCmdShow, in GROUP_AddGroup()
|
/reactos/dll/opengl/mesa/ |
H A D | matrix.c | 513 GLdouble bottom, GLdouble top, in gl_Frustum() 555 GLdouble bottom, GLdouble top, in gl_Ortho()
|
/reactos/sdk/tools/port/ |
H A D | getopt.c | 130 int bottom = d->__first_nonopt; in exchange() local
|
/reactos/dll/cpl/console/ |
H A D | layout.c | 345 LONG right, bottom; in WinPrev_OnDraw() local
|
/reactos/dll/opengl/glu32/src/libutil/ |
H A D | project.c | 57 gluOrtho2D(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) in gluOrtho2D()
|
/reactos/sdk/include/psdk/ |
H A D | windef.h | 309 LONG bottom; member 318 LONG bottom; member
|