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

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_gtk.cc383 gfx::Rect pixmap_draw_rect = draw_rect; local
384 pixmap_draw_rect.Offset(offset_x, offset_y);
387 pixmap_draw_rect.right(),
388 pixmap_draw_rect.bottom());
394 event.x = pixmap_draw_rect.x();
395 event.y = pixmap_draw_rect.y();
396 event.width = pixmap_draw_rect.width();
397 event.height = pixmap_draw_rect.height();
411 if (plugin_draw_rect.x() != pixmap_draw_rect.x() ||
412 plugin_draw_rect.y() != pixmap_draw_rect
[all...]

Completed in 53 milliseconds