Searched defs:biClrUsed (Results 1 - 7 of 7) sorted by relevance

/external/jpeg/
H A Drdbmp.c259 INT32 biClrUsed = 0; local
317 biClrUsed = GET_4B(bmpinfoheader,32);
354 if (biClrUsed <= 0)
355 biClrUsed = 256; /* assume it's 256 */
356 else if (biClrUsed > 256)
361 (JDIMENSION) biClrUsed, (JDIMENSION) 3);
363 read_colormap(source, (int) biClrUsed, mapentrysize);
365 bPad -= biClrUsed * mapentrysize;
/external/libvncserver/test/
H A Dbmp.c72 unsigned int biClrUsed, biClrImportant; member in struct:_bmphdr
223 readme(fd, &bh.biClrUsed, sizeof(unsigned int));
239 bh.biClrUsed=byteswap(bh.biClrUsed);
337 bh.biClrUsed=0; bh.biClrImportant=0;
353 bh.biClrUsed=byteswap(bh.biClrUsed);
371 writeme(fd, &bh.biClrUsed, sizeof(unsigned int));
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java324 * LONG biXPelsPerMeter; LONG biYPelsPerMeter; DWORD biClrUsed; DWORD
345 public int biClrUsed = 0; field in class:MjpegFileWriter.AVIStreamFormat
367 baos.write(intBytes(swapInt(biClrUsed)));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c582 uint32_t biClrUsed; member in struct:bmp_info_header
668 bmih.biClrUsed = 0;
/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 151 milliseconds