Searched defs:biSize (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c166 uint32_t biSize; member in struct:bmp_info_header
253 bmih.biSize = 40;
310 bmih.biSize = 40;
/external/libvncserver/test/
H A Dbmp.c64 unsigned int biSize; member in struct:_bmphdr
211 readme(fd, &bh.biSize, sizeof(unsigned int));
227 bh.biSize=byteswap(bh.biSize);
329 bh.biSize=40;
341 bh.biSize=byteswap(bh.biSize);
359 writeme(fd, &bh.biSize, sizeof(unsigned int));
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.h53 uint32_t biSize; member in struct:tagBmpInfoHeader
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp708 unsigned int biSize = i32BMPInfoSize; local
728 ByteSwap(biSize);
745 fwrite(&biSize , 1, sizeof(biSize) , fpDumpfile);

Completed in 223 milliseconds