Home
last modified time | relevance | path

Searched refs:LineDDA (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/gdi/gdi32/objects/
H A Dlinedda.c40 BOOL WINAPI LineDDA(INT nXStart, INT nYStart, INT nXEnd, INT nYEnd, in LineDDA() function
/reactos/modules/rostests/winetests/gdi32/
H A Dpath.c793 LineDDA(10, 20, 20, 40, linedda_callback, (LPARAM)&pt); in test_linedda()
797 LineDDA(10, 20, 20, 43, linedda_callback, (LPARAM)&pt); in test_linedda()
801 LineDDA(10, 20, 10, 20, linedda_callback, (LPARAM)&pt); in test_linedda()
805 LineDDA(10, 20, 11, 27, linedda_callback, (LPARAM)&pt); in test_linedda()
809 LineDDA(20, 43, 10, 20, linedda_callback, (LPARAM)&pt); in test_linedda()
813 LineDDA(20, 20, 10, 43, linedda_callback, (LPARAM)&pt); in test_linedda()
817 LineDDA(20, 20, 43, 10, linedda_callback, (LPARAM)&pt); in test_linedda()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec462 462 stdcall LineDDA(long long long long ptr long)
/reactos/sdk/include/psdk/
H A Dwingdi.h3988 BOOL WINAPI LineDDA(_In_ int, _In_ int, _In_ int, _In_ int, _In_ LINEDDAPROC, _In_opt_ LPARAM);