Home
last modified time | relevance | path

Searched refs:biPlanes (Results 1 – 25 of 29) sorted by relevance

12

/external/libvncserver/test/
Dbmp.c66 unsigned short biPlanes, biBitCount; member
214 readme(fd, &bh.biPlanes, sizeof(unsigned short)); in loadbmp()
230 bh.biPlanes=byteswap16(bh.biPlanes); in loadbmp()
331 bh.biPlanes=0; bh.biBitCount=24; in savebmp()
344 bh.biPlanes=byteswap16(bh.biPlanes); in savebmp()
362 writeme(fd, &bh.biPlanes, sizeof(unsigned short)); in savebmp()
/external/libjpeg-turbo/
Drdbmp.c293 unsigned short biPlanes; in start_input_bmp() local
325 biPlanes = GET_2B(bmpinfoheader,8); in start_input_bmp()
347 biPlanes = GET_2B(bmpinfoheader,12); in start_input_bmp()
387 if (biPlanes != 1) in start_input_bmp()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp27 pbmih->biPlanes = 1; in GetBitmapInfo()
211 pbmih->bmiHeader.biPlanes = 1; in LoadFromDDB()
271 bmih.biPlanes = 1; in CFX_WindowsDIB()
Dfx_win32_device.cpp638 bmi.bmiHeader.biPlanes = 1; in GDI_StretchBitMask()
1063 bmi.bmiHeader.biPlanes = 1; in GetDIBits()
1337 bmih.biPlanes = 1; in CFX_WinBitmapDevice()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_frame_win.cc41 bmi.bmiHeader.biPlanes = 1; in Create()
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.cpp150 FX_WORD biPlanes; in _bmp_read_header() local
161 biPlanes = in _bmp_read_header()
162 _GetWord_LSBFirst((uint8_t*)&bmp_info_header_ptr->biPlanes); in _bmp_read_header()
171 if (bmp_ptr->compress_flag == BMP_RGB && biPlanes == 1 && in _bmp_read_header()
702 _SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biPlanes); in WriteInfoHeader()
Dfx_bmp.h53 FX_WORD biPlanes; member
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp163 bitmapInfo.bmiHeader.biPlanes = 1; in NativePixmap()
338 bitmapInfo.biPlanes = 1; in readScreenPixels()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c154 gdt->bmi.bmiHeader.biPlanes = 1; in gdi_sw_displaytarget_create()
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DMjpegFileWriter.java335 public short biPlanes = 1; field in MjpegFileWriter.AVIStreamFormat
361 baos.write(shortBytes(swapShort(biPlanes))); in toBytes()
/external/ImageMagick/coders/
Dscreenshot.c186 bmi.bmiHeader.biPlanes=1; in ReadSCREENSHOTImage()
Dclipboard.c182 DIBinfo.bmiHeader.biPlanes=1; in ReadCLIPBOARDImage()
Demf.c569 DIBinfo.bmiHeader.biPlanes=1; in ReadEMFImage()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c576 uint16_t biPlanes; member
662 bmih.biPlanes = 1; in debug_dump_float_rgba_bmp()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc119 bmi_.bmiHeader.biPlanes = 1; in VideoWindow()
/external/libpng/contrib/gregbook/
Drpng-win.c517 bmih->biPlanes = 1; in rpng_win_create_window()
Drpng2-win.c724 bmih->biPlanes = 1; in rpng2_win_create_window()
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc76 pvi->bmiHeader.biPlanes = 1; in GetMediaType()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gdidevice.cpp32 bmi.bmiHeader.biPlanes = 1; in CFDE_GdiDevice()
136 bmi.bmiHeader.biPlanes = 1; in DrawImage()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c387 dibInfo->bmiHeader.biPlanes = 1; in wglUseFontBitmaps_FX()
/external/pdfium/samples/
Dpdfium_test.cc156 bmi.bmiHeader.biPlanes = 1; in WriteBmp()
/external/skia/src/views/win/
DSkOSWindow_win.cpp205 bmi.bmiHeader.biPlanes = 1; in doPaint()
/external/libpng/contrib/visupng/
DVisualPng.c746 pbmih->biPlanes = 1; in DisplayImage()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc572 bmi_.bmiHeader.biPlanes = 1; in VideoRenderer()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1026 pbi.bmiHeader.biPlanes = 1; in SetBitmap()

12