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

/external/jpeg/
H A Drdbmp.c255 INT32 biHeight = 0; local
287 biHeight = (INT32) GET_2B(bmpinfoheader,6);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
311 biHeight = GET_4B(bmpinfoheader,8);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
386 row_width, (JDIMENSION) biHeight, (JDIMENSION) 1);
403 cinfo->image_height = (JDIMENSION) biHeight;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_bmp.c72 Sint32 biHeight; local
112 biHeight = (Uint32)SDL_ReadLE16(src);
123 biHeight = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
348 Sint32 biHeight; local
430 biHeight = surface->h;
447 SDL_WriteLE32(dst, biHeight);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.h111 int32_t biHeight; member in struct:WebCore::BMPImageReader::BitmapInfoHeader
346 // (and, confusingly, add its height to the biHeight value in the info

Completed in 125 milliseconds