Searched refs:LayerRectToContentRect (Results 1 – 6 of 6) sorted by relevance
304 gfx::Rect damage_content_rect = layer->LayerRectToContentRect(damage_rect); in ExtendDamageForLayer()
425 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
520 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
233 LayerRectToContentRect(request_in_layer_space); in TakeCopyRequestsAndTransformToTarget()486 gfx::Rect LayerImpl::LayerRectToContentRect( in LayerRectToContentRect() function in cc::LayerImpl
292 InvalidateContentRect(LayerRectToContentRect(dirty_rect)); in SetNeedsDisplayRect()
205 gfx::Rect Layer::LayerRectToContentRect(const gfx::RectF& layer_rect) const { in LayerRectToContentRect() function in cc::Layer