Lines Matching refs:state1
1998 GraphicsContainer state1, state2; in test_containers() local
2016 stat = GdipBeginContainer2(graphics, &state1); in test_containers()
2031 stat = GdipEndContainer(graphics, state1); in test_containers()
2046 stat = GdipSaveGraphics(graphics, &state1); in test_containers()
2049 stat = GdipRestoreGraphics(graphics, state1); in test_containers()
2056 stat = GdipBeginContainer2(graphics, &state1); in test_containers()
2065 stat = GdipEndContainer(graphics, state1); in test_containers()
2094 stat = GdipBeginContainer(graphics, &dstrect, &srcrect, UnitInch, &state1); in test_containers()
2106 stat = GdipEndContainer(graphics, state1); in test_containers()
2111 stat = GdipEndContainer(graphics, state1); in test_containers()
2116 stat = GdipBeginContainer2(graphics, &state1); in test_containers()