HomeSort by relevance Sort by last modified time
    Searched defs:biHeight (Results 1 - 10 of 10) 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/jpeg-6b/
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/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 111 int32_t biHeight;
346 // (and, confusingly, add its height to the biHeight value in the info
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 322 * FOURCC fcc; DWORD cb; DWORD biSize; LONG biWidth; LONG biHeight; WORD
334 public int biHeight = 0;
350 biHeight = height;
360 baos.write(intBytes(swapInt(biHeight)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 268 milliseconds