Searched refs:cxWndOut (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | DPtoLP.c | 45 LONG cxWndOut; member 334 if (entry->cxWndOut == DISPLAY_SIZE || entry->cxWndOut == NEGA_DISPLAY_SIZE) in DoTestEntry() 338 if (entry->cxWndOut == NEGA_DISPLAY_SIZE) in DoTestEntry() 346 else if (entry->cxWndOut != NO_CHECK) in DoTestEntry() 348 ok(siz.cx == entry->cxWndOut && siz.cy == entry->cyWndOut, in DoTestEntry() 350 entry->lineno, entry->cxWndOut, entry->cyWndOut, siz.cx, siz.cy); in DoTestEntry()
|
H A D | LPtoDP.c | 44 LONG cxWndOut; member 317 if (entry->cxWndOut == DISPLAY_SIZE || entry->cxWndOut == NEGA_DISPLAY_SIZE) in DoTestEntry() 321 if (entry->cxWndOut == NEGA_DISPLAY_SIZE) in DoTestEntry() 329 else if (entry->cxWndOut != NO_CHECK) in DoTestEntry() 331 ok(siz.cx == entry->cxWndOut && siz.cy == entry->cyWndOut, in DoTestEntry() 333 entry->lineno, entry->cxWndOut, entry->cyWndOut, siz.cx, siz.cy); in DoTestEntry()
|