Home
last modified time | relevance | path

Searched refs:tile_rect (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/layers/
Dtiled_layer_impl.cc174 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); in AppendQuads() local
175 gfx::Rect visible_tile_rect = tile_rect; in AppendQuads()
189 tile_rect, in AppendQuads()
204 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); in AppendQuads() local
205 gfx::Rect display_rect = tile_rect; in AppendQuads()
206 tile_rect.Intersect(content_rect); in AppendQuads()
209 if (tile_rect.IsEmpty()) in AppendQuads()
213 quad_sink->UnoccludedContentRect(tile_rect, draw_transform()); in AppendQuads()
230 shared_quad_state, tile_rect, visible_tile_rect, checker_color); in AppendQuads()
237 contents_opaque() ? tile_rect : gfx::IntersectRects( in AppendQuads()
[all …]
Dtiled_layer.cc496 gfx::Rect tile_rect = tiler_->tile_bounds(i, j); in UpdateTileTextures() local
507 gfx::Rect tile_painted_rect = gfx::IntersectRects(tile_rect, paint_rect); in UpdateTileTextures()
509 gfx::IntersectRects(tile_rect, painted_opaque_rect); in UpdateTileTextures()
579 const gfx::Rect& tile_rect, in SetPriorityForTexture() argument
586 visible_rect, tile_rect, draws_to_root); in SetPriorityForTexture()
635 gfx::Rect tile_rect = tiler_->TileRect(tile); in SetTexturePriorities() local
637 tile_rect, in SetTexturePriorities()
/external/chromium_org/cc/output/
Dsoftware_renderer_unittest.cc246 gfx::Rect tile_rect(tile_size); in TEST_F() local
247 gfx::Rect visible_rect = tile_rect; in TEST_F()
264 0, visible_rect.bottom() - 1, tile_rect.width(), tile_rect.bottom()), in TEST_F()
283 tile_rect, in TEST_F()
284 tile_rect, in TEST_F()
291 tile_rect, in TEST_F()
292 tile_rect, in TEST_F()
293 tile_rect, in TEST_F()
308 EXPECT_EQ(tile_rect.width(), output->info().fWidth); in TEST_F()
309 EXPECT_EQ(tile_rect.width(), output->info().fHeight); in TEST_F()
[all …]
Dgl_renderer.cc544 gfx::Rect tile_rect = quad->rect; in DrawCheckerboardQuad() local
545 float tex_offset_x = tile_rect.x() % checkerboard_width; in DrawCheckerboardQuad()
546 float tex_offset_y = tile_rect.y() % checkerboard_width; in DrawCheckerboardQuad()
547 float tex_scale_x = tile_rect.width(); in DrawCheckerboardQuad()
548 float tex_scale_y = tile_rect.height(); in DrawCheckerboardQuad()
1368 gfx::Rect tile_rect = quad->visible_rect; in SetupQuadForAntialiasing() local
1393 gfx::PointF bottom_right = tile_rect.bottom_right(); in SetupQuadForAntialiasing()
1394 gfx::PointF bottom_left = tile_rect.bottom_left(); in SetupQuadForAntialiasing()
1395 gfx::PointF top_left = tile_rect.origin(); in SetupQuadForAntialiasing()
1396 gfx::PointF top_right = tile_rect.top_right(); in SetupQuadForAntialiasing()
[all …]
/external/chromium_org/cc/resources/
Dlayer_tiling_data.cc88 gfx::Rect tile_rect = tiling_data_.TileBoundsWithBorder(tile->i(), tile->j()); in TileRect() local
89 tile_rect.set_size(tile_size()); in TileRect()
90 return tile_rect; in TileRect()
Dpicture_layer_tiling.cc102 gfx::Rect tile_rect = paint_rect; in CreateTile() local
103 tile_rect.set_size(tiling_data_.max_texture_size()); in CreateTile()
120 scoped_refptr<Tile> tile = client_->CreateTile(this, tile_rect); in CreateTile()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view.cc2118 gfx::Rect tile_rect = GetTileBounds(row, col); in GetTileBoundsForPoint() local
2123 return tile_rect; in GetTileBoundsForPoint()
2132 gfx::Rect tile_rect( in GetTileBounds() local
2136 return tile_rect; in GetTileBounds()
2152 gfx::Rect tile_rect = GetTileBounds(row, col); in GetViewAtSlotOnCurrentPage() local
2156 if (view->bounds() == tile_rect && view != drag_view_) in GetViewAtSlotOnCurrentPage()