Searched refs:bmp_hdr_t (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_bmp.c | 31 static int bmp_read_header(gdIOCtxPtr infile, bmp_hdr_t *hdr); 37 static int bmp_read_direct(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header); 38 static int bmp_read_1bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header); 39 static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header); 40 static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header); 440 bmp_hdr_t *hdr; in gdImageCreateFromBmpCtx() 445 if (!(hdr= (bmp_hdr_t *)gdCalloc(1, sizeof(bmp_hdr_t)))) { in gdImageCreateFromBmpCtx() 524 static int bmp_read_header(gdIOCtx *infile, bmp_hdr_t *hdr) in bmp_read_header() 787 static int bmp_read_1bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_1bit() 857 static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_4bit() [all …]
|
H A D | bmp.h | 64 } bmp_hdr_t; typedef
|
Completed in 11 milliseconds