Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c53 static int gdBMPPutInt(gdIOCtx *out, int w) in gdBMPPutInt() function
137 gdBMPPutInt(out, total_size); in gdImageBmpCtx()
140 gdBMPPutInt(out, 14 + info_size); in gdImageBmpCtx()
144 gdBMPPutInt(out, im->sx); /* width */ in gdImageBmpCtx()
145 gdBMPPutInt(out, im->sy); /* height */ in gdImageBmpCtx()
149 gdBMPPutInt(out, bitmap_size); /* image size */ in gdImageBmpCtx()
150 gdBMPPutInt(out, 0); /* H resolution */ in gdImageBmpCtx()
151 gdBMPPutInt(out, 0); /* V ressolution */ in gdImageBmpCtx()
153 gdBMPPutInt(out, 0); /* important colours */ in gdImageBmpCtx()
226 gdBMPPutInt(out, total_size + bitmap_size); in gdImageBmpCtx()
[all …]

Completed in 7 milliseconds