Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/gdiplus/
H A Dgraphics.c2133 } region_data; in test_clip_xform() local
2147 status = GdipGetRegionData(clip, (BYTE*)&region_data, sizeof(region_data), &region_data_size); in test_clip_xform()
2150 expect(28, region_data.size); in test_clip_xform()
2153 expectf(0.0, region_data.x); in test_clip_xform()
2154 expectf(0.0, region_data.y); in test_clip_xform()
2155 expectf(10.0, region_data.width); in test_clip_xform()
2186 status = GdipGetRegionData(clip, (BYTE*)&region_data, sizeof(region_data), &region_data_size); in test_clip_xform()
2189 expect(28, region_data.size); in test_clip_xform()
2192 expectf(0.0, region_data.x); in test_clip_xform()
2193 expectf(0.0, region_data.y); in test_clip_xform()
[all …]