Home
last modified time | relevance | path

Searched refs:font_enum_proc (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c564 static int CALLBACK font_enum_proc(const LOGFONTW *lfe, const TEXTMETRICW *ntme, in font_enum_proc() function
593 ret = EnumFontFamiliesExW(hdc, lf, font_enum_proc, (LPARAM)&ntm, 0); in gdi_get_font_metrics()
/reactos/dll/win32/oleaut32/
H A Dolefont.c564 static int CALLBACK font_enum_proc(const LOGFONTW *elf, const TEXTMETRICW *ntm, DWORD type, LPARAM … in font_enum_proc() function
612 EnumFontFamiliesExW(get_dc(), &logFont, font_enum_proc, (LPARAM)&data, 0); in realize_font()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c273 static INT CALLBACK font_enum_proc(const LOGFONTA *elf, const TEXTMETRICA *ntm, DWORD type, LPARAM … in font_enum_proc() function
414 ret = EnumFontFamiliesA(hdc, "System", font_enum_proc, (LPARAM)&bitmap_lf); in test_bitmap_font()