HomeSort by relevance Sort by last modified time
    Searched refs:plugin_rect (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/renderer/
sad_plugin.cc 17 const gfx::Rect& plugin_rect,
19 const int width = plugin_rect.width();
20 const int height = plugin_rect.height();
26 canvas->translate(plugin_rect.x(), plugin_rect.y());
sad_plugin.h 21 const gfx::Rect& plugin_rect,
render_widget_fullscreen_pepper.cc 162 WebRect plugin_rect(0, 0, size_.width, size_.height);
163 widget_->plugin()->ViewChanged(plugin_rect, plugin_rect,
185 WebRect plugin_rect(0, 0, size_.width, size_.height);
186 widget_->plugin()->Paint(canvas, plugin_rect, rect);
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h 57 const gfx::Rect& plugin_rect,
pepper_graphics_2d_host.cc 319 // The |backing_bitmap| must be clipped to the |plugin_rect| to avoid painting
323 const gfx::Rect& plugin_rect,
329 gfx::Rect invalidate_rect = plugin_rect;
351 gfx::RectToSkRect(gfx::Rect(plugin_rect.origin(), image_size));
376 origin.set(SkIntToScalar(plugin_rect.x()), SkIntToScalar(plugin_rect.y()));
pepper_plugin_instance_impl.h 150 const gfx::Rect& plugin_rect,
    [all...]
pepper_plugin_instance_impl.cc 602 const gfx::Rect& plugin_rect,
610 PaintSadPlugin(canvas, plugin_rect, *sad_plugin_);
615 bound_graphics_2d_platform_->Paint(canvas, plugin_rect, paint_rect);
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 171 gfx::Rect plugin_rect = delegate_->GetRect(); local
172 plugin_rect.set_origin(gfx::Point(0, 0));
173 plugin_rect.Intersect(rect);
174 const gfx::Rect invalidate_rect(plugin_rect);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 220 gfx::Rect plugin_rect() { return plugin_rect_; } function in class:content::BrowserPlugin
browser_plugin.cc 783 PopulateResizeGuestParameters(&params, plugin_rect());
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 620 static size_t BitmapSizeForPluginRect(const gfx::Rect& plugin_rect) {
622 skia::PlatformCanvasStrideForWidth(plugin_rect.width());
623 return stride * plugin_rect.height();
    [all...]

Completed in 375 milliseconds