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

  /external/chromium_org/content/common/
webplugin_geometry.cc 22 cutout_rects == rhs.cutout_rects &&
webplugin_geometry.h 40 std::vector<gfx::Rect> cutout_rects; member in struct:content::WebPluginGeometry
view_messages.h 303 IPC_STRUCT_TRAITS_MEMBER(cutout_rects)
    [all...]
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 85 - (void)setCutoutRects:(NSArray*)cutout_rects;
render_widget_host_view_win.cc 396 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.cc 86 gfx::SubtractRectanglesFromRegion(clip_region, move.cutout_rects);
render_widget_host_view_aura.cc 158 std::vector<gfx::Rect> cutout_rects; member in struct:content::__anon10616::CutoutRectsParams
198 std::vector<gfx::Rect> cutout_rects = i->second.cutout_rects; local
199 for (size_t i = 0; i < params->cutout_rects.size(); ++i) {
200 gfx::Rect offset_cutout = params->cutout_rects[i];
202 cutout_rects.push_back(offset_cutout);
204 gfx::SubtractRectanglesFromRegion(hrgn, cutout_rects);
207 if (cutout_rects.size())
832 moves[i].cutout_rects.push_back(offset_cutout);
    [all...]
render_widget_host_view_base.cc 291 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 316 const WebVector<WebRect>& cutout_rects, bool is_visible) {
323 for (size_t i = 0; i < cutout_rects.size(); ++i)
324 new_geometry.cutout_rects.push_back(cutout_rects[i]);
    [all...]

Completed in 119 milliseconds