Home
last modified time | relevance | path

Searched refs:bmp (Results 1 – 25 of 5332) sorted by relevance

12345678910>>...214

/dports/multimedia/assimp/assimp-5.1.3/test/models/SMD/
H A DWusonSMD.smd10 default.bmp
14 default.bmp
18 default.bmp
22 default.bmp
26 default.bmp
30 default.bmp
34 default.bmp
38 default.bmp
42 default.bmp
46 default.bmp
[all …]
/dports/cad/atlc/atlc-4.6.1/examples/
H A DMakefile.am6 100ohm-201h.bmp \
8 100ohm-401h.bmp \
10 100ohm-801h.bmp \
42 aliased.bmp \
70 coax2.bmp \
97 pcb.bmp \
133 test.bmp \
135 test3.bmp \
137 test4.bmp \
139 test5.bmp \
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/tiles/
H A Dindex856 0853 (wall) : etc\wall11.bmp
857 0854 (wall) : etc\wall12.bmp
858 0855 (wall) : etc\wall13.bmp
859 0856 (wall) : etc\wall14.bmp
860 0857 (wall) : etc\wall15.bmp
861 0858 (wall) : etc\wall16.bmp
893 0890 (air) : etc\air.bmp
918 0915 (wall) : etc\blank.bmp
919 0916 (wall) : etc\blank.bmp
920 0917 (wall) : etc\blank.bmp
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest-stylo.list5 fails == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.bmp
6 fails == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.bmp
7 fails == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.bmp
8 fails == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.bmp
9 fails == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.bmp
10 fails == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.bmp
11 fails == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.bmp
12 fails == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.bmp
13 fails == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.bmp
14 fails == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.bmp
[all …]
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/data/materials/vdrift/
H A D_zandvoort.mat1 material pickup.bmp.png
4 diffuseMap pickup.bmp.png
6 material flasha.bmp.png
9 diffuseMap flasha.bmp.png
11 material flashb.bmp.png
14 diffuseMap flashb.bmp.png
16 material tire.bmp.png
19 diffuseMap tire.bmp.png
21 material twall.bmp.png
36 material fnceb.bmp.png
[all …]
/dports/graphics/libnsbmp/libnsbmp-0.1.6/src/
H A Dlibnsbmp.c157 bmp->colours = (1 << bmp->bpp); in bmp_info_header_parse()
302 if ((!bmp->ico) && (bmp->mask[3] == 0)) { in bmp_info_header_parse()
348 bmp->bitmap = bmp->bitmap_callbacks.bitmap_create(bmp->width, bmp->height, flags); in bmp_info_header_parse()
533 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb32()
615 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb24()
686 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb16()
780 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb()
845 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_mask()
900 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rle8()
1054 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rle4()
[all …]
/dports/graphics/sdump/sdump-c5fb55b/
H A Dlibnsbmp.c360 if ((bmp->bpp != 1) && (bmp->bpp != 4) && in bmp_analyse_header()
366 bmp->colours = (1 << bmp->bpp); in bmp_analyse_header()
499 bmp->colours = (1 << bmp->bpp); in bmp_analyse_header()
505 if ((!bmp->ico) && (bmp->mask[3] == 0)) { in bmp_analyse_header()
541 bmp->bitmap = bmp->bitmap_callbacks.bitmap_create(bmp->width, bmp->height, flags); in bmp_analyse_header()
584 bmp = &image->bmp; in ico_find()
685 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb24()
764 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb16()
854 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_rgb()
907 swidth = bmp->bitmap_callbacks.bitmap_get_bpp(bmp->bitmap) * bmp->width; in bmp_decode_mask()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/examples/
H A Dexample_png2bmp.cpp57 bmp.push_back(40); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //14: biSize in encodeBMP()
58 bmp.push_back(w % 256); bmp.push_back(w / 256); bmp.push_back(0); bmp.push_back(0); //18: biWidth in encodeBMP()
59 bmp.push_back(h % 256); bmp.push_back(h / 256); bmp.push_back(0); bmp.push_back(0); //22: biHeight in encodeBMP()
62 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //30: biCompression in encodeBMP()
63 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //34: biSizeImage in encodeBMP()
64 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //38: biXPelsPerMeter in encodeBMP()
65 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //42: biYPelsPerMeter in encodeBMP()
66 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //46: biClrUsed in encodeBMP()
67 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //50: biClrImportant in encodeBMP()
96 bmp[2] = bmp.size() % 256; in encodeBMP()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/examples/
H A Dexample_png2bmp.cpp57 bmp.push_back(40); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //14: biSize in encodeBMP()
58 bmp.push_back(w % 256); bmp.push_back(w / 256); bmp.push_back(0); bmp.push_back(0); //18: biWidth in encodeBMP()
59 bmp.push_back(h % 256); bmp.push_back(h / 256); bmp.push_back(0); bmp.push_back(0); //22: biHeight in encodeBMP()
62 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //30: biCompression in encodeBMP()
63 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //34: biSizeImage in encodeBMP()
64 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //38: biXPelsPerMeter in encodeBMP()
65 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //42: biYPelsPerMeter in encodeBMP()
66 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //46: biClrUsed in encodeBMP()
67 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //50: biClrImportant in encodeBMP()
96 bmp[2] = bmp.size() % 256; in encodeBMP()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/third_party/lodepng/examples/
H A Dexample_png2bmp.cpp57 bmp.push_back(40); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //14: biSize in encodeBMP()
58 bmp.push_back(w % 256); bmp.push_back(w / 256); bmp.push_back(0); bmp.push_back(0); //18: biWidth in encodeBMP()
59 bmp.push_back(h % 256); bmp.push_back(h / 256); bmp.push_back(0); bmp.push_back(0); //22: biHeight in encodeBMP()
62 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //30: biCompression in encodeBMP()
63 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //34: biSizeImage in encodeBMP()
64 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //38: biXPelsPerMeter in encodeBMP()
65 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //42: biYPelsPerMeter in encodeBMP()
66 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //46: biClrUsed in encodeBMP()
67 bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); bmp.push_back(0); //50: biClrImportant in encodeBMP()
96 bmp[2] = bmp.size() % 256; in encodeBMP()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/test/reftest/bmp/bmp-1bpp/
H A Dreftest-stylo.list5 fails == bmp-size-1x1-1bpp.bmp bmp-size-1x1-1bpp.bmp
6 fails == bmp-size-2x2-1bpp.bmp bmp-size-2x2-1bpp.bmp
7 fails == bmp-size-3x3-1bpp.bmp bmp-size-3x3-1bpp.bmp
8 fails == bmp-size-4x4-1bpp.bmp bmp-size-4x4-1bpp.bmp
9 fails == bmp-size-5x5-1bpp.bmp bmp-size-5x5-1bpp.bmp
10 fails == bmp-size-6x6-1bpp.bmp bmp-size-6x6-1bpp.bmp
11 fails == bmp-size-7x7-1bpp.bmp bmp-size-7x7-1bpp.bmp
12 fails == bmp-size-8x8-1bpp.bmp bmp-size-8x8-1bpp.bmp
13 fails == bmp-size-9x9-1bpp.bmp bmp-size-9x9-1bpp.bmp
14 fails == bmp-size-15x15-1bpp.bmp bmp-size-15x15-1bpp.bmp
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/test/reftest/bmp/bmp-24bpp/
H A Dreftest-stylo.list5 fails == bmp-size-1x1-24bpp.bmp bmp-size-1x1-24bpp.bmp
6 fails == bmp-size-2x2-24bpp.bmp bmp-size-2x2-24bpp.bmp
7 fails == bmp-size-3x3-24bpp.bmp bmp-size-3x3-24bpp.bmp
8 fails == bmp-size-4x4-24bpp.bmp bmp-size-4x4-24bpp.bmp
9 fails == bmp-size-5x5-24bpp.bmp bmp-size-5x5-24bpp.bmp
10 fails == bmp-size-6x6-24bpp.bmp bmp-size-6x6-24bpp.bmp
11 fails == bmp-size-7x7-24bpp.bmp bmp-size-7x7-24bpp.bmp
12 fails == bmp-size-8x8-24bpp.bmp bmp-size-8x8-24bpp.bmp
13 fails == bmp-size-9x9-24bpp.bmp bmp-size-9x9-24bpp.bmp
14 fails == bmp-size-15x15-24bpp.bmp bmp-size-15x15-24bpp.bmp
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/test/reftest/bmp/bmp-4bpp/
H A Dreftest-stylo.list5 fails == bmp-size-1x1-4bpp.bmp bmp-size-1x1-4bpp.bmp
6 fails == bmp-size-2x2-4bpp.bmp bmp-size-2x2-4bpp.bmp
7 fails == bmp-size-3x3-4bpp.bmp bmp-size-3x3-4bpp.bmp
8 fails == bmp-size-4x4-4bpp.bmp bmp-size-4x4-4bpp.bmp
9 fails == bmp-size-5x5-4bpp.bmp bmp-size-5x5-4bpp.bmp
10 fails == bmp-size-6x6-4bpp.bmp bmp-size-6x6-4bpp.bmp
11 fails == bmp-size-7x7-4bpp.bmp bmp-size-7x7-4bpp.bmp
12 fails == bmp-size-8x8-4bpp.bmp bmp-size-8x8-4bpp.bmp
13 fails == bmp-size-9x9-4bpp.bmp bmp-size-9x9-4bpp.bmp
14 fails == bmp-size-15x15-4bpp.bmp bmp-size-15x15-4bpp.bmp
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A DMakefile.am160 ToolbarIcons/1column.bmp \
161 ToolbarIcons/2column.bmp \
162 ToolbarIcons/3column.bmp \
164 ToolbarIcons/add_row.bmp \
178 ToolbarIcons/edit_copy.bmp \
179 ToolbarIcons/edit_cut.bmp \
187 ToolbarIcons/file_new.bmp \
193 ToolbarIcons/fmt_bold.bmp \
212 ToolbarIcons/help.bmp \
213 ToolbarIcons/img.bmp \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/www/firefox/firefox-99.0/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/image/test/reftest/bmp/bmp-8bpp/
H A Dreftest.list4 == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.png
5 == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.png
6 == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.png
7 == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.png
8 == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.png
9 == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.png
10 == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.png
11 == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.png
12 == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.png
13 == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.png
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing.Imaging/
H A DIconCodecTest.cs179 …BitmapData data = bmp.LockBits (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnl… in Bitmap16Data()
258 bmp.UnlockBits (data); in Bitmap16Data()
396 …BitmapData data = bmp.LockBits (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnl… in Bitmap32Data()
484 bmp.UnlockBits (data); in Bitmap32Data()
621 …BitmapData data = bmp.LockBits (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnl… in Bitmap48Data()
713 bmp.UnlockBits (data); in Bitmap48Data()
830 …BitmapData data = bmp.LockBits (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnl… in Bitmap64Data()
976 bmp.UnlockBits (data); in Bitmap64Data()
1610 …BitmapData data = bmp.LockBits (new Rectangle (0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnl… in Bitmap96Data()
1915 bmp.UnlockBits (data); in Bitmap96Data()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/mono/System.Drawing.Imaging/
H A DIconCodecTests.cs105 Assert.Null(bmp.Tag); in Bitmap16Features()
193 …BitmapData data = bmp.LockBits(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly,… in Bitmap16Data()
291 Assert.Null(bmp.Tag); in Bitmap32Features()
428 …BitmapData data = bmp.LockBits(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly,… in Bitmap32Data()
535 Assert.Null(bmp.Tag); in Bitmap48Features()
670 …BitmapData data = bmp.LockBits(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly,… in Bitmap48Data()
781 Assert.Null(bmp.Tag); in Bitmap64Features()
896 …BitmapData data = bmp.LockBits(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly,… in Bitmap64Data()
1061 Assert.Null(bmp.Tag); in Bitmap96Features()
1693 …BitmapData data = bmp.LockBits(new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.ReadOnly,… in Bitmap96Data()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/image/
H A Diw_bmp.c150 bmp->imagesize = (bmp->width * bmp->height * bmp->bits)/8; in write_header_bmp()
157 write_16(bmp->bmp_file, bmp->type); in write_header_bmp()
158 write_32(bmp->bmp_file, bmp->file_size); in write_header_bmp()
159 write_16(bmp->bmp_file, bmp->reserved1); in write_header_bmp()
160 write_16(bmp->bmp_file, bmp->reserved2); in write_header_bmp()
161 write_32(bmp->bmp_file, bmp->offset); in write_header_bmp()
165 write_32(bmp->bmp_file, bmp->width); in write_header_bmp()
166 write_32(bmp->bmp_file, bmp->height); in write_header_bmp()
167 write_16(bmp->bmp_file, bmp->planes); in write_header_bmp()
168 write_16(bmp->bmp_file, bmp->bits); in write_header_bmp()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Ddraw.inl34 return bmp->vtable->getpixel(bmp, x, y);
42 bmp->vtable->putpixel(bmp, x, y, color);
50 bmp->vtable->vline(bmp, x, y_1, y2, color);
58 bmp->vtable->hline(bmp, x1, y, x2, color);
76 bmp->vtable->line(bmp, x1, y_1, x2, y2, color);
116 bmp->vtable->rect(bmp, x1, y_1, x2, y2, color);
124 bmp->vtable->circle(bmp, x, y, radius, color);
141 bmp->vtable->ellipse(bmp, x, y, rx, ry, color);
168 bmp->vtable->spline(bmp, points, color);
177 bmp->vtable->floodfill(bmp, x, y, color);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/test/reftest/bmp/bmp-24bpp/
H A Dreftest.list4 == bmp-size-1x1-24bpp.bmp bmp-size-1x1-24bpp.png
5 == bmp-size-2x2-24bpp.bmp bmp-size-2x2-24bpp.png
6 == bmp-size-3x3-24bpp.bmp bmp-size-3x3-24bpp.png
7 == bmp-size-4x4-24bpp.bmp bmp-size-4x4-24bpp.png
8 == bmp-size-5x5-24bpp.bmp bmp-size-5x5-24bpp.png
9 == bmp-size-6x6-24bpp.bmp bmp-size-6x6-24bpp.png
10 == bmp-size-7x7-24bpp.bmp bmp-size-7x7-24bpp.png
11 == bmp-size-8x8-24bpp.bmp bmp-size-8x8-24bpp.png
12 == bmp-size-9x9-24bpp.bmp bmp-size-9x9-24bpp.png
13 == bmp-size-15x15-24bpp.bmp bmp-size-15x15-24bpp.png
[all …]

12345678910>>...214