Searched refs:SetBitmap (Results 1 - 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/modules/video_render/
H A Di_video_render.h118 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render.h240 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_impl.h181 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_impl.cc490 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, function in class:webrtc::ModuleVideoRenderImpl
506 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
H A Dvideo_render_internal_impl.cc713 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, function in class:webrtc::ModuleVideoRenderImpl
729 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
/external/webrtc/webrtc/modules/video_render/windows/
H A Di_video_render_win.h96 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_windows_impl.h119 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_windows_impl.cc318 int32_t VideoRenderWindowsImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderWindowsImpl
331 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left,
H A Dvideo_render_direct3d9.h177 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_direct3d9.cc974 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderDirect3D9
998 "Direct3D SetBitmap invalid parameter");
1005 "Direct3D SetBitmap invalid parameter");
1037 "Direct3D failed to GetDIBits in SetBitmap");
1045 "Direct3D failed to SetBitmap invalid bit depth");
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.h110 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_external_impl.cc178 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.h86 int32_t SetBitmap(const void* bit_map,
H A Dvideo_render_ios_impl.mm158 int32_t VideoRenderIosImpl::SetBitmap(const void* bitMap,
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h111 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_linux_impl.cc248 int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.h119 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_mac_cocoa_impl.h119 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_mac_carbon_impl.cc266 int32_t VideoRenderMacCarbonImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderMacCarbonImpl
H A Dvideo_render_mac_cocoa_impl.mm235 int32_t VideoRenderMacCocoaImpl::SetBitmap(const void* bitMap,
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.h112 virtual int32_t SetBitmap(const void* bitMap,
H A Dvideo_render_android_impl.cc305 int32_t VideoRenderAndroid::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderAndroid
/external/webrtc/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc365 renderModule->SetBitmap(hbm, 0, &ColorKey, 0.0f, 0.0f, 0.3f,
403 renderModule->SetBitmap(NULL, 0, &ColorKey, 0.0f, 0.0f, 0.0f, 0.0f);
/external/pdfium/core/fxge/
H A Dcfx_renderdevice.h118 void SetBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap);
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp1572 SetBitmap(pBitmap);
1587 SetBitmap(pBitmap);

Completed in 232 milliseconds

12