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

  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 174 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
175 gfx::Rect visible_tile_rect = tile_rect;
189 tile_rect,
204 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
205 gfx::Rect display_rect = tile_rect;
206 tile_rect.Intersect(content_rect);
209 if (tile_rect.IsEmpty())
213 quad_sink->UnoccludedContentRect(tile_rect, draw_transform());
230 shared_quad_state, tile_rect, visible_tile_rect, checker_color);
237 contents_opaque() ? tile_rect : gfx::IntersectRects
    [all...]
tiled_layer.cc 496 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); local
507 gfx::Rect tile_painted_rect = gfx::IntersectRects(tile_rect, paint_rect);
509 gfx::IntersectRects(tile_rect, painted_opaque_rect);
579 const gfx::Rect& tile_rect,
586 visible_rect, tile_rect, draws_to_root);
635 gfx::Rect tile_rect = tiler_->TileRect(tile); local
637 tile_rect,
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 246 gfx::Rect tile_rect(tile_size);
247 gfx::Rect visible_rect = tile_rect;
264 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()),
283 tile_rect, local
284 tile_rect, local
291 tile_rect,
292 tile_rect,
293 tile_rect,
308 EXPECT_EQ(tile_rect.width(), output->info().fWidth)
    [all...]
gl_renderer.cc 544 gfx::Rect tile_rect = quad->rect; local
545 float tex_offset_x = tile_rect.x() % checkerboard_width;
546 float tex_offset_y = tile_rect.y() % checkerboard_width;
547 float tex_scale_x = tile_rect.width();
548 float tex_scale_y = tile_rect.height();
1368 gfx::Rect tile_rect = quad->visible_rect; local
1449 gfx::Rect tile_rect = quad->visible_rect; local
1550 gfx::Rect tile_rect = quad->visible_rect; local
    [all...]
  /external/chromium_org/cc/resources/
layer_tiling_data.cc 88 gfx::Rect tile_rect = tiling_data_.TileBoundsWithBorder(tile->i(), tile->j()); local
89 tile_rect.set_size(tile_size());
90 return tile_rect;
picture_layer_tiling.cc 102 gfx::Rect tile_rect = paint_rect; local
103 tile_rect.set_size(tiling_data_.max_texture_size());
120 scoped_refptr<Tile> tile = client_->CreateTile(this, tile_rect);
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 2118 gfx::Rect tile_rect = GetTileBounds(row, col); local
2152 gfx::Rect tile_rect = GetTileBounds(row, col); local
    [all...]

Completed in 734 milliseconds