Home
last modified time | relevance | path

Searched refs:GdipGetEmHeight (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c260 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 Dfont.c615 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 Dgdiplus.spec248 248 stdcall GdipGetEmHeight(ptr long ptr)
H A Dgraphicspath.c1026 status = GdipGetEmHeight(family, style, &native_height); in GdipAddPathString()
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h779 SetStatus(DllExports::GdipGetEmHeight(fontFamily, style, &EmHeight)); in GetEmHeight()
H A Dgdiplusflat.h209 GdipGetEmHeight(GDIPCONST GpFontFamily *, INT, UINT16 *);