Home
last modified time | relevance | path

Searched refs:GdipDrawString (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h575 return SetStatus(DllExports::GdipDrawString( in DrawString()
584 return SetStatus(DllExports::GdipDrawString( in DrawString()
598 return SetStatus(DllExports::GdipDrawString( in DrawString()
H A Dgdiplusflat.h395 GdipDrawString(
/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c2313 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 Dgdiplus.spec190 190 stdcall GdipDrawString(ptr wstr long ptr ptr ptr ptr)
H A Dgraphics.c5700 GpStatus WINGDIPAPI GdipDrawString(GpGraphics *graphics, GDIPCONST WCHAR *string, in GdipDrawString() function