Searched defs:tile_rect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/resources/
H A Dlayer_tiling_data.cc90 gfx::Rect tile_rect = tiling_data_.TileBoundsWithBorder(tile->i(), tile->j()); local
91 tile_rect.set_size(tile_size());
92 return tile_rect;
H A Dpicture_layer_tiling_unittest.cc703 gfx::Rect tile_rect = tiling->TilingDataForTesting().TileBounds(i, j); local
704 if (viewport_in_content_space.Intersects(tile_rect)) {
708 } else if (soon_rect_in_content_space.Intersects(tile_rect)) {
771 gfx::Rect tile_rect = tiling->TilingDataForTesting().TileBounds(i, j); local
772 if (viewport_in_content_space.Intersects(tile_rect)) {
778 } else if (skewport.Intersects(tile_rect) ||
779 soon_rect_in_content_space.Intersects(tile_rect)) {
H A Dpicture_layer_tiling.cc124 gfx::Rect tile_rect = paint_rect; local
125 tile_rect.set_size(tiling_data_.max_texture_size());
144 scoped_refptr<Tile> tile = client_->CreateTile(this, tile_rect);
/external/chromium_org/cc/output/
H A Dsoftware_renderer_unittest.cc246 gfx::Rect tile_rect(tile_size);
247 gfx::Rect visible_rect = tile_rect;
263 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()),
282 tile_rect, local
283 tile_rect, local
291 tile_rect,
292 tile_rect,
293 tile_rect,
307 EXPECT_EQ(tile_rect
[all...]
H A Dgl_renderer.cc553 gfx::Rect tile_rect = quad->rect; local
554 float tex_offset_x = tile_rect.x() % checkerboard_width;
555 float tex_offset_y = tile_rect.y() % checkerboard_width;
556 float tex_scale_x = tile_rect.width();
557 float tex_scale_y = tile_rect.height();
1395 gfx::Rect tile_rect = quad->visible_rect; local
1420 gfx::PointF bottom_right = tile_rect.bottom_right();
1421 gfx::PointF bottom_left = tile_rect.bottom_left();
1422 gfx::PointF top_left = tile_rect.origin();
1423 gfx::PointF top_right = tile_rect
1476 gfx::Rect tile_rect = quad->visible_rect; local
1577 gfx::Rect tile_rect = quad->visible_rect; local
[all...]
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc181 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
182 gfx::Rect visible_tile_rect = tile_rect;
196 tile_rect,
212 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
213 gfx::Rect display_rect = tile_rect;
214 tile_rect.Intersect(content_rect);
217 if (tile_rect.IsEmpty())
221 occlusion.GetUnoccludedContentRect(tile_rect);
238 shared_quad_state, tile_rect, visible_tile_rect, checker_color);
243 gfx::Rect tile_opaque_rect = contents_opaque() ? tile_rect
[all...]
H A Dtiled_layer.cc489 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
551 const gfx::Rect& tile_rect,
558 visible_rect, tile_rect, draws_to_root);
607 gfx::Rect tile_rect = tiler_->TileRect(tile); local
609 tile_rect,
550 SetPriorityForTexture(const gfx::Rect& visible_rect, const gfx::Rect& tile_rect, bool draws_to_root, bool is_small_animated_layer, PrioritizedResource* texture) argument
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc2146 gfx::Rect tile_rect = GetExpectedTileBounds(row, col); local
2150 if (view->bounds() == tile_rect && view != drag_view_)

Completed in 592 milliseconds