Searched refs:GdipGetFontSize (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | font.c | 150 GdipGetFontSize(font, &size); in test_createfont() 160 GdipGetFontSize (font, &size); in test_createfont() 254 stat = GdipGetFontSize(font, &rval); in test_logfont() 287 stat = GdipGetFontSize(font, &rval); in test_logfont() 632 stat = GdipGetFontSize(font, &fm->font_size); in gdip_get_font_metrics()
|
H A D | graphics.c | 3770 status = GdipGetFontSize(font, &font_size); in test_GdipMeasureString() 3848 status = GdipGetFontSize(font, &font_size); in test_GdipMeasureString() 4904 status = GdipGetFontSize(font, &font_size); in test_measured_extra_space()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 257 257 stdcall GdipGetFontSize(ptr ptr)
|
H A D | font.c | 350 GpStatus WINGDIPAPI GdipGetFontSize(GpFont *font, REAL *size) in GdipGetFontSize() function
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 960 SetStatus(DllExports::GdipGetFontSize(font, &size)); in GetSize()
|
H A D | gdiplusflat.h | 171 GdipGetFontSize(GpFont *, REAL *);
|