16 references to Format16bppArgb1555
System.Drawing.Common.Tests (16)
mono\System.Drawing\BitmapTests.cs (1)
243
case PixelFormat.
Format16bppArgb1555
:
System\Drawing\BitmapTests.cs (11)
173
[InlineData(1, 1, PixelFormat.
Format16bppArgb1555
)]
224
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(width, 1, PixelFormat.
Format16bppArgb1555
));
225
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(width, 1, 0, PixelFormat.
Format16bppArgb1555
, IntPtr.Zero));
239
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, height, PixelFormat.
Format16bppArgb1555
));
240
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, height, 0, PixelFormat.
Format16bppArgb1555
, IntPtr.Zero));
263
AssertExtensions.Throws<ArgumentException>(null, () => new Bitmap(1, 1, 0, PixelFormat.
Format16bppArgb1555
, 10));
1275
[InlineData(PixelFormat.
Format16bppArgb1555
)]
1373
case PixelFormat.
Format16bppArgb1555
:
1607
{ PixelFormat.
Format16bppArgb1555
, DitherType.None, PaletteType.FixedHalftone8 },
1614
{ PixelFormat.
Format16bppArgb1555
, DitherType.None, PaletteType.FixedHalftone256 },
1665
PixelFormat.
Format16bppArgb1555
,
System\Drawing\GraphicsTests.cs (1)
291
[InlineData(PixelFormat.
Format16bppArgb1555
)]
System\Drawing\ImageTests.cs (2)
573
[InlineData(PixelFormat.
Format16bppArgb1555
, 16)]
590
[InlineData(PixelFormat.
Format16bppArgb1555
, true)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
98
[InlineData(PixelFormat.
Format16bppArgb1555
)]