16 references to Format16bppArgb1555
System.Drawing.Common.Tests (16)
mono\System.Drawing\BitmapTests.cs (1)
243
case PixelFormat.
Format16bppArgb1555
:
System\Drawing\BitmapTests.cs (11)
174
[InlineData(1, 1, PixelFormat.
Format16bppArgb1555
)]
225
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(width, 1, PixelFormat.
Format16bppArgb1555
));
226
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(width, 1, 0, PixelFormat.
Format16bppArgb1555
, IntPtr.Zero));
240
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, height, PixelFormat.
Format16bppArgb1555
));
241
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, height, 0, PixelFormat.
Format16bppArgb1555
, IntPtr.Zero));
264
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, 1, 0, PixelFormat.
Format16bppArgb1555
, 10));
1276
[InlineData(PixelFormat.
Format16bppArgb1555
)]
1374
case PixelFormat.
Format16bppArgb1555
:
1608
{ PixelFormat.
Format16bppArgb1555
, DitherType.None, PaletteType.FixedHalftone8 },
1615
{ PixelFormat.
Format16bppArgb1555
, DitherType.None, PaletteType.FixedHalftone256 },
1666
PixelFormat.
Format16bppArgb1555
,
System\Drawing\GraphicsTests.cs (1)
290
[InlineData(PixelFormat.
Format16bppArgb1555
)]
System\Drawing\ImageTests.cs (2)
571
[InlineData(PixelFormat.
Format16bppArgb1555
, 16)]
588
[InlineData(PixelFormat.
Format16bppArgb1555
, true)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
98
[InlineData(PixelFormat.
Format16bppArgb1555
)]