Searched refs:GdipDrawString (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 575 return SetStatus(DllExports::GdipDrawString( in DrawString() 584 return SetStatus(DllExports::GdipDrawString( in DrawString() 598 return SetStatus(DllExports::GdipDrawString( in DrawString()
|
H A D | gdiplusflat.h | 395 GdipDrawString(
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | graphics.c | 2313 status = GdipDrawString(graphics, string, 4, fnt, &rect, format, brush); in test_GdipDrawString() 3233 status = GdipDrawString(NULL, teststring, 6, font, &rc, NULL, brush); in test_string_functions() 3236 status = GdipDrawString(graphics, NULL, 6, font, &rc, NULL, brush); in test_string_functions() 3239 status = GdipDrawString(graphics, teststring, 6, NULL, &rc, NULL, brush); in test_string_functions() 3242 status = GdipDrawString(graphics, teststring, 6, font, NULL, NULL, brush); in test_string_functions() 3245 status = GdipDrawString(graphics, teststring, 6, font, &rc, NULL, NULL); in test_string_functions() 3248 status = GdipDrawString(graphics, teststring, 6, font, &rc, NULL, brush); in test_string_functions()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 190 190 stdcall GdipDrawString(ptr wstr long ptr ptr ptr ptr)
|
H A D | graphics.c | 5700 GpStatus WINGDIPAPI GdipDrawString(GpGraphics *graphics, GDIPCONST WCHAR *string, in GdipDrawString() function
|