Searched refs:rect4 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/atl/ |
H A D | atltypes.cpp | 313 CRect rect4(pt, sz); in test_CRect() local 314 ok_rect(rect4, rect2); in test_CRect() 318 ok_rect(rect5, rect4); in test_CRect()
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | brush.c | 82 GpRectF rect4 = { 1, 3, 1, 0 }; in test_createLineBrushFromRectWithAngle() local 113 …status = GdipCreateLineBrushFromRectWithAngle(&rect4, 10, 11, 90, TRUE, WrapModeTileFlipXY, &brush… in test_createLineBrushFromRectWithAngle() 119 … status = GdipCreateLineBrushFromRectWithAngle(&rect4, 10, 11, 90, TRUE, WrapModeTileFlipXY, NULL); in test_createLineBrushFromRectWithAngle() 125 status = GdipCreateLineBrushFromRectWithAngle(&rect4, 10, 11, 90, TRUE, WrapModeClamp, &brush); in test_createLineBrushFromRectWithAngle()
|