Searched defs:bfOffBits (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Drdbmp.c252 INT32 bfOffBits; local
269 bfOffBits = (INT32) GET_4B(bmpfileheader,10);
350 bPad = bfOffBits - (headerSize + 14);
369 if (bPad < 0) /* incorrect bfOffBits value? */
/external/libvncserver/test/
H A Dbmp.c65 unsigned int bfOffBits; member in struct:_bmphdr
213 readme(fd, &bh.bfOffBits, sizeof(unsigned int));
229 bh.bfOffBits=byteswap(bh.bfOffBits);
243 if(bh.bfType!=0x4d42 || bh.bfOffBits<BMPHDRSIZE
254 if(srcpitch*(*h)+bh.bfOffBits!=bh.bfSize) _throw("Corrupt bitmap header");
258 if(lseek(fd, (long)bh.bfOffBits, SEEK_SET)!=(long)bh.bfOffBits)
331 bh.bfOffBits=BMPHDRSIZE;
343 bh.bfOffBits
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c568 uint32_t bfOffBits; member in struct:bmp_file_header
657 bmfh.bfOffBits = 14 + 40;

Completed in 173 milliseconds