HomeSort by relevance Sort by last modified time
    Searched defs:visible_content_rect (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/cc/quads/
shared_quad_state.h 34 const gfx::Rect& visible_content_rect,
47 gfx::Rect visible_content_rect; member in class:cc::SharedQuadState
  /external/chromium_org/cc/layers/
solid_color_layer_impl_unittest.cc 30 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
37 layer->draw_properties().visible_content_rect = visible_content_rect;
47 visible_content_rect);
58 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
65 layer->draw_properties().visible_content_rect = visible_content_rect;
88 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
95 layer->draw_properties().visible_content_rect = visible_content_rect;
113 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
    [all...]
draw_properties.h 81 gfx::Rect visible_content_rect; member in struct:cc::DrawProperties
render_surface_impl.cc 147 gfx::Rect visible_content_rect = local
150 if (visible_content_rect.IsEmpty())
175 shared_quad_state, content_rect_, visible_content_rect, color, width);
228 visible_content_rect,
tiled_layer_impl_unittest.cc 36 layer->draw_properties().visible_content_rect =
72 const gfx::Rect& visible_content_rect) {
75 layer->draw_properties().visible_content_rect = visible_content_rect;
117 layer->draw_properties().visible_content_rect = gfx::Rect();
132 layer->draw_properties().visible_content_rect = outside_bounds;
234 gfx::Rect visible_content_rect = gfx::BoundingRect(top_left, bottom_right); local
242 visible_content_rect);
244 visible_content_rect);
250 gfx::Rect visible_content_rect(layer_size)
    [all...]
layer.h 243 gfx::Rect visible_content_rect() const { function in class:cc::Layer
244 return draw_properties_.visible_content_rect;
layer_impl.h 322 gfx::Rect visible_content_rect() const { function in class:cc::LayerImpl
323 return draw_properties_.visible_content_rect;
  /external/chromium_org/cc/debug/
invalidation_benchmark.cc 78 gfx::Rect visible_content_rect = layer->visible_content_rect(); local
79 int x = LCGRandom() * (visible_content_rect.width() - width_);
80 int y = LCGRandom() * (visible_content_rect.height() - height_);
92 gfx::Rect visible_content_rect = layer->visible_content_rect(); local
93 int x_min = LCGRandom() * visible_content_rect.width();
94 int x_max = LCGRandom() * visible_content_rect.width();
95 int y_min = LCGRandom() * visible_content_rect.height();
96 int y_max = LCGRandom() * visible_content_rect.height()
    [all...]
rasterize_and_record_benchmark.cc 109 gfx::Rect visible_content_rect = gfx::ScaleToEnclosingRect( local
110 layer->visible_content_rect(), 1.f / layer->contents_scale_x());
111 if (visible_content_rect.IsEmpty())
133 visible_content_rect, painter, tile_grid_info, false, 0, mode);
144 visible_content_rect.width() * visible_content_rect.height();
  /external/chromium_org/cc/surfaces/
surfaces_pixeltest.cc 31 const gfx::Rect visible_content_rect = gfx::Rect(size); local
39 visible_content_rect,
surface_aggregator_test_helpers.cc 30 gfx::Rect visible_content_rect = gfx::Rect(surface_size); local
39 visible_content_rect,
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 56 const gfx::Rect visible_content_rect = rect; local
65 visible_content_rect,
80 const gfx::Rect visible_content_rect = clip_rect; local
88 visible_content_rect,
    [all...]

Completed in 215 milliseconds