Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dmetafile.c439 int wnd_org_x, int wnd_org_y, int wnd_ext_x, int wnd_ext_y, in check_dc_state() argument
463 yscale = (FLOAT)vp_ext_y / (FLOAT)wnd_ext_y; in check_dc_state()
466 restore_no, vp_ext_y, wnd_ext_y, xform.eM22); in check_dc_state()
489 ok(wnd_ext_y == win_size.cy, "%d: wnd_ext_y: %d != %d\n", restore_no, wnd_ext_y, win_size.cy); in check_dc_state()