Home
last modified time | relevance | path

Searched refs:BI_RGB (Results 1 – 18 of 18) sorted by relevance

/external/libvncserver/test/
Dbmp.c52 #ifndef BI_RGB
53 #define BI_RGB 0L macro
243 if((bh.biBitCount!=24 && bh.biBitCount!=32) || bh.biCompression!=BI_RGB) in loadbmp()
332 bh.biCompression=BI_RGB; bh.biSizeImage=0; in savebmp()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp25 pbmih->biCompression = BI_RGB; in GetBitmapInfo()
198 bmih.biCompression = BI_RGB; in LoadFromDDB()
209 pbmih->bmiHeader.biCompression = BI_RGB; in LoadFromDDB()
Dfx_win32_device.cpp636 bmi.bmiHeader.biCompression = BI_RGB; in GDI_StretchBitMask()
Dfx_win32_gdipext.cpp1445 pbmih->biCompression = BI_RGB; in LoadDIBitmap()
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc122 pvi->bmiHeader.biCompression = BI_RGB; in GetMediaType()
243 && pvi->bmiHeader.biCompression == BI_RGB) in CheckMediaType()
309 && pvi->bmiHeader.biCompression == BI_RGB) in CheckMediaType()
/external/opencv3/modules/videoio/src/
Dcap_vfw.cpp58 static BITMAPINFOHEADER icvBitmapHeader( int width, int height, int bpp, int compression = BI_RGB ) in icvBitmapHeader()
501 if( vfmt0.biCompression != BI_RGB || in retrieveFrame()
625 vfmt.biCompression = BI_RGB; in setProperty()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp165 bitmapInfo.bmiHeader.biCompression = BI_RGB; in NativePixmap()
340 bitmapInfo.biCompression = BI_RGB; in readScreenPixels()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c156 gdt->bmi.bmiHeader.biCompression = BI_RGB; in gdi_sw_displaytarget_create()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor.cc148 bmi.bV5Compression = BI_RGB; in CreateMouseCursorFromHCursor()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc121 bmi_.bmiHeader.biCompression = BI_RGB; in VideoWindow()
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c389 dibInfo->bmiHeader.biCompression = BI_RGB; in wglUseFontBitmaps_FX()
Dwmesa.c161 pbmi->bmiHeader.biCompression = BI_RGB; in wmCreateBackingStore()
/external/pdfium/samples/
Dpdfium_test.cc158 bmi.bmiHeader.biCompression = BI_RGB; in WriteBmp()
/external/skia/src/views/win/
DSkOSWindow_win.cpp207 bmi.bmiHeader.biCompression = BI_RGB; in doPaint()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc574 bmi_.bmiHeader.biCompression = BI_RGB; in VideoRenderer()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1028 pbi.bmiHeader.biCompression = BI_RGB; in SetBitmap()
/external/opencv3/modules/highgui/src/
Dwindow_w32.cpp114 bmih->biCompression = BI_RGB; in FillBitmapInfo()
/external/skia/src/ports/
DSkFontHost_win.cpp498 info.bmiHeader.biCompression = BI_RGB; in draw()