Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/gdi32/
H A DEnumFontFamilies.c14 static ENUMLOGFONTA LastFontA;
94 LastFontA = *(ENUMLOGFONTA *)elf; in EnumProcA()
H A DGetObject.c567 ENUMLOGFONTA enumlogfonta; in Test_Font()
583 …ok(GetObjectA((HANDLE)GDI_OBJECT_TYPE_FONT, sizeof(ENUMLOGFONTA), NULL) == sizeof(LOGFONTA), "\n")… in Test_Font()
643 … ok(GetObjectA(hFont, sizeof(ENUMLOGFONTA), &u.enumlogfonta) == sizeof(ENUMLOGFONTA), "\n"); // 156 in Test_Font()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c2803 TEST_TYPE_SIZE (ENUMLOGFONTA, 156) in test_pack_ENUMLOGFONTA()
2804 TEST_TYPE_ALIGN (ENUMLOGFONTA, 4) in test_pack_ENUMLOGFONTA()
2806 TEST_FIELD_ALIGN (ENUMLOGFONTA, elfLogFont, 4) in test_pack_ENUMLOGFONTA()
2807 TEST_FIELD_OFFSET(ENUMLOGFONTA, elfLogFont, 0) in test_pack_ENUMLOGFONTA()
2811 TEST_FIELD_SIZE (ENUMLOGFONTA, elfStyle, 32) in test_pack_ENUMLOGFONTA()
2812 TEST_FIELD_ALIGN (ENUMLOGFONTA, elfStyle, 1) in test_pack_ENUMLOGFONTA()
2813 TEST_FIELD_OFFSET(ENUMLOGFONTA, elfStyle, 124) in test_pack_ENUMLOGFONTA()
9326 TEST_TYPE_SIZE (ENUMLOGFONTA, 156) in test_pack_ENUMLOGFONTA()
9327 TEST_TYPE_ALIGN (ENUMLOGFONTA, 4) in test_pack_ENUMLOGFONTA()
9334 TEST_FIELD_SIZE (ENUMLOGFONTA, elfStyle, 32) in test_pack_ENUMLOGFONTA()
[all …]
H A Dfont.c2795 ENUMLOGFONTA *elf;
3170 efnd->elf[efnd->total++] = *(ENUMLOGFONTA *)lf; in enum_fullname_data_proc()
5311 efnd->elf[efnd->total++] = *(ENUMLOGFONTA *)lf; in enum_ms_shell_dlg_proc()
5332 efnd->elf[efnd->total++] = *(ENUMLOGFONTA *)lf; in enum_ms_shell_dlg2_proc()
5400 const ENUMLOGFONTA *elf = (const ENUMLOGFONTA *)lf; in is_font_installed_fullname_proc()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2472 ENUMLOGFONTA elf[MAX_ENUM_FONTS];
2483 efnd->elf[efnd->total++] = *(ENUMLOGFONTA*)lf; in enum_bitmap_font_proc()
2499 efnd->elf[efnd->total++] = *(ENUMLOGFONTA*)lf; in enum_truetype_proc()
/reactos/sdk/include/psdk/
H A Dwingdi.h2689 } ENUMLOGFONTA,*LPENUMLOGFONTA; typedef
4432 typedef ENUMLOGFONTA ENUMLOGFONT,*LPENUMLOGFONT;