Searched refs:plugin_rect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/renderer/
H A Dsad_plugin.cc17 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());
16 PaintSadPlugin(blink::WebCanvas* webcanvas, const gfx::Rect& plugin_rect, const SkBitmap& sad_plugin_bitmap) argument
H A Dsad_plugin.h21 const gfx::Rect& plugin_rect,
H A Drender_widget_fullscreen_pepper.cc157 WebRect plugin_rect(0, 0, size_.width, size_.height);
158 widget_->plugin()->ViewChanged(plugin_rect, plugin_rect,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc43 const PP_Rect& plugin_rect) {
44 renderer_view_data_.rect = plugin_rect;
76 gfx::Rect plugin_rect(PP_ToGfxRect(renderer_view_data_.rect));
78 plugin_rect,
79 gfx::Rect(0, 0, plugin_rect.width(), plugin_rect.height()));
83 PP_Rect plugin_rect = renderer_view_data_.rect; local
84 int width = plugin_rect.point.x + plugin_rect.size.width;
85 int height = plugin_rect
41 Init(PP_Instance instance, const PP_Size& backing_store_size, const PP_Rect& plugin_rect) argument
[all...]
H A Dpepper_graphics_2d_host.h70 const gfx::Rect& plugin_rect,
H A Dpepper_graphics_2d_host.cc317 // The |backing_bitmap| must be clipped to the |plugin_rect| to avoid painting
321 const gfx::Rect& plugin_rect,
327 gfx::Rect invalidate_rect = plugin_rect;
349 gfx::RectToSkRect(gfx::Rect(plugin_rect.origin(), image_size));
374 origin.set(SkIntToScalar(plugin_rect.x()), SkIntToScalar(plugin_rect.y()));
320 Paint(blink::WebCanvas* canvas, const gfx::Rect& plugin_rect, const gfx::Rect& paint_rect) argument
H A Dpepper_plugin_instance_impl.cc736 const gfx::Rect& plugin_rect,
744 PaintSadPlugin(canvas, plugin_rect, *sad_plugin_);
749 bound_graphics_2d_platform_->Paint(canvas, plugin_rect, paint_rect);
735 Paint(WebCanvas* canvas, const gfx::Rect& plugin_rect, const gfx::Rect& paint_rect) argument
H A Dpepper_plugin_instance_impl.h170 const gfx::Rect& plugin_rect,
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc138 gfx::Rect plugin_rect = delegate_->GetRect(); local
139 plugin_rect.set_origin(gfx::Point(0, 0));
140 plugin_rect.Intersect(rect);
141 const gfx::Rect invalidate_rect(plugin_rect);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h161 gfx::Rect plugin_rect() const { return plugin_rect_; } function in class:content::BrowserPlugin
H A Dbrowser_plugin.cc142 attach_params.origin = plugin_rect().origin();
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc624 static size_t BitmapSizeForPluginRect(const gfx::Rect& plugin_rect) { argument
626 skia::PlatformCanvasStrideForWidth(plugin_rect.width());
627 return stride * plugin_rect.height();

Completed in 347 milliseconds