Searched defs:SetBitmap (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_image_layer.cc31 void PictureImageLayer::SetBitmap(const SkBitmap& bitmap) { function in class:cc::PictureImageLayer
32 // SetBitmap() currently gets called whenever there is any
H A Dimage_layer.cc24 void ImageLayer::SetBitmap(const SkBitmap& bitmap) { function in class:cc::ImageLayer
25 // SetBitmap() currently gets called whenever there is any
52 updater_->SetBitmap(bitmap_);
H A Dui_resource_layer.cc123 void UIResourceLayer::SetBitmap(const SkBitmap& skbitmap) { function in class:cc::UIResourceLayer
/external/chromium_org/cc/resources/
H A Dimage_layer_updater.cc59 void ImageLayerUpdater::SetBitmap(const SkBitmap& bitmap) { function in class:cc::ImageLayerUpdater
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail.cc55 void Thumbnail::SetBitmap(const SkBitmap& bitmap) { function in class:Thumbnail
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h45 SetBitmap(NULL);
78 virtual void SetBitmap(BBitmap *bitmap) { function in class:SDL_BView
H A DSDL_BWin.h151 virtual void SetBitmap(BBitmap *bitmap) { function in class:SDL_BWin
152 SDL_View->SetBitmap(bitmap);
/external/chromium_org/content/browser/android/
H A Dsystem_ui_resource_manager_impl.cc90 void SetBitmap(const SkBitmap& bitmap) { function in class:content::SystemUIResourceManagerImpl::Entry
176 GetEntry(type)->SetBitmap(*bitmap_holder);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc78 void BitmapUploader::SetBitmap(SkBitmap bitmap) { function in class:mojo::BitmapUploader
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc333 int32_t VideoRenderAndroid::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderAndroid
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc185 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderExternalImpl
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc256 int32_t VideoRenderLinuxImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderLinuxImpl
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc283 int32_t VideoRenderMacCarbonImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderMacCarbonImpl
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc326 int32_t VideoRenderWindowsImpl::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderWindowsImpl
339 error = _ptrRendererWin->SetBitmap(bitMap, pictureId, colorKey, left,
H A Dvideo_render_direct3d9.cc985 int32_t VideoRenderDirect3D9::SetBitmap(const void* bitMap, function in class:webrtc::VideoRenderDirect3D9
1009 "Direct3D SetBitmap invalid parameter");
1016 "Direct3D SetBitmap invalid parameter");
1048 "Direct3D failed to GetDIBits in SetBitmap");
1056 "Direct3D failed to SetBitmap invalid bit depth");
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc521 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, function in class:webrtc::ModuleVideoRenderImpl
537 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
H A Dvideo_render_internal_impl.cc744 int32_t ModuleVideoRenderImpl::SetBitmap(const void* bitMap, function in class:webrtc::ModuleVideoRenderImpl
760 return _ptrRenderer->SetBitmap(bitMap, pictureId, colorKey, left, top,
/external/pdfium/core/include/fxge/
H A Dfx_ge.h369 void SetBitmap(CFX_DIBitmap* pBitmap) function in class:CFX_RenderDevice

Completed in 611 milliseconds