Searched refs:bitmap_size (Results 1 – 1 of 1) sorted by relevance
93 int bitmap_size = 0, info_size, total_size, padding; in gdImageBmpCtx() local119 bitmap_size = ((im->sx * (im->trueColor ? 24 : 8)) / 8) * im->sy; in gdImageBmpCtx()128 bitmap_size = 0; in gdImageBmpCtx()133 total_size = 14 + info_size + bitmap_size; in gdImageBmpCtx()149 gdBMPPutInt(out, bitmap_size); /* image size */ in gdImageBmpCtx()204 bitmap_size += compressed_size; in gdImageBmpCtx()210 bitmap_size += 2; in gdImageBmpCtx()222 bitmap_size += 2; in gdImageBmpCtx()226 gdBMPPutInt(out, total_size + bitmap_size); in gdImageBmpCtx()230 gdBMPPutInt(out, bitmap_size); in gdImageBmpCtx()
Completed in 6 milliseconds