Home
last modified time | relevance | path

Searched refs:clipped_rect (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
Dpaint_manager.cc80 Rect clipped_rect = rect.Intersect(Rect(GetEffectiveSize())); in InvalidateRect() local
81 if (clipped_rect.IsEmpty()) in InvalidateRect()
85 aggregator_.InvalidateRect(clipped_rect); in InvalidateRect()
/external/chromium_org/pdf/
Dpaint_manager.cc114 pp::Rect clipped_rect = rect.Intersect(pp::Rect(GetEffectiveSize())); in InvalidateRect() local
115 if (clipped_rect.IsEmpty()) in InvalidateRect()
119 aggregator_.InvalidateRect(clipped_rect); in InvalidateRect()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.cc950 gfx::Rect clipped_rect = in OnInvalidateRect() local
957 UpdateFrontBuffer(clipped_rect, true); in OnInvalidateRect()
958 plugin_->InvalidateRect(clipped_rect); in OnInvalidateRect()
/external/chromium_org/cc/trees/
Dlayer_tree_host_common_unittest.cc2565 gfx::RectF clipped_rect = in TEST_F() local
2568 Inverse(layer_to_surface_transform), gfx::QuadF(clipped_rect), &clipped); in TEST_F()