Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c222 GraphicsState state_a, state_b, state_c; in test_save_restore() local
227 state_a = state_b = state_c = 0xdeadbeef; in test_save_restore()
258 GdipSaveGraphics(graphics1, &state_b); in test_save_restore()
262 GdipRestoreGraphics(graphics1, state_b); in test_save_restore()
271 log_state(state_b, &state_log); in test_save_restore()
278 GdipSaveGraphics(graphics1, &state_b); in test_save_restore()
282 GdipRestoreGraphics(graphics1, state_b); in test_save_restore()
294 log_state(state_b, &state_log); in test_save_restore()
304 GdipSaveGraphics(graphics2, &state_b); in test_save_restore()
310 GdipRestoreGraphics(graphics2, state_b); in test_save_restore()
[all …]