Searched refs:ENUMLOGFONTA (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | EnumFontFamilies.c | 14 static ENUMLOGFONTA LastFontA; 94 LastFontA = *(ENUMLOGFONTA *)elf; in EnumProcA()
|
H A D | GetObject.c | 567 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 D | generated.c | 2803 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 D | font.c | 2795 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 D | usp10.c | 2472 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 D | wingdi.h | 2689 } ENUMLOGFONTA,*LPENUMLOGFONTA; typedef 4432 typedef ENUMLOGFONTA ENUMLOGFONT,*LPENUMLOGFONT;
|