Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c916 INT ret, i, expected_cs, screen_log_pixels, diff, font_res; in test_bitmap_font_metrics() local
937 screen_log_pixels = GetDeviceCaps(hdc, LOGPIXELSY); in test_bitmap_font_metrics()
942 int new_diff = abs(font_log_pixels[i] - screen_log_pixels); in test_bitmap_font_metrics()