Searched refs:save_pcx_pf (Results 1 – 3 of 3) sorted by relevance
/dports/devel/allegro/allegro-4.4.3.1/src/ |
H A D | pcx.c | 223 ret = save_pcx_pf(f, bmp, pal); in save_pcx() 238 int save_pcx_pf(PACKFILE *f, BITMAP *bmp, AL_CONST RGB *pal) in save_pcx_pf() function
|
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/ |
H A D | datafile.h | 104 AL_FUNC(int, save_pcx_pf, (PACKFILE *f, struct BITMAP *bmp, AL_CONST struct RGB *pal));
|
/dports/devel/allegro/allegro-4.4.3.1/docs/src/ |
H A D | allegro._tx | 5413 @@int @save_pcx_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);
|