HomeSort by relevance Sort by last modified time
    Searched full:cutout_rects (Results 1 - 6 of 6) 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 228 IPC_STRUCT_TRAITS_MEMBER(cutout_rects)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 160 std::vector<gfx::Rect> cutout_rects; member in struct:content::__anon11679::CutoutRectsParams
200 std::vector<gfx::Rect> cutout_rects = i->second.cutout_rects; local
201 for (size_t i = 0; i < params->cutout_rects.size(); ++i) {
202 gfx::Rect offset_cutout = params->cutout_rects[i];
204 cutout_rects.push_back(offset_cutout);
206 gfx::SubtractRectanglesFromRegion(hrgn, cutout_rects);
209 if (cutout_rects.size())
713 moves[i].cutout_rects.push_back(offset_cutout);
    [all...]
render_widget_host_view_base.cc 272 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 318 const WebVector<WebRect>& cutout_rects, bool is_visible) {
325 for (size_t i = 0; i < cutout_rects.size(); ++i)
326 new_geometry.cutout_rects.push_back(cutout_rects[i]);
    [all...]

Completed in 1155 milliseconds