HomeSort by relevance Sort by last modified time
    Searched refs:SetBitmap (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/content/renderer/compositor_bindings/
web_image_layer_impl.cc 28 void WebImageLayerImpl::setBitmap(SkBitmap bitmap) {
30 static_cast<cc::PictureImageLayer*>(layer_->layer())->SetBitmap(bitmap);
34 static_cast<cc::ImageLayer*>(layer_->layer())->SetBitmap(bitmap);
web_nine_patch_layer_impl.cc 27 void WebNinePatchLayerImpl::setBitmap(SkBitmap bitmap,
29 setBitmap(bitmap);
37 void WebNinePatchLayerImpl::setBitmap(SkBitmap bitmap) {
40 nine_patch->SetBitmap(bitmap);
  /external/chromium_org/mojo/services/view_manager/
view.cc 18 void View::SetBitmap(const SkBitmap& bitmap) {
view.h 30 void SetBitmap(const SkBitmap& contents);
  /external/chromium_org/cc/layers/
image_layer.h 37 void SetBitmap(const SkBitmap& image);
picture_image_layer.h 20 void SetBitmap(const SkBitmap& image);
ui_resource_layer.h 29 void SetBitmap(const SkBitmap& skbitmap);
image_layer.cc 24 void ImageLayer::SetBitmap(const SkBitmap& bitmap) {
25 // SetBitmap() currently gets called whenever there is any
47 updater_->SetBitmap(bitmap_);
ui_resource_layer_unittest.cc 49 TEST_F(UIResourceLayerTest, SetBitmap) {
71 test_layer->SetBitmap(bitmap);
picture_image_layer.cc 31 void PictureImageLayer::SetBitmap(const SkBitmap& bitmap) {
32 // SetBitmap() currently gets called whenever there is any
  /external/chromium_org/cc/resources/
image_layer_updater.h 46 void SetBitmap(const SkBitmap& bitmap);
image_layer_updater.cc 59 void ImageLayerUpdater::SetBitmap(const SkBitmap& bitmap) {
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BView.h 45 SetBitmap(NULL);
78 virtual void SetBitmap(BBitmap *bitmap) {
SDL_BWin.h 151 virtual void SetBitmap(BBitmap *bitmap) {
152 SDL_View->SetBitmap(bitmap);
  /external/chromium_org/third_party/webrtc/modules/video_render/
i_video_render.h 122 virtual int32_t SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.h 113 virtual int32_t SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
i_video_render_win.h 96 virtual int32_t SetBitmap(const void* bitMap,
video_render_windows_impl.h 121 virtual int32_t SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.h 112 virtual int32_t SetBitmap(const void* bitMap,
video_render_external_impl.cc 185 int32_t VideoRenderExternalImpl::SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_impl.h 87 int32_t SetBitmap(const void* bit_map,
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 121 virtual int32_t SetBitmap(const void* bitMap,
video_render_mac_cocoa_impl.h 121 virtual int32_t SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.h 163 virtual int32_t SetBitmap(const void* bitMap,
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.h 114 virtual int32_t SetBitmap(const void* bitMap,

Completed in 644 milliseconds

1 2