Searched refs:GdipGetFontHeightGivenDPI (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | font.c | 490 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 D | font.c | 563 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 D | gdiplus.spec | 256 256 stdcall GdipGetFontHeightGivenDPI(ptr float ptr)
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 934 SetStatus(DllExports::GdipGetFontHeightGivenDPI(font, dpi, &height)); in GetHeight()
|
H A D | gdiplusflat.h | 177 GdipGetFontHeightGivenDPI(GDIPCONST GpFont *, REAL, REAL *);
|