Searched refs:NtGdiLineTo (Results 1 – 11 of 11) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | draw.c | 213 NtGdiLineTo(hdc, epx, epy); in IntDrawDiagEdge() 225 NtGdiLineTo(hdc, epx, epy-1); in IntDrawDiagEdge() 237 NtGdiLineTo(hdc, epx, epy+1); in IntDrawDiagEdge() 252 NtGdiLineTo(hdc, epx, epy+1); in IntDrawDiagEdge() 265 NtGdiLineTo(hdc, epx+1, epy); in IntDrawDiagEdge() 280 NtGdiLineTo(hdc, epx, epy); in IntDrawDiagEdge() 295 NtGdiLineTo(hdc, epx-1, epy+1); in IntDrawDiagEdge() 496 NtGdiLineTo(hdc, InnerRect.right, InnerRect.top); in IntDrawRectEdge() 501 NtGdiLineTo(hdc, InnerRect.left, InnerRect.bottom); in IntDrawRectEdge() 508 NtGdiLineTo(hdc, InnerRect.right, InnerRect.bottom-1); in IntDrawRectEdge() [all …]
|
H A D | nonclient.c | 1054 NtGdiLineTo(hDC, TempRect.right, TempRect.bottom); in UserDrawCaptionBar() 1226 NtGdiLineTo(hDC, TempRect.right, TempRect.bottom); in NC_DoNCPaint()
|
H A D | menu.c | 2359 NtGdiLineTo( hdc, rc.left, rc.bottom ); in MENU_DrawMenuItem() 2380 NtGdiLineTo( hdc, rc.right, rc.top ); in MENU_DrawMenuItem() 2394 NtGdiLineTo(hdc, rect.right, (rect.top + rect.bottom) / 2); in MENU_DrawMenuItem() 2724 NtGdiLineTo(hDC, Rect->right, Rect->bottom - 1); in IntDrawMenuBarTemp()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | line.c | 497 NtGdiLineTo(HDC hDC, in NtGdiLineTo() function
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | painting.c | 18 return NtGdiLineTo(hdc, x, y); in LineTo()
|
/reactos/win32ss/user/rtl/ |
H A D | text.c | 929 NtGdiLineTo (hdc, prefix_end, y); in TEXT_DrawUnderscore()
|
/reactos/modules/rostests/apitests/win32u/win32u_ros/ |
H A D | win32u_ros.spec | 232 @ stdcall NtGdiLineTo(ptr long long)
|
/reactos/modules/rostests/apitests/win32u/win32u_2k3sp2/ |
H A D | win32u_2k3sp2.spec | 230 @ stdcall NtGdiLineTo(ptr long long)
|
/reactos/modules/rostests/apitests/win32u/win32u_xpsp2/ |
H A D | win32u_xpsp2.spec | 231 @ stdcall NtGdiLineTo(ptr long long)
|
/reactos/modules/rostests/apitests/win32u/win32u_vista/ |
H A D | win32u_vista.spec | 357 @ stdcall NtGdiLineTo(ptr long long)
|
/reactos/sdk/include/psdk/ |
H A D | ntgdi.h | 2623 NtGdiLineTo(
|