20 references to Format16bppRgb555
System.Drawing.Common.Tests (18)
mono\System.Drawing\BitmapTests.cs (1)
249
case PixelFormat.
Format16bppRgb555
:
System\Drawing\BitmapTests.cs (9)
175
[InlineData(1, 1, PixelFormat.
Format16bppRgb555
)]
269
yield return new object[] { new Bitmap(1, 1, PixelFormat.
Format16bppRgb555
), 1, 1 };
591
yield return new object[] { new Bitmap(512, 512, PixelFormat.
Format16bppRgb555
), 512, 512 };
691
yield return new object[] { new Bitmap(512, 512, PixelFormat.
Format16bppRgb555
).GetHicon(), 512, 512 };
1277
[InlineData(PixelFormat.
Format16bppRgb555
)]
1380
case PixelFormat.
Format16bppRgb555
:
1609
{ PixelFormat.
Format16bppRgb555
, DitherType.Spiral8x8, PaletteType.FixedHalftone8 },
1616
{ PixelFormat.
Format16bppRgb555
, DitherType.DualSpiral8x8, PaletteType.FixedHalftone256 },
1667
PixelFormat.
Format16bppRgb555
,
System\Drawing\GraphicsTests.cs (5)
239
[InlineData(PixelFormat.
Format16bppRgb555
)]
1917
yield return new object[] { PixelFormat.
Format16bppRgb555
, Color.Red, Color.FromArgb(255, 248, 0, 0) };
2875
[InlineData(PixelFormat.
Format16bppRgb555
, PixelFormat.Format32bppRgb, false)]
2876
[InlineData(PixelFormat.Format32bppRgb, PixelFormat.
Format16bppRgb555
, true)]
2877
[InlineData(PixelFormat.Format32bppArgb, PixelFormat.
Format16bppRgb555
, false)]
System\Drawing\ImageTests.cs (2)
573
[InlineData(PixelFormat.
Format16bppRgb555
, 16)]
594
[InlineData(PixelFormat.
Format16bppRgb555
, false)]
System\Drawing\Imaging\BitmapDataTests.cs (1)
90
[InlineData(PixelFormat.
Format16bppRgb555
)]
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlPaintTests.cs (2)
41
Assert.Equal(PixelFormat.
Format16bppRgb555
, result.PixelFormat);
66
Assert.Equal(PixelFormat.
Format16bppRgb555
, result.PixelFormat);