Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c3398 LONG height, height2; in test_ScriptCacheGetHeight() local
3429 height2 = 0; in test_ScriptCacheGetHeight()
3430 hr = ScriptCacheGetHeight(NULL, &sc, &height2); in test_ScriptCacheGetHeight()
3432 ok(height2 == height, "Unexpected height %u.\n", height2); in test_ScriptCacheGetHeight()
3452 height2 = 0; in test_ScriptCacheGetHeight()
3453 hr = ScriptCacheGetHeight(hdc2, &sc, &height2); in test_ScriptCacheGetHeight()
3455 ok(height2 == height, "Unexpected height.\n"); in test_ScriptCacheGetHeight()