Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c490 stat = GdipGetFontHeightGivenDPI(NULL, 96, &height); in test_heightgivendpi()
493 stat = GdipGetFontHeightGivenDPI(font, 96, NULL); in test_heightgivendpi()
496 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
509 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
517 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
530 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
543 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
556 stat = GdipGetFontHeightGivenDPI(font, 96, &height); in test_heightgivendpi()
/reactos/dll/win32/gdiplus/
H A Dfont.c563 stat = GdipGetFontHeightGivenDPI(font, font->family->dpi, &font_height); in GdipGetFontHeight()
599 GpStatus WINGDIPAPI GdipGetFontHeightGivenDPI(GDIPCONST GpFont *font, REAL dpi, REAL *height) in GdipGetFontHeightGivenDPI() function
H A Dgdiplus.spec256 256 stdcall GdipGetFontHeightGivenDPI(ptr float ptr)
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h934 SetStatus(DllExports::GdipGetFontHeightGivenDPI(font, dpi, &height)); in GetHeight()
H A Dgdiplusflat.h177 GdipGetFontHeightGivenDPI(GDIPCONST GpFont *, REAL, REAL *);