Home
last modified time | relevance | path

Searched refs:loadBMP24 (Results 1 – 5 of 5) sorted by relevance

/dports/japanese/xv/xv-3.10a/
H A Dxvbmp.c43 static int loadBMP24 PARM((FILE *, byte *, u_int, u_int, u_int));
273 rv = loadBMP24(fp, pic24, biWidth, biHeight, biBitCount);
641 static int loadBMP24(fp, pic24, w, h, bits) /* also handles 32-bit BI_RGB */ in loadBMP24() function
/dports/graphics/xv/xv-3.10a/
H A Dxvbmp.c43 static int loadBMP24 PARM((FILE *, byte *, u_int, u_int, u_int));
273 rv = loadBMP24(fp, pic24, biWidth, biHeight, biBitCount);
641 static int loadBMP24(fp, pic24, w, h, bits) /* also handles 32-bit BI_RGB */ in loadBMP24() function
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvbmp.c43 static int loadBMP24 PARM((FILE *, byte *, u_int, u_int, u_int));
273 rv = loadBMP24(fp, pic24, biWidth, biHeight, biBitCount);
641 static int loadBMP24(fp, pic24, w, h, bits) /* also handles 32-bit BI_RGB */ in loadBMP24() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/bmp/
H A Dfilebmp.c182 static int loadBMP24(FILE *fp, LPIXEL *pic, UINT w, UINT h);
568 CASE 24 : rv = loadBMP24(fp, pic, hd->biWidth, hd->biHeight); in img_read_bmp_generic()
1483 static int loadBMP24(FILE *fp, LPIXEL *pic, UINT w, UINT h) in loadBMP24() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tiio/bmp/
H A Dfilebmp.c122 static int loadBMP24(FILE *fp, LPIXEL *pic, UINT w, UINT h);
560 rv = loadBMP24(fp, pic, hd->biWidth, hd->biHeight); in img_read_bmp_generic()
1501 static int loadBMP24(FILE *fp, LPIXEL *pic, UINT w, UINT h) in loadBMP24() function