Home
last modified time | relevance | path

Searched refs:MapClippedRect (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/cc/debug/
Ddebug_rect_history.cc81 MathUtil::MapClippedRect(layer->screen_space_transform(), in SavePaintRects()
114 MathUtil::MapClippedRect( in SavePropertyChangedRects()
133 MathUtil::MapClippedRect( in SaveSurfaceDamageRects()
150 MathUtil::MapClippedRect(render_surface->screen_space_transform(), in SaveScreenSpaceRects()
156 MathUtil::MapClippedRect( in SaveScreenSpaceRects()
192 MathUtil::MapClippedRect( in SaveTouchEventHandlerRectsCallback()
212 MathUtil::MapClippedRect( in SaveWheelEventHandlerRectsCallback()
232 MathUtil::MapClippedRect( in SaveNonFastScrollableRectsCallback()
/external/chromium_org/cc/layers/
Drender_surface.cc36 MathUtil::MapClippedRect(draw_transform_, content_rect_); in DrawableContentRect()
39 MathUtil::MapClippedRect(replica_draw_transform_, content_rect_)); in DrawableContentRect()
Drender_surface_impl.cc47 MathUtil::MapClippedRect(draw_transform_, content_rect_); in DrawableContentRect()
50 MathUtil::MapClippedRect(replica_draw_transform_, content_rect_)); in DrawableContentRect()
Ddelegated_renderer_layer_impl.cc149 gfx::RectF damage_in_layer = MathUtil::MapClippedRect( in SetFrameData()
426 output_shared_quad_state->clip_rect = MathUtil::MapClippedRect( in AppendRenderPassQuads()
432 clip_rect.Intersect(MathUtil::MapClippedRect( in AppendRenderPassQuads()
Dlayer_impl.cc236 MathUtil::MapClippedRect(draw_properties_.target_space_transform, in TakeCopyRequestsAndTransformToTarget()
/external/chromium_org/cc/trees/
Ddamage_tracker.cc287 gfx::RectF rect_in_target_space = MathUtil::MapClippedRect( in ExtendDamageForLayer()
306 MathUtil::MapClippedRect(layer->draw_transform(), update_content_rect); in ExtendDamageForLayer()
357 MathUtil::MapClippedRect(draw_transform, damage_rect_in_local_space); in ExtendDamageForRenderSurface()
363 target_damage_rect->Union(MathUtil::MapClippedRect( in ExtendDamageForRenderSurface()
379 gfx::RectF replica_mask_layer_rect = MathUtil::MapClippedRect( in ExtendDamageForRenderSurface()
Docclusion_tracker.cc250 MathUtil::MapClippedRect(surface_transform, gfx::RectF(surface_rect))); in ReduceOcclusionBelowSurface()
478 MathUtil::MapClippedRect(layer->draw_transform(), in MarkOccludedBehindLayer()
531 MathUtil::MapClippedRect(draw_transform, gfx::RectF(content_rect))); in Occluded()
580 MathUtil::MapClippedRect(draw_transform, gfx::RectF(content_rect))); in UnoccludedContentRect()
638 MathUtil::MapClippedRect(draw_transform, gfx::RectF(content_rect))); in UnoccludedContributingSurfaceContentRect()
Dquad_culler_unittest.cc87 gfx::Rect rect_in_target = MathUtil::MapClippedRect( in MakeLayer()
97 rect_in_target.Union(MathUtil::MapClippedRect( in MakeLayer()
Dlayer_tree_host_common.cc111 MathUtil::MapClippedRect(transform, layer_bound_rect); in CalculateVisibleRect()
316 MathUtil::MapClippedRect(current_draw_transform, target_rect)); in UpdateAccumulatedSurfaceState()
1832 MathUtil::MapClippedRect(layer->draw_transform(), content_rect)); in CalculateDrawPropertiesInternal()
Dlayer_tree_impl.cc248 return MathUtil::MapClippedRect( in RootScrollLayerDeviceViewportBounds()
Dlayer_tree_host_impl.cc662 MathUtil::MapClippedRect(transform_to_layer_space, fill_rects.rect()); in AppendQuadsToFillScreen()
675 MathUtil::MapClippedRect(transform_to_layer_space, fill_rects.rect()); in AppendQuadsToFillScreen()
2368 gfx::RectF device_viewport_layer_impl_bounds = MathUtil::MapClippedRect( in DeviceSpaceDistanceToLayer()
Dlayer_tree_host_common_unittest.cc2780 MathUtil::MapClippedRect(layer_to_surface_transform, layer_content_rect); in TEST_F()
6229 MathUtil::MapClippedRect(parent->draw_transform(), parent_content_bounds); in TEST_F()
6230 gfx::RectF parent_screen_space_rect = MathUtil::MapClippedRect( in TEST_F()
6257 MathUtil::MapClippedRect(child->draw_transform(), child_content_bounds); in TEST_F()
6258 gfx::RectF child_screen_space_rect = MathUtil::MapClippedRect( in TEST_F()
6261 gfx::RectF child_empty_draw_rect = MathUtil::MapClippedRect( in TEST_F()
6263 gfx::RectF child_empty_screen_space_rect = MathUtil::MapClippedRect( in TEST_F()
6465 MathUtil::MapClippedRect(parent->draw_transform(), parent_content_bounds); in TEST_F()
6466 gfx::RectF parent_screen_space_rect = MathUtil::MapClippedRect( in TEST_F()
6488 MathUtil::MapClippedRect(child->draw_transform(), child_content_bounds); in TEST_F()
[all …]
Docclusion_tracker_unittest.cc1175 gfx::Rect clipped_layer_in_child = MathUtil::MapClippedRect( in RunMyTest()
/external/chromium_org/cc/base/
Dmath_util.h102 static gfx::Rect MapClippedRect(const gfx::Transform& transform,
104 static gfx::RectF MapClippedRect(const gfx::Transform& transform,
Dmath_util.cc104 gfx::Rect MathUtil::MapClippedRect(const gfx::Transform& transform, in MapClippedRect() function in cc::MathUtil
106 return gfx::ToEnclosingRect(MapClippedRect(transform, gfx::RectF(src_rect))); in MapClippedRect()
109 gfx::RectF MathUtil::MapClippedRect(const gfx::Transform& transform, in MapClippedRect() function in cc::MathUtil
/external/chromium_org/cc/test/
Dlayer_test_common.cc42 MathUtil::MapClippedRect(quad->quadTransform(), gfx::RectF(quad->rect)); in VerifyQuadsExactlyCoverRect()
/external/chromium_org/cc/resources/
Dpicture_layer_tiling.cc544 gfx::RectF current_screen_rect = MathUtil::MapClippedRect( in UpdateTilePriorities()
550 gfx::RectF last_screen_rect = MathUtil::MapClippedRect( in UpdateTilePriorities()
/external/chromium_org/cc/output/
Dgl_renderer.cc701 gfx::Rect window_rect = gfx::ToEnclosingRect(MathUtil::MapClippedRect( in GetBackgroundWithFilters()