Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c424 height_orig = bitmap_lf.lfHeight; in test_bitmap_font()
443 bitmap_lf.lfHeight = height_orig; in test_bitmap_font()
447 for (i = 1; i <= height_orig * 6; i++) in test_bitmap_font()
453 scale = (i + height_orig - 1) / height_orig; in test_bitmap_font()
468 bitmap_lf.lfHeight = height_orig * 2; in test_bitmap_font()
477 bitmap_lf.lfHeight = height_orig * 3; in test_bitmap_font()
497 INT width_orig, height_orig, lfWidth; in test_outline_font() local
542 lf.lfHeight = height_orig * 2; in test_outline_font()
551 lf.lfHeight = height_orig * 3; in test_outline_font()
560 lf.lfHeight = height_orig * 1; in test_outline_font()
[all …]