Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdi32/
H A Dpath.c695 int nSize, nSizeWitness; in test_closefigure() local
732 nSizeWitness = GetPath(hdc, NULL, NULL, 0); in test_closefigure()
735 ok(nSize == nSizeWitness, "Wrong number of points, no point should be added by CloseFigure\n"); in test_closefigure()