Home
last modified time | relevance | path

Searched refs:LayerRectToContentRect (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/trees/
Ddamage_tracker.cc304 layer->LayerRectToContentRect(layer->update_rect()); in ExtendDamageForLayer()
/external/chromium_org/cc/layers/
Dlayer.h429 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
Dlayer_impl.h505 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
Dlayer_impl.cc234 LayerRectToContentRect(request_in_layer_space); in TakeCopyRequestsAndTransformToTarget()
478 gfx::Rect LayerImpl::LayerRectToContentRect( in LayerRectToContentRect() function in cc::LayerImpl
Dtiled_layer.cc293 InvalidateContentRect(LayerRectToContentRect(dirty_rect)); in SetNeedsDisplayRect()
Dlayer.cc211 gfx::Rect Layer::LayerRectToContentRect(const gfx::RectF& layer_rect) const { in LayerRectToContentRect() function in cc::Layer