Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c45 static int gdBMPPutWord(gdIOCtx *out, int w) in gdBMPPutWord() function
138 gdBMPPutWord(out, 0); in gdImageBmpCtx()
139 gdBMPPutWord(out, 0); in gdImageBmpCtx()
146 gdBMPPutWord(out, 1); /* colour planes */ in gdImageBmpCtx()
147 gdBMPPutWord(out, (im->trueColor ? 24 : 8)); /* bit count */ in gdImageBmpCtx()

Completed in 7 milliseconds