Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dmetafile.c538 static RECT exp_bounds = { 0, 0, 150, 150 }; in savedc_emf_enum_proc() local
549 ok(EqualRect(&bounds, &exp_bounds), "wrong bounds\n"); in savedc_emf_enum_proc()