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)
176
[InlineData(1, 1, PixelFormat.
Format16bppRgb565
)]
270
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format16bppRgb565
), 1, 1 };
362
yield return new object[] { new Bitmap(3, 3, PixelFormat.Format64bppPArgb), new Rectangle(1, 1, 1, 1), PixelFormat.
Format16bppRgb565
};
1278
[InlineData(PixelFormat.
Format16bppRgb565
)]
1298
if (format == PixelFormat.
Format16bppRgb565
)
1311
if (format == PixelFormat.
Format16bppRgb565
)
1368
case PixelFormat.
Format16bppRgb565
:
1610
{ PixelFormat.
Format16bppRgb565
, DitherType.Ordered8x8, PaletteType.FixedHalftone8 },
1617
{ PixelFormat.
Format16bppRgb565
, DitherType.None, PaletteType.FixedHalftone256 },
1622
{ PixelFormat.
Format16bppRgb565
, DitherType.None, (PaletteType)(-1) },
1643
{ PixelFormat.
Format16bppRgb565
, (DitherType)(-1), PaletteType.FixedHalftone256 },
1644
{ PixelFormat.
Format16bppRgb565
, (DitherType)(-1), (PaletteType)(-1) },
1668
PixelFormat.
Format16bppRgb565
,
System\Drawing\GraphicsTests.cs (1)
240
[InlineData(PixelFormat.
Format16bppRgb565
)]
System\Drawing\ImageTests.cs (2)
574
[InlineData(PixelFormat.
Format16bppRgb565
, 16)]
595
[InlineData(PixelFormat.
Format16bppRgb565
, false)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
91
[InlineData(PixelFormat.
Format16bppRgb565
)]