Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dbmp.c62 unsigned int bfOffBits; member
210 readme(fd, &bh.bfOffBits, sizeof(unsigned int)); in loadbmp()
226 bh.bfOffBits=byteswap(bh.bfOffBits); in loadbmp()
240 if(bh.bfType!=0x4d42 || bh.bfOffBits<BMPHDRSIZE in loadbmp()
251 if(srcpitch*(*h)+bh.bfOffBits!=bh.bfSize) _throw("Corrupt bitmap header"); in loadbmp()
255 if(lseek(fd, (long)bh.bfOffBits, SEEK_SET)!=(long)bh.bfOffBits) in loadbmp()
328 bh.bfOffBits=BMPHDRSIZE; in savebmp()
340 bh.bfOffBits=byteswap(bh.bfOffBits); in savebmp()
358 writeme(fd, &bh.bfOffBits, sizeof(unsigned int)); in savebmp()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp74 bmp_ptr->bmp_header_ptr->bfOffBits = in bmp_read_header()
75 GetDWord_LSBFirst((uint8_t*)&bmp_header_ptr->bfOffBits); in bmp_read_header()
246 if (bmp_ptr->bmp_header_ptr->bfOffBits < 26 + bmp_ptr->img_ifh_size) { in bmp_read_header()
247 bmp_ptr->bmp_header_ptr->bfOffBits = 26 + bmp_ptr->img_ifh_size; in bmp_read_header()
286 if (bmp_ptr->bmp_header_ptr->bfOffBits < in bmp_read_header()
289 bmp_ptr->bmp_header_ptr->bfOffBits = in bmp_read_header()
301 bmp_ptr, bmp_ptr->bmp_header_ptr->bfOffBits)) { in bmp_decode_image()
672 SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfOffBits); in WriteFileHeader()
711 dst_pos = bmp_ptr->file_header.bfOffBits; in bmp_encode_bitfields()
738 bmp_ptr->file_header.bfOffBits = dst_pos; in bmp_encode_bitfields()
[all …]
Dfx_bmp.h42 uint32_t bfOffBits; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c161 uint32_t bfOffBits; member
251 bmfh.bfOffBits = 14 + 40; in debug_dump_float_rgba_bmp()
308 bmfh.bfOffBits = 14 + 40; in debug_dump_ubyte_rgba_bmp()
/external/libjpeg-turbo/
Drdbmp.c290 unsigned int bfOffBits; in start_input_bmp() local
307 bfOffBits = GET_4B(bmpfileheader,10); in start_input_bmp()
392 bPad = bfOffBits - (headerSize + 14); in start_input_bmp()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp705 unsigned int bfOffBits = i32BMPHeaderSize + i32BMPInfoSize; in PVRShellWriteBMPFile() local
727 ByteSwap(bfOffBits); in PVRShellWriteBMPFile()
742 fwrite(&bfOffBits , 1, sizeof(bfOffBits) , fpDumpfile); in PVRShellWriteBMPFile()
/external/pdfium/samples/
Dpdfium_test.cc271 file_header.bfOffBits = file_header.bfSize - out_len; in WriteBmp()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1022 bitmap_bytes + bfh->bfOffBits, in create_bitmap()