Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbmpio.c277 l_uint32 offbytes, filebytes, fileimagebytes; in pixWriteStreamBmp() local
319 fileimagebytes = height * fileBpl; in pixWriteStreamBmp()
369 filebytes = offbytes + fileimagebytes; in pixWriteStreamBmp()
395 biSizeImage = convertOnBigEnd32(fileimagebytes); in pixWriteStreamBmp()