OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
238
IPC_STRUCT_TRAITS_MEMBER(
cutout_rects
)
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc
162
std::vector<gfx::Rect>
cutout_rects
;
member in struct:content::__anon11996::CutoutRectsParams
202
std::vector<gfx::Rect>
cutout_rects
= i->second.
cutout_rects
;
local
203
for (size_t i = 0; i < params->
cutout_rects
.size(); ++i) {
204
gfx::Rect offset_cutout = params->
cutout_rects
[i];
206
cutout_rects
.push_back(offset_cutout);
208
gfx::SubtractRectanglesFromRegion(hrgn,
cutout_rects
);
211
if (
cutout_rects
.size())
753
moves[i].
cutout_rects
.push_back(offset_cutout);
[
all
...]
render_widget_host_view_base.cc
271
gfx::SubtractRectanglesFromRegion(hrgn, move.
cutout_rects
);
/external/chromium_org/content/renderer/npapi/
webplugin_impl.cc
317
const WebVector<WebRect>&
cutout_rects
, bool is_visible) {
324
for (size_t i = 0; i <
cutout_rects
.size(); ++i)
325
new_geometry.
cutout_rects
.push_back(
cutout_rects
[i]);
[
all
...]
Completed in 280 milliseconds