Searched refs:LayerRectToContentRect (Results 1 – 6 of 6) sorted by relevance
304 layer->LayerRectToContentRect(layer->update_rect()); in ExtendDamageForLayer()
429 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
505 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
234 LayerRectToContentRect(request_in_layer_space); in TakeCopyRequestsAndTransformToTarget()478 gfx::Rect LayerImpl::LayerRectToContentRect( in LayerRectToContentRect() function in cc::LayerImpl
293 InvalidateContentRect(LayerRectToContentRect(dirty_rect)); in SetNeedsDisplayRect()
211 gfx::Rect Layer::LayerRectToContentRect(const gfx::RectF& layer_rect) const { in LayerRectToContentRect() function in cc::Layer