Home
last modified time | relevance | path

Searched refs:biClrImportant (Results 1 – 8 of 8) sorted by relevance

/external/libvncserver/test/
Dbmp.c69 unsigned int biClrUsed, biClrImportant; member
221 readme(fd, &bh.biClrImportant, sizeof(unsigned int)); in loadbmp()
237 bh.biClrImportant=byteswap(bh.biClrImportant); in loadbmp()
334 bh.biClrUsed=0; bh.biClrImportant=0; in savebmp()
351 bh.biClrImportant=byteswap(bh.biClrImportant); in savebmp()
369 writeme(fd, &bh.biClrImportant, sizeof(unsigned int)); in savebmp()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.c176 uint32_t biClrImportant; member
263 bmih.biClrImportant = 0; in debug_dump_float_rgba_bmp()
320 bmih.biClrImportant = 0; in debug_dump_ubyte_rgba_bmp()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp170 bitmapInfo.bmiHeader.biClrImportant = 0; in NativePixmap()
345 bitmapInfo.biClrImportant = 0; in readScreenPixels()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h62 uint32_t biClrImportant; member
Dfx_bmp.cpp698 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biClrImportant); in WriteInfoHeader()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c162 gdt->bmi.bmiHeader.biClrImportant = 0; in gdi_sw_displaytarget_create()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp718 unsigned int biClrImportant = 0; in PVRShellWriteBMPFile() local
755 fwrite(&biClrImportant , 1, sizeof(biClrImportant) , fpDumpfile); in PVRShellWriteBMPFile()
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc77 pvi->bmiHeader.biClrImportant = 0; in GetMediaType()