OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_rect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc
591
gfx::Rect
op_rect
;
local
598
&
op_rect
);
604
&
op_rect
);
612
&
op_rect
,
619
// on the full
op_rect
even if it is partially or completely off-screen.
624
if (bound_instance_ && !
op_rect
.IsEmpty()) {
627
&
op_rect
,
640
if (!gfx::IntersectRects(clip,
op_rect
).IsEmpty()) {
644
// Notify the plugin of the entire change (
op_rect
), even if it is
648
scroll_delta.x(), scroll_delta.y(),
op_rect
);
[
all
...]
pepper_graphics_2d_host_unittest.cc
29
gfx::Rect*
op_rect
,
31
return PepperGraphics2DHost::ConvertToLogicalPixels(scale,
op_rect
, delta);
pepper_graphics_2d_host.h
151
// Scale |
op_rect
| to logical pixels, taking care to include partially-
154
// scaling either |
op_rect
| or |delta| would require scrolling to fall back to
157
gfx::Rect*
op_rect
,
Completed in 35 milliseconds