Searched defs:biWidth (Results 1 - 8 of 8) sorted by relevance

/external/jpeg/
H A Drdbmp.c254 INT32 biWidth = 0; /* initialize to avoid compiler warning */ local
286 biWidth = (INT32) GET_2B(bmpinfoheader,4);
294 TRACEMS2(cinfo, 1, JTRC_BMP_OS2_MAPPED, (int) biWidth, (int) biHeight);
297 TRACEMS2(cinfo, 1, JTRC_BMP_OS2, (int) biWidth, (int) biHeight);
310 biWidth = GET_4B(bmpinfoheader,4);
323 TRACEMS2(cinfo, 1, JTRC_BMP_MAPPED, (int) biWidth, (int) biHeight);
326 TRACEMS2(cinfo, 1, JTRC_BMP, (int) biWidth, (int) biHeight);
377 row_width = (JDIMENSION) (biWidth * 3);
379 row_width = (JDIMENSION) biWidth;
396 (JDIMENSION) (biWidth *
[all...]
/external/libvncserver/test/
H A Dbmp.c68 int biWidth, biHeight; member in struct:_bmphdr
215 readme(fd, &bh.biWidth, sizeof(int));
231 bh.biWidth=byteswap(bh.biWidth);
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;
345 bh.biWidth=byteswap(bh.biWidth);
363 writeme(fd, &bh.biWidth, 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
333 public int biWidth = 0; field in class:MjpegFileWriter.AVIStreamFormat
349 biWidth = width;
359 baos.write(intBytes(swapInt(biWidth)));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c574 int32_t biWidth; member in struct:bmp_info_header
660 bmih.biWidth = width;
/external/skia/src/ports/
H A DSkFontHost_win.cpp480 int biWidth = isBW ? alignTo32(fWidth) : fWidth; local
492 info.bmiHeader.biWidth = biWidth;
508 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
/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 703 milliseconds