Home
last modified time | relevance | path

Searched refs:biCompr (Results 1 – 12 of 12) sorted by relevance

/dports/cad/atlc/atlc-4.6.1/src/
H A Dwrite_bitmap_out.c83 Bitmap_Head.biCompr=0; in write_bitmap_out()
139 buff[0x1e] = (unsigned char) (Bitmap_Head.biCompr); in write_bitmap_out()
140 buff[0x1f] = (unsigned char) (Bitmap_Head.biCompr>> 8); in write_bitmap_out()
141 buff[0x20] = (unsigned char) (Bitmap_Head.biCompr>> 16); in write_bitmap_out()
142 buff[0x21] = (unsigned char) (Bitmap_Head.biCompr>> 24); in write_bitmap_out()
H A Dbmp.h41 long biCompr; /* 1E */ member
H A Dread_bitmap_file_headers.c127 …Bitmap_Head.biCompr= bmp_buff[0x1E] + ((bmp_buff[0x1f] + ((bmp_buff[0x20] + (bmp_buff[0x21] << 8))… in read_bitmap_file_headers()
H A Ddefinitions.h280 int biCompr; /* 1E */ member
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-bmp/
H A Dbmp-load.c307 bitmap_head.biCompr = 0; in load_image()
348 if (bitmap_head.biCompr == BI_BITFIELDS) in load_image()
368 else if (bitmap_head.biCompr == BI_RGB) in load_image()
376 else if ((bitmap_head.biCompr != BI_RLE4) && in load_image()
377 (bitmap_head.biCompr != BI_RLE8)) in load_image()
382 bitmap_head.biCompr, in load_image()
438 bitmap_head.biCompr = ToL (&buffer[0x0C]); in load_image()
451 if (bitmap_head.biCompr == BI_BITFIELDS) in load_image()
459 else if (bitmap_head.biCompr == BI_RGB) in load_image()
575 bitmap_head.biCompr, in load_image()
[all …]
H A Dbmp-save.c381 bitmap_head.biCompr = 3; /* BI_BITFIELDS */ in save_image()
383 bitmap_head.biCompr = 0; /* BI_RGB */ in save_image()
387 bitmap_head.biCompr = 1; in save_image()
391 bitmap_head.biCompr = 2; in save_image()
395 bitmap_head.biCompr = 0; in save_image()
438 (int)bitmap_head.biCompr,SpZeile); in save_image()
457 bitmap_head.biCompr = GUINT32_TO_LE (bitmap_head.biCompr); in save_image()
H A Dbmp.h53 guint32 biCompr; /* 1E */ member
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput-bmp.c58 unsigned long biCompr; /* 1E */ member
140 Bitmap_Head.biCompr = 0; in input_bmp_reader()
160 Bitmap_Head.biCompr =ToL (&buffer[0x0C]); /* 1E */ in input_bmp_reader()
182 Bitmap_Head.biCompr =ToL (&buffer[0x0C]); /* 1E */ in input_bmp_reader()
228 Bitmap_Head.biHeight, Bitmap_Head.biCompr, rowbytes); in input_bmp_reader()
245 Bitmap_Head.biCompr, in input_bmp_reader()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dinput-bmp.ci44 unsigned long biCompr; /* 1E */
118 Bitmap_Head.biCompr = 0;
133 Bitmap_Head.biCompr =ToL (&buffer[0x0C]); /* 1E */
151 Bitmap_Head.biCompr =ToL (&buffer[0x0C]); /* 1E */
193 Bitmap_Head.biHeight, Bitmap_Head.biCompr, rowbytes);
211 Bitmap_Head.biCompr,
H A Dappliers.cpp2109 unsigned biCompr=or_->cache.Compression!=or_->cache.CO_RLE ? 0 in out_bmp_work() local
2183 lf32(p, biCompr); /* biCompr */ in out_bmp_work()
/dports/games/macopix/macopix-1.7.4/src/
H A Dbmp.h78 gulong biCompr; /* 1E */ member
H A Dbmpwrite.c123 Bitmap_Head.biCompr = 0; in WriteBMP()
145 FromL (Bitmap_Head.biCompr, &puffer[0x0C]); in WriteBMP()