HomeSort by relevance Sort by last modified time
    Searched full:content_bounds (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/chromium_org/cc/layers/
layer.h 384 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::Layer
392 gfx::Size* content_bounds);
layer.cc 216 content_rect.Intersect(gfx::Rect(content_bounds()));
430 gfx::Size* content_bounds) {
435 *content_bounds = bounds();
873 layer->SetContentBounds(content_bounds());
    [all...]
render_surface_impl.cc 202 owning_layer_->content_bounds(),
texture_layer_impl.cc 172 gfx::Rect quad_rect(content_bounds());
video_layer_impl.cc 135 gfx::Rect quad_rect(content_bounds());
  /external/chromium_org/cc/quads/
render_pass_unittest.cc 59 expected->quad_list[i]->shared_quad_state->content_bounds.ToString(),
60 actual->quad_list[i]->shared_quad_state->content_bounds.ToString());
draw_quad_unittest.cc 34 gfx::Size content_bounds(26, 28);
43 content_bounds,
61 gfx::Size content_bounds(26, 28);
70 content_bounds,
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 4166 gfx::Size content_bounds = local
    [all...]
layer_tree_host_common.cc 391 if (!layer->DrawsContent() || layer->content_bounds().IsEmpty() ||
418 gfx::Rect(layer->content_bounds()),
    [all...]
layer_sorter.cc 287 layer_width = node.layer->content_bounds().width();
288 layer_height = node.layer->content_bounds().height();
layer_tree_host_unittest_scroll.cc 519 root_scroll_layer_->content_bounds());
523 EXPECT_SIZE_EQ(expected_content_bounds, child_layer_->content_bounds());
    [all...]
damage_tracker.cc 289 gfx::RectF(gfx::PointF(), layer->content_bounds()));
damage_tracker_unittest.cc 536 // CASE 3: Setting this update rect outside the blurred content_bounds of the
551 // CASE 4: Setting this update rect inside the blurred content_bounds but
552 // outside the original content_bounds of the blurred child1 will
    [all...]
layer_tree_impl.cc 250 gfx::Rect(layer->content_bounds()));
layer_tree_host_common_unittest.cc     [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling.h 34 gfx::Size content_bounds) const = 0;
  /external/chromium_org/content/common/
cc_messages.h 211 IPC_STRUCT_TRAITS_MEMBER(content_bounds)
cc_messages_unittest.cc 53 EXPECT_EQ(a->content_bounds, b->content_bounds);
609 pass_out->shared_quad_state_list[0]->content_bounds.ToString());
611 pass_out->shared_quad_state_list[1]->content_bounds.ToString());
  /external/chromium_org/ui/message_center/views/
notification_view.cc 227 gfx::Rect content_bounds = GetContentsBounds(); local
231 background_path.addRoundRect(gfx::RectToSkRect(content_bounds),
242 static_cast<int>(content_bounds.width() * GetNormalizedValue() + 0.5);
246 gfx::Rect slice_bounds = content_bounds;
  /external/chromium/chrome/browser/
aeropeek_manager.cc 297 const gfx::Rect& content_bounds,
302 content_bounds_(content_bounds),
442 const gfx::Rect& content_bounds,
445 content_bounds_(content_bounds),
828 gfx::Rect content_bounds(content_rect);
829 content_bounds.Inset(content_insets.left(),
833 return content_bounds;
    [all...]
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 34 const gfx::Rect& content_bounds,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 164 const gfx::Rect& content_bounds,
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1347 gfx::Rect content_bounds; local
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 48 const gfx::Size content_bounds = rect.size(); local
56 content_bounds,
69 const gfx::Size content_bounds = rect.size(); local
76 content_bounds,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1515 const gfx::Rect content_bounds = GetContentsBounds(); local
    [all...]

Completed in 1425 milliseconds

1 23 4