Searched refs:FH_SCALE (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 756 #define FH_SCALE 0x80000000 macro 772 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 6, 11, 2, 2, 0, 5, 11, 96, 0x20, 0xff, 0x7f, 0x20, FS_CYR… in test_bitmap_font_metrics() 774 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 8, 11, 2, 2, 0, 5, 11, 96, 0x20, 0xff, 0x7f, 0x20, FS_CYR… in test_bitmap_font_metrics() 776 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 10, 11, 2, 2, 0, 5, 11, 96, 0x20, 0xff, 0x7f, 0x20, FS_CY… in test_bitmap_font_metrics() 778 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 14, 11, 2, 2, 0, 5, 11, 96, 0x20, 0xff, 0x7f, 0x20, FS_CY… in test_bitmap_font_metrics() 780 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 18, 13, 3, 3, 0, 7, 14, 96, 0x20, 0xff, 0x7f, 0x20, FS_CY… in test_bitmap_font_metrics() 783 …{ "MS Sans Serif", FW_NORMAL, FH_SCALE | 6, 13, 3, 3, 0, 7, 14, 120, 0x20, 0xff, 0x7f, 0x20, FS_CY… in test_bitmap_font_metrics() 957 height = fd[i].height & ~FH_SCALE; in test_bitmap_font_metrics() 974 if (fd[i].height & FH_SCALE) in test_bitmap_font_metrics() 984 if (ret && !(fd[i].height & FH_SCALE)) in test_bitmap_font_metrics() [all …]
|