20 references to Format16bppRgb565
System.Drawing.Common.Tests (20)
mono\System.Drawing\BitmapTests.cs (3)
164
if (format == PixelFormat.
Format16bppRgb565
)
177
if (format == PixelFormat.
Format16bppRgb565
)
237
case PixelFormat.
Format16bppRgb565
:
System\Drawing\BitmapTests.cs (13)
175
[InlineData(1, 1, PixelFormat.
Format16bppRgb565
)]
269
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format16bppRgb565
), 1, 1 };
361
yield return new object[] { new Bitmap(3, 3, PixelFormat.Format64bppPArgb), new Rectangle(1, 1, 1, 1), PixelFormat.
Format16bppRgb565
};
1277
[InlineData(PixelFormat.
Format16bppRgb565
)]
1297
if (format == PixelFormat.
Format16bppRgb565
)
1310
if (format == PixelFormat.
Format16bppRgb565
)
1367
case PixelFormat.
Format16bppRgb565
:
1609
{ PixelFormat.
Format16bppRgb565
, DitherType.Ordered8x8, PaletteType.FixedHalftone8 },
1616
{ PixelFormat.
Format16bppRgb565
, DitherType.None, PaletteType.FixedHalftone256 },
1621
{ PixelFormat.
Format16bppRgb565
, DitherType.None, (PaletteType)(-1) },
1642
{ PixelFormat.
Format16bppRgb565
, (DitherType)(-1), PaletteType.FixedHalftone256 },
1643
{ PixelFormat.
Format16bppRgb565
, (DitherType)(-1), (PaletteType)(-1) },
1667
PixelFormat.
Format16bppRgb565
,
System\Drawing\GraphicsTests.cs (1)
241
[InlineData(PixelFormat.
Format16bppRgb565
)]
System\Drawing\ImageTests.cs (2)
576
[InlineData(PixelFormat.
Format16bppRgb565
, 16)]
597
[InlineData(PixelFormat.
Format16bppRgb565
, false)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
91
[InlineData(PixelFormat.
Format16bppRgb565
)]