Searched refs:logfontw (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetObject.c | 560 LOGFONTW logfontw; in Test_Font() member 614 ok(GetObjectA(hFont, sizeof(LOGFONTW), &u.logfontw) == sizeof(LOGFONTA), "\n"); // 92 -> 60 in Test_Font() 627 FillMemory(&u.logfontw, sizeof(LOGFONTW), 0x77); in Test_Font() 634 ok(GetObjectW(hFont, 0, &u.logfontw) == 0, "\n"); in Test_Font() 635 ok(u.logfontw.lfHeight == 0x77777777, "\n"); in Test_Font() 637 ok(GetObjectW(hFont, 5, &u.logfontw) == 5, "\n"); in Test_Font() 638 ok(u.logfontw.lfHeight == 8, "\n"); in Test_Font() 639 ok(u.logfontw.lfWidth == 0x77777708, "\n"); in Test_Font() 649 ok(GetObjectW(hFont, sizeof(LOGFONTW), &u.logfontw) == sizeof(LOGFONTW), "\n"); // 92 in Test_Font() 650 ok(GetObjectW(hFont, sizeof(LOGFONTW) + 1, &u.logfontw) == sizeof(LOGFONTW) + 1, "\n"); // 92 in Test_Font() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | gdiobj.c | 1338 LOGFONTW logfontw; in NtGdiExtGetObjectW() member
|