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

  /external/chromium_org/cc/resources/
picture_pile.cc 184 gfx::Rect interest_rect = visible_layer_rect; local
185 interest_rect.Inset(-pixel_record_distance_, -pixel_record_distance_);
186 recorded_viewport_ = interest_rect;
190 tiling_.ExpandRectToTileBounds(interest_rect);
407 // bounds (including borders) touch the |interest_rect|. This matches
414 // |interest_rect| below which includes borders.
454 for (TilingData::Iterator it(&tiling_, interest_rect, include_borders); it;
picture_pile_unittest.cc 147 gfx::Rect interest_rect(
155 gfx::Rect invalidate_tile = interest_rect;
159 UpdateAndExpandInvalidation(&invalidation, tiling_size(), interest_rect);
166 gfx::Rect invalidate_border = interest_rect;
172 UpdateAndExpandInvalidation(&invalidation, tiling_size(), interest_rect);
    [all...]

Completed in 373 milliseconds