Home
last modified time | relevance | path

Searched refs:bmp_read32 (Results 1 – 10 of 10) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dmemdraw.c31 #define bmp_read32(addr) (*((uint32_t *)(addr))) macro
124 int pixel_value = bmp_read32(line_ptr); in _al_clear_bitmap_by_locking()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dbmp.c410 bmp_read32 (FILE *fp, CARD32 *data, int count) in bmp_read32() function
470 if( bmp_read32( infile, &bmp_info->biSize, 1 ) ) in read_bmp_image()
474 bmp_read32( infile, (CARD32*)&bmp_info->biWidth, 2 ); in read_bmp_image()
477 success = (bmp_read32( infile, &bmp_info->biCompression, 6 )==6); in read_bmp_image()
575 if( bmp_read32( infile, &bmp_header.bfSize, 3 ) == 3 ) in bmp2ASImage()
632 if( bmp_read32( infile, &(icon.dwBytesInRes), 2 ) == 2 ) in ico2ASImage()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/platform/
H A Daldjgpp.h83 #define bmp_read32(addr) _farnspeekl(addr) macro
/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcdefs32.h33 #define GET_PIXEL(p) bmp_read32((uintptr_t) (p))
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexflame.c201 *((uint32_t *)&temp[x]) = bmp_read32(address+x); in main()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Dalconfig.h399 #define bmp_read32(addr) (*((uint32_t *)(addr))) macro
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dimport.c1878 bmp_read32 (FILE *fp, CARD32 *data, int count) in bmp_read32() function
1938 if( bmp_read32( infile, &bmp_info->biSize, 1 ) ) in read_bmp_image()
1942 bmp_read32( infile, (CARD32*)&bmp_info->biWidth, 2 ); in read_bmp_image()
1945 success = (bmp_read32( infile, &bmp_info->biCompression, 6 )==6); in read_bmp_image()
2038 if( bmp_read32( infile, &bmp_header.bfSize, 3 ) == 3 ) in bmp2ASImage()
2094 if( bmp_read32( infile, &(icon.dwBytesInRes), 2 ) == 2 ) in ico2ASImage()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dquantize.c335 insert_node(bmp_read32((uintptr_t)image->line[y]+x*sizeof(int32_t)) & bitmask24); in generate_optimized_palette_ex()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Ddraw.inl547 c = bmp_read32(addr+x*sizeof(int32_t));
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx8876 bmp_read32().