Searched refs:bfSize (Results 1 – 9 of 9) sorted by relevance
/third_party/libjpeg-turbo/ |
D | wrbmp.c | 233 long headersize, bfSize; in write_bmp_header() local 258 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_bmp_header() 267 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_bmp_header() 302 long headersize, bfSize; in write_os2_header() local 327 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_os2_header() 336 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_os2_header()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wrbmp.c | 233 long headersize, bfSize; in write_bmp_header() local 258 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_bmp_header() 267 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_bmp_header() 302 long headersize, bfSize; in write_os2_header() local 329 bfSize = headersize + (long)dest->row_width * (long)cinfo->output_height; in write_os2_header() 338 PUT_4B(bmpfileheader, 2, bfSize); /* bfSize */ in write_os2_header()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wrbmp.c | 231 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/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_bmp.c | 471 Uint32 bfSize; in SDL_SaveBMP_RW() local 560 bfSize = 0; /* We'll write this when we're done */ in SDL_SaveBMP_RW() 569 SDL_WriteLE32(dst, bfSize); in SDL_SaveBMP_RW() 677 bfSize = (Uint32)(SDL_RWtell(dst) - fp_offset); in SDL_SaveBMP_RW() 681 SDL_WriteLE32(dst, bfSize); in SDL_SaveBMP_RW() 682 if (SDL_RWseek(dst, fp_offset + bfSize, RW_SEEK_SET) < 0) { in SDL_SaveBMP_RW()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_image.c | 158 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/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | bitmap.c | 33 uint32_t bfSize; member 58 file_header->bfSize = htole32(sizeof(struct BITMAPFILEHEADER) + in create_file_header()
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_screenshot.c | 105 bfh.bfSize = bmpsize + bfh.bfOffBits; in SaveBitmapToFile()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Dxgi.cpp | 145 bmf.bfSize = sizeof bmf + sizeof bmi + h * w * 4; in _Present()
|
/third_party/ffmpeg/libavdevice/ |
D | gdigrab.c | 588 bfh.bfSize = file_size; in gdigrab_read_packet()
|