HomeSort by relevance Sort by last modified time
    Searched refs:LayerRectToContentRect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/trees/
damage_tracker.cc 304 gfx::Rect damage_content_rect = layer->LayerRectToContentRect(damage_rect);
  /external/chromium_org/cc/layers/
layer.h 423 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
layer_impl.h 504 gfx::Rect LayerRectToContentRect(const gfx::RectF& layer_rect) const;
layer_impl.cc 220 LayerRectToContentRect(request_in_layer_space);
475 gfx::Rect LayerImpl::LayerRectToContentRect(
    [all...]
layer.cc 201 gfx::Rect Layer::LayerRectToContentRect(const gfx::RectF& layer_rect) const {
    [all...]
tiled_layer.cc 294 InvalidateContentRect(LayerRectToContentRect(dirty_rect));

Completed in 1595 milliseconds