/external/chromium_org/cc/test/ |
fake_picture_layer_impl.cc | 39 gfx::Size content_bounds) const { 41 return PictureLayerImpl::CalculateTileSize(content_bounds);
|
tiled_layer_test_common.h | 142 void SetContentBounds(gfx::Size content_bounds); 149 gfx::Size* content_bounds) OVERRIDE;
|
fake_picture_layer_impl.h | 29 virtual gfx::Size CalculateTileSize(gfx::Size content_bounds) const OVERRIDE;
|
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer.h | 49 gfx::Size* content_bounds) OVERRIDE;
|
tiled_layer_unittest.cc | 1504 gfx::Rect content_bounds = gfx::Rect(0, 0, 100, 200); local 1627 gfx::Rect content_bounds = gfx::Rect(0, 0, 100, 300); local [all...] |
layer_impl.cc | 258 draw_properties_.content_bounds, 321 gfx::Rect content_rect(content_bounds()); 484 content_rect.Intersect(gfx::Rect(content_bounds())); 505 layer->SetContentBounds(content_bounds()); 959 void LayerImpl::SetContentBounds(gfx::Size content_bounds) { 960 if (this->content_bounds() == content_bounds) 963 draw_properties_.content_bounds = content_bounds; 985 gfx::Size* content_bounds) { [all...] |
tiled_layer.cc | 109 int layer_width = content_bounds().width(); 110 int layer_height = content_bounds().height(); 137 gfx::Size requested_size = is_tiled ? tile_size : content_bounds(); 146 gfx::Size new_bounds = content_bounds(); 483 static_cast<float>(content_bounds().width()); 486 static_cast<float>(content_bounds().height()); 585 gfx::Rect content_rect(content_bounds()); 631 create_tiles_rect = gfx::Rect(content_bounds()); 701 // - content_bounds() hasn't changed. 709 if (previous_content_bounds_ == content_bounds() & [all...] |
heads_up_display_layer_impl.cc | 93 if (hud_resource_->size() != content_bounds() || 100 hud_resource_->Allocate(content_bounds(), 116 gfx::Rect quad_rect(content_bounds()); 149 if (canvas_size.width() != content_bounds().width() || 150 canvas_size.width() != content_bounds().height() || !hud_canvas_) { 154 content_bounds().width(), content_bounds().height(), opaque)); 174 gfx::Rect content_rect(content_bounds());
|
scrollbar_layer_unittest.cc | 479 EXPECT_EQ(scrollbar_layer_->content_bounds().width(), 481 EXPECT_EQ(scrollbar_layer_->content_bounds().height(), 604 scrollbar_layer->draw_properties().content_bounds = gfx::Size(100, 200); 685 scrollbar_layer->draw_properties().content_bounds = 713 EXPECT_LE(track_size.width(), scrollbar_layer->content_bounds().width()); 714 EXPECT_LE(track_size.height(), scrollbar_layer->content_bounds().height()); 715 EXPECT_LE(thumb_size.width(), scrollbar_layer->content_bounds().width()); 716 EXPECT_LE(thumb_size.height(), scrollbar_layer->content_bounds().height());
|
delegated_renderer_layer_impl.cc | 345 int width = std::min(kStripeWidth, content_bounds().width() - x - 1); 349 int height = std::min(kStripeHeight, content_bounds().height() - y - 1); 353 content_bounds().height() - border_width, 357 gfx::Rect right(content_bounds().width() - border_width,
|
draw_properties.h | 91 gfx::Size content_bounds; member in struct:cc::DrawProperties
|
io_surface_layer_impl.cc | 114 gfx::Rect quad_rect(content_bounds());
|
layer_impl.h | 357 void SetContentBounds(gfx::Size content_bounds); 358 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::LayerImpl 376 gfx::Size* content_bounds);
|
painted_scrollbar_layer_impl.cc | 79 gfx::Rect content_bounds_rect(content_bounds());
|
/external/chromium_org/ui/views/corewm/ |
image_grid.cc | 213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) { 216 content_bounds.width() + left_image_width_ + right_image_width_, 217 content_bounds.height() + top_image_height_ + 220 gfx::Rect(content_bounds.x() - left_image_width_, 221 content_bounds.y() - top_image_height_,
|
shadow.cc | 70 void Shadow::SetContentBounds(const gfx::Rect& content_bounds) { 71 content_bounds_ = content_bounds;
|
shadow_controller_unittest.cc | 109 shadow->content_bounds().ToString()); 115 shadow->content_bounds().ToString());
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 38 gfx::Size content_bounds = local 40 gfx::Size tile_size = client_->CalculateTileSize(content_bounds); 48 tiling_data_.SetTotalSize(content_bounds); 140 gfx::Size content_bounds = local 143 gfx::Size tile_size = client_->CalculateTileSize(content_bounds); 145 tiling_data_.SetTotalSize(content_bounds); 153 bounded_live_tiles_rect.Intersect(gfx::Rect(content_bounds)); 155 tiling_data_.SetTotalSize(content_bounds); 642 state->Set("content_bounds",
|
picture_pile_impl_unittest.cc | 658 gfx::Size content_bounds( 662 int step_x = std::ceil(content_bounds.width() / raster_divisions); 663 int step_y = std::ceil(content_bounds.height() / raster_divisions); 664 for (int offset_x = 0; offset_x < content_bounds.width(); 666 for (int offset_y = 0; offset_y < content_bounds.height(); 669 content_rect.Intersect(gfx::Rect(content_bounds)); 705 EXPECT_EQ(all_white, gfx::Rect(content_bounds).Contains(canvas_rect)); 723 gfx::Size content_bounds( 726 gfx::Rect canvas_rect(content_bounds);
|
picture_layer_tiling_set_unittest.cc | 33 gfx::Size content_bounds( 35 gfx::Rect content_rect(content_bounds); 86 gfx::Size content_bounds( 88 gfx::Rect content_rect(content_bounds);
|
/external/chromium_org/cc/quads/ |
draw_quad.h | 112 return rect.right() == shared_quad_state->content_bounds.width(); 118 return rect.bottom() == shared_quad_state->content_bounds.height();
|
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.cc | 296 gfx::Rect content_bounds = bounds; local 297 gtk_window_move(window_, content_bounds.x(), content_bounds.y()); 300 gtk_window_util::BoundsMatchMonitorSize(window_, content_bounds)) { 301 content_bounds.set_height(content_bounds.height() - 1); 306 content_bounds.width(), content_bounds.height());
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.cc | 259 const gfx::Rect& content_bounds, 332 const gfx::Rect& content_bounds, 345 content_bounds_(content_bounds), 507 const gfx::Rect& content_bounds, 518 new FingerprintDataLoader(obfuscated_gaia_id, window_bounds, content_bounds, 535 gfx::Rect content_bounds; local 536 web_contents.GetView()->GetContainerBounds(&content_bounds); 545 obfuscated_gaia_id, window_bounds, content_bounds, screen_info, version,
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds_unittest.cc | 78 gfx::RectF layer1_rect_in_target(layer1->content_bounds()); 81 gfx::RectF layer2_rect_in_target(layer2->content_bounds());
|
/external/chromium_org/cc/debug/ |
rasterize_and_record_benchmark_impl.cc | 72 PictureLayerTilingSet tiling_set(layer, layer->content_bounds());
|