Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2467 #define MAX_ENUM_FONTS 4096 macro
2472 ENUMLOGFONTA elf[MAX_ENUM_FONTS];
2481 if (efnd->total < MAX_ENUM_FONTS) in enum_bitmap_font_proc()
2486 trace("enum tests invalid; you have more than %d fonts\n", MAX_ENUM_FONTS); in enum_bitmap_font_proc()
2497 if (efnd->total < MAX_ENUM_FONTS) in enum_truetype_proc()
2502 trace("enum tests invalid; you have more than %d fonts\n", MAX_ENUM_FONTS); in enum_truetype_proc()