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

  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 506 int old_x = last_visible_rect_in_content_space_.x();
507 int old_y = last_visible_rect_in_content_space_.y();
508 int old_right = last_visible_rect_in_content_space_.right();
509 int old_bottom = last_visible_rect_in_content_space_.bottom();
556 last_visible_rect_in_content_space_ = visible_rect_in_content_space;
585 last_visible_rect_in_content_space_ = visible_rect_in_content_space;
    [all...]
picture_layer_tiling.h 336 gfx::Rect last_visible_rect_in_content_space_; member in class:cc::PictureLayerTiling

Completed in 47 milliseconds