|
|
|
@ -58,11 +58,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_Alignment_TopLeft() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -87,11 +83,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_Alignment_Center() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -116,11 +108,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_Alignment_BottomRight() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -145,11 +133,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_Fill_NoTile() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -172,11 +156,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_Uniform_NoTile() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -199,11 +179,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_UniformToFill_NoTile() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -226,11 +202,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_BottomRightQuarterSource() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -254,11 +226,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_BottomRightQuarterDest() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -282,11 +250,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_NoTile_BottomRightQuarterSource_BottomRightQuarterDest() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -311,11 +275,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_Tile_BottomRightQuarterSource_CenterQuarterDest() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
@ -341,7 +301,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
[Fact(Skip = "TileMode.FlipX not yet supported on cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
@ -369,7 +329,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
[Fact(Skip = "TileMode.FlipY not yet supported on cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
@ -396,11 +356,7 @@ namespace Perspex.Direct2D1.RenderTests.Media |
|
|
|
CompareImages(); |
|
|
|
} |
|
|
|
|
|
|
|
#if PERSPEX_CAIRO
|
|
|
|
[Fact(Skip = "VisualBrush not yet implemented on Cairo")] |
|
|
|
#else
|
|
|
|
[Fact] |
|
|
|
#endif
|
|
|
|
public void VisualBrush_NoStretch_FlipXY_TopLeftDest() |
|
|
|
{ |
|
|
|
Decorator target = new Decorator |
|
|
|
|