Searched refs:GdipGetEmHeight (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | font.c | 260 stat = GdipGetEmHeight(family, FontStyleRegular, &em_height); in test_logfont() 293 stat = GdipGetEmHeight(family, FontStyleRegular, &em_height); in test_logfont() 367 stat = GdipGetEmHeight(FontFamily, FontStyleRegular, &result); in test_fontfamily_properties() 390 stat = GdipGetEmHeight(FontFamily, FontStyleRegular, &result); in test_fontfamily_properties() 640 stat = GdipGetEmHeight(family, style, &fm->em_height); in gdip_get_font_metrics()
|
/reactos/dll/win32/gdiplus/ |
H A D | font.c | 615 stat = GdipGetEmHeight(font->family, style, &em_height); in GdipGetFontHeightGivenDPI() 918 GpStatus WINGDIPAPI GdipGetEmHeight(GDIPCONST GpFontFamily *family, INT style, UINT16* EmHeight) in GdipGetEmHeight() function
|
H A D | gdiplus.spec | 248 248 stdcall GdipGetEmHeight(ptr long ptr)
|
H A D | graphicspath.c | 1026 status = GdipGetEmHeight(family, style, &native_height); in GdipAddPathString()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 779 SetStatus(DllExports::GdipGetEmHeight(fontFamily, style, &EmHeight)); in GetEmHeight()
|
H A D | gdiplusflat.h | 209 GdipGetEmHeight(GDIPCONST GpFontFamily *, INT, UINT16 *);
|