Home
last modified time | relevance | path

Searched refs:Format24bppRgb (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Imaging/
H A DTestJpegCodec.cs151 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap8bbpIndexedGreyscaleData()
155 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap8bbpIndexedGreyscaleData()
217 Assert.AreEqual (PixelFormat.Format24bppRgb, bmp.PixelFormat, "PixelFormat"); in Bitmap24bitFeatures()
283 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap24bitData()
440 Save (PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb); in Save_24bppRgb()
446 Save (PixelFormat.Format32bppRgb, PixelFormat.Format24bppRgb); in Save_32bppRgb()
452 Save (PixelFormat.Format32bppArgb, PixelFormat.Format24bppRgb); in Save_32bppArgb()
458 Save (PixelFormat.Format32bppPArgb, PixelFormat.Format24bppRgb); in Save_32bppPArgb()
465 Save (PixelFormat.Format48bppRgb, PixelFormat.Format24bppRgb); in Save_48bppRgb()
472 Save (PixelFormat.Format64bppArgb, PixelFormat.Format24bppRgb); in Save_64bppArgb()
[all …]
H A DTiffCodecTest.cs159 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap32bitsData()
163 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap32bitsData()
318 Save (PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true); in Save_24bppRgb()
343 Save (PixelFormat.Format48bppRgb, PixelFormat.Format24bppRgb, false); in Save_48bppRgb()
H A DGifCodecTest.cs154 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap8bitsData()
158 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap8bitsData()
274 Save (PixelFormat.Format24bppRgb, PixelFormat.Format8bppIndexed, false); in Save_24bppRgb()
H A DPngCodecTest.cs210 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap1bitData()
214 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap1bitData()
387 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap2bitData()
391 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap2bitData()
573 … (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap4bitData()
577 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in Bitmap4bitData()
711 Save (PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true); in Save_24bppRgb()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DTestBitmap.cs89 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in LockBits_32_24_NonIndexedWrite()
99 using (Bitmap bmp = new Bitmap (100, 100, PixelFormat.Format24bppRgb)) { in LockBits_24_24_NonIndexedWrite()
103 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in LockBits_24_24_NonIndexedWrite()
113 using (Bitmap bmp = new Bitmap (100, 100, PixelFormat.Format24bppRgb)) { in LockBits_24_32_NonIndexedWrite()
163 using (Bitmap bmp = new Bitmap (10, 10, PixelFormat.Format24bppRgb)) { in LockBits_ImageLockMode_Invalid()
182 using (Bitmap bmp = new Bitmap (10, 10, PixelFormat.Format24bppRgb)) { in LockBits_Double()
255 Assert.AreEqual (PixelFormat.Format24bppRgb, data.PixelFormat, "PixelFormat"); in LockBits_32_24_BitmapData()
266 using (Bitmap bmp = new Bitmap (100, 100, PixelFormat.Format24bppRgb)) { in LockBits_24_24_BitmapData()
281 using (Bitmap bmp = new Bitmap (100, 100, PixelFormat.Format24bppRgb)) { in LockBits_24_32_BitmapData()
478 public void Format24bppRgb () in Format24bppRgb() method in MonoTests.System.Drawing.TestBitmap
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/mono/System.Drawing.Imaging/
H A DJpegCodecTests.cs122 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap8bbpIndexedGreyscaleData()
127 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap8bbpIndexedGreyscaleData()
186 Assert.Equal(PixelFormat.Format24bppRgb, bmp.PixelFormat); in Bitmap24bitFeatures()
243 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap24bitData()
248 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap24bitData()
407 Save(PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb); in Save_24bppRgb()
413 Save(PixelFormat.Format32bppRgb, PixelFormat.Format24bppRgb); in Save_32bppRgb()
419 Save(PixelFormat.Format32bppArgb, PixelFormat.Format24bppRgb); in Save_32bppArgb()
425 Save(PixelFormat.Format32bppPArgb, PixelFormat.Format24bppRgb); in Save_32bppPArgb()
H A DTiffCodecTests.cs75 Assert.Equal (PixelFormat.Format24bppRgb, bmp.PixelFormat); in Bitmap32bitsPixelFormat()
131 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap32bitsData()
136 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap32bitsData()
294 Save(PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true); in Save_24bppRgb()
H A DGifCodecTests.cs117 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap8bitsData()
122 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap8bitsData()
245 Save(PixelFormat.Format24bppRgb, PixelFormat.Format8bppIndexed, false); in Save_24bppRgb()
H A DPngCodecTesst.cs179 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap1bitData()
184 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap1bitData()
346 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap2bitData()
351 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap2bitData()
525 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap4bitData()
530 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap4bitData()
666 Save(PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true); in Save_24bppRgb()
H A DBmpCodecTests.cs193 Assert.Equal(PixelFormat.Format24bppRgb, bmp.PixelFormat); in Bitmap24bitFeatures()
259 …ts(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in Bitmap24bitData()
264 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in Bitmap24bitData()
492 Save(PixelFormat.Format24bppRgb, PixelFormat.Format24bppRgb, true); in Save_24bppRgb()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DBitmapTests.cs41 …urn new object[] { "16x16_nonindexed_24bit.png", 16, 16, PixelFormat.Format24bppRgb, ImageFormat.P… in Ctor_FilePath_TestData()
193 [InlineData(1, 1, PixelFormat.Format24bppRgb)]
216 … yield return new object[] { 5, 15, int.MinValue, PixelFormat.Format24bppRgb, IntPtr.Zero }; in Ctor_Width_Height_Stride_PixelFormat_Scan0_TestData()
296 yield return new object[] { new Bitmap(1, 1, PixelFormat.Format24bppRgb), 1, 1 }; in Image_TestData()
396 …Bitmap(3, 3, PixelFormat.Format32bppArgb), new Rectangle(0, 0, 3, 3), PixelFormat.Format24bppRgb }; in Clone_TestData()
1129 …tmap(100, 100, PixelFormat.Format24bppRgb), new Rectangle(0, 0, 100, 100), ImageLockMode.ReadOnly,… in LockBits_TestData()
1130 …tmap(100, 100, PixelFormat.Format24bppRgb), new Rectangle(0, 0, 100, 100), ImageLockMode.ReadWrite… in LockBits_TestData()
1131 …tmap(100, 100, PixelFormat.Format24bppRgb), new Rectangle(0, 0, 100, 100), ImageLockMode.WriteOnly… in LockBits_TestData()
1421 [InlineData(PixelFormat.Format24bppRgb)]
1669 …a = bitmap.LockBits(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in LockBits_Marshalling_Success()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/mono/System.Drawing/
H A DBitmapTests.cs95 using (Bitmap bmp = new Bitmap(10, 10, PixelFormat.Format24bppRgb)) in LockBits_ImageLockMode_Invalid()
98 BitmapData data = bmp.LockBits(r, (ImageLockMode)0, PixelFormat.Format24bppRgb); in LockBits_ImageLockMode_Invalid()
104 Assert.Equal(PixelFormat.Format24bppRgb, data.PixelFormat); in LockBits_ImageLockMode_Invalid()
117 using (Bitmap bmp = new Bitmap(10, 10, PixelFormat.Format24bppRgb)) in LockBits_Double()
120 … BitmapData data = bmp.LockBits(r, ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in LockBits_Double()
306 public void Format24bppRgb() in Format24bppRgb() method in MonoTests.System.Drawing.TestBitmap
308 FormatTest(PixelFormat.Format24bppRgb); in Format24bppRgb()
766 … byte[] actual = HashLock(bmp, 50, 50, PixelFormat.Format24bppRgb, ImageLockMode.ReadWrite); in LockBitmap_Format32bppArgb_Format24bppRgb_ReadWrite_Partial()
843 …data = bmp.LockBits(new Rectangle(0, 0, 1, 1), ImageLockMode.ReadOnly, PixelFormat.Format24bppRgb); in LockUnlockBitmap()
1525 Assert.Equal(PixelFormat.Format24bppRgb, bitmap.PixelFormat); in HBitmap()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.BmpGifJpegPngTiff/
H A DPlugin.Parser.cs87 …ap.PixelFormat != PixelFormat.Format32bppArgb && bitmap.PixelFormat != PixelFormat.Format24bppRgb)) in GetRawBitmapData()
110 if (bitmap.PixelFormat == PixelFormat.Format24bppRgb) in GetRawBitmapData()
158 …at != PixelFormat.Format32bppArgb && bitmap.PixelFormat != PixelFormat.Format24bppRgb && p == null) in GetRawBitmapData()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Components/
H A DCustomChart.cs143 var image = new Bitmap(imageSize.Width, imageSize.Height, PixelFormat.Format24bppRgb); in GetPrintableImage()
203 … Bitmap pic = new Bitmap(imageSize.Width, imageSize.Height, PixelFormat.Format24bppRgb); in SaveSnapshot()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/csharp/apps/
H A DGDALDatasetRasterIO.cs199 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
233 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALDatasetRasterIOEx.cs225 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
259 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALAdjustContrast.cs231 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
271 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
/dports/graphics/gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALDatasetRasterIO.cs199 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
233 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALDatasetRasterIOEx.cs225 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
259 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALAdjustContrast.cs231 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
271 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
/dports/graphics/py-gdal/gdal-3.3.3/swig/csharp/apps/
H A DGDALDatasetRasterIO.cs199 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
233 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALDatasetRasterIOEx.cs225 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
259 pixelFormat = PixelFormat.Format24bppRgb; in SaveBitmapDirect()
H A DGDALAdjustContrast.cs231 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
271 pixelFormat = PixelFormat.Format24bppRgb; in CreateCompatibleBitmap()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DPixelFormat.cs81 Format24bppRgb = 8 | (24 << 8) | (int)Gdi, enumerator
H A DBitmapData.Windows.cs66 case PixelFormat.Format24bppRgb:

123