Searched defs:biHeight (Results 1 - 7 of 7) 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/libvncserver/test/
H A Dbmp.c68 int biWidth, biHeight; member in struct:_bmphdr
216 readme(fd, &bh.biHeight, sizeof(int));
232 bh.biHeight=byteswap(bh.biHeight);
244 || bh.biWidth<1 || bh.biHeight==0)
249 *w=bh.biWidth; *h=bh.biHeight; srcps=bh.biBitCount/8;
333 bh.biWidth=w; bh.biHeight=h;
346 bh.biHeight=byteswap(bh.biHeight);
364 writeme(fd, &bh.biHeight, sizeo
[all...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java322 * FOURCC fcc; DWORD cb; DWORD biSize; LONG biWidth; LONG biHeight; WORD
334 public int biHeight = 0; field in class:MjpegFileWriter.AVIStreamFormat
350 biHeight = height;
360 baos.write(intBytes(swapInt(biHeight)));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c575 int32_t biHeight; member in struct:bmp_info_header
661 bmih.biHeight = height;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 305 milliseconds