Home
last modified time | relevance | path

Searched refs:bfSize (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrbmp.c231 long headersize, bfSize; in write_bmp_header() local
256 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_bmp_header()
265 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_bmp_header()
300 long headersize, bfSize; in write_os2_header() local
325 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_os2_header()
334 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_os2_header()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c158 uint32_t bfSize; member
249 bmfh.bfSize = 14 + 40 + height*width*4; in debug_dump_float_rgba_bmp()
306 bmfh.bfSize = 14 + 40 + height*width*4; in debug_dump_ubyte_rgba_bmp()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.cpp145 bmf.bfSize = sizeof bmf + sizeof bmi + h * w * 4; in _Present()
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c601 bfh.bfSize = file_size; in gdigrab_read_packet()

Completed in 3 milliseconds