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/qemu/distrib/jpeg-6b/
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/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c69 Uint32 bfOffBits; local
108 bfOffBits = SDL_ReadLE32(src);
176 if ( bfOffBits == (14+biSize) ) {
256 if ( SDL_RWseek(src, fp_offset+bfOffBits, RW_SEEK_SET) < 0 ) {
372 Uint32 bfOffBits; local
445 bfOffBits = 0; /* We'll write this when we're done */
454 SDL_WriteLE32(dst, bfOffBits);
502 bfOffBits = SDL_RWtell(dst)-fp_offset;
506 SDL_WriteLE32(dst, bfOffBits);
507 if ( SDL_RWseek(dst, fp_offset+bfOffBits, RW_SEEK_SE
[all...]

Completed in 73 milliseconds