/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.cc | 318 int32_t VideoRenderWindowsImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderWindowsImpl 331 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left, in SetBitmap()
|
D | i_video_render_win.h | 96 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_windows_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_direct3d9.h | 177 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_direct3d9.cc | 974 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderDirect3D9
|
/external/webrtc/webrtc/modules/video_render/ |
D | i_video_render.h | 118 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render.h | 240 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_impl.h | 181 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_impl.cc | 490 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::ModuleVideoRenderImpl 506 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top, in SetBitmap()
|
D | video_render_internal_impl.cc | 713 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::ModuleVideoRenderImpl 729 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top, in SetBitmap()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.h | 111 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_linux_impl.cc | 248 int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderLinuxImpl
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_impl.h | 86 int32_t SetBitmap(const void* bit_map,
|
D | video_render_ios_impl.mm | 158 int32_t VideoRenderIosImpl::SetBitmap(const void* bitMap, function
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.h | 110 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_external_impl.cc | 178 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderExternalImpl
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_mac_cocoa_impl.h | 119 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_mac_carbon_impl.cc | 266 int32_t VideoRenderMacCarbonImpl::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderMacCarbonImpl
|
D | video_render_mac_cocoa_impl.mm | 235 int32_t VideoRenderMacCocoaImpl::SetBitmap(const void* bitMap,
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.h | 112 virtual int32_t SetBitmap(const void* bitMap,
|
D | video_render_android_impl.cc | 305 int32_t VideoRenderAndroid::SetBitmap(const void* bitMap, in SetBitmap() function in webrtc::VideoRenderAndroid
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 365 renderModule->SetBitmap(hbm, 0, &ColorKey, 0.0f, 0.0f, 0.3f, in TestBitmapText() 403 renderModule->SetBitmap(NULL, 0, &ColorKey, 0.0f, 0.0f, 0.0f, 0.0f); in TestBitmapText()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 118 void SetBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap);
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1572 SetBitmap(pBitmap); in Attach() 1587 SetBitmap(pBitmap); in Create()
|