HomeSort by relevance Sort by last modified time
    Searched defs:biHeight (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
rdbmp.c 255 INT32 biHeight = 0;
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/
SDL_bmp.c 72 Sint32 biHeight;
112 biHeight = (Uint32)SDL_ReadLE16(src);
123 biHeight = SDL_ReadLE32(src);
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
348 Sint32 biHeight;
430 biHeight = surface->h;
447 SDL_WriteLE32(dst, biHeight);
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 110 int32_t biHeight;
356 // (and, confusingly, add its height to the biHeight value in the info
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 95 milliseconds