Searched defs:visible_content_rect (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/quads/
H A Dshared_quad_state.h37 const gfx::Rect& visible_content_rect,
50 gfx::Rect visible_content_rect; member in class:cc::SharedQuadState
H A Dshared_quad_state.cc33 const gfx::Rect& visible_content_rect,
41 this->visible_content_rect = visible_content_rect;
59 MathUtil::AddToTracedValue(visible_content_rect, value);
31 SetAll(const gfx::Transform& content_to_target_transform, const gfx::Size& content_bounds, const gfx::Rect& visible_content_rect, const gfx::Rect& clip_rect, bool is_clipped, float opacity, SkXfermode::Mode blend_mode, int sorting_context_id) argument
H A Ddraw_polygon.cc53 const gfx::RectF& visible_content_rect,
60 gfx::QuadF send_quad(visible_content_rect);
52 DrawPolygon(DrawQuad* original_ref, const gfx::RectF& visible_content_rect, const gfx::Transform& transform, int draw_order_index) argument
/external/chromium_org/mojo/examples/surfaces_app/
H A Dsurfaces_util.cc22 const gfx::Rect visible_content_rect = gfx::Rect(size); local
30 visible_content_rect,
/external/chromium_org/cc/layers/
H A Dsolid_color_layer_impl_unittest.cc28 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
35 layer->draw_properties().visible_content_rect = visible_content_rect;
45 visible_content_rect);
55 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
62 layer->draw_properties().visible_content_rect = visible_content_rect;
85 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
92 layer->draw_properties().visible_content_rect = visible_content_rect;
110 gfx::Rect visible_content_rect = gfx::Rect(layer_size); local
[all...]
H A Dsolid_color_layer_impl.cc33 const gfx::Rect& visible_content_rect,
41 int right = visible_content_rect.right();
42 int bottom = visible_content_rect.bottom();
43 for (int x = visible_content_rect.x(); x < visible_content_rect.right();
45 for (int y = visible_content_rect.y(); y < visible_content_rect.bottom();
29 AppendSolidQuads( RenderPass* render_pass, const OcclusionTracker<LayerImpl>& occlusion_tracker, SharedQuadState* shared_quad_state, const gfx::Rect& visible_content_rect, const gfx::Transform& target_space_transform, SkColor color) argument
H A Ddraw_properties.h80 gfx::Rect visible_content_rect; member in struct:cc::DrawProperties
H A Dtiled_layer_impl_unittest.cc35 layer->draw_properties().visible_content_rect =
67 const gfx::Rect& visible_content_rect) {
70 layer->draw_properties().visible_content_rect = visible_content_rect;
110 layer->draw_properties().visible_content_rect = gfx::Rect();
124 layer->draw_properties().visible_content_rect = outside_bounds;
226 gfx::Rect visible_content_rect = gfx::BoundingRect(top_left, bottom_right); local
234 visible_content_rect);
236 visible_content_rect);
242 gfx::Rect visible_content_rect(layer_siz
63 GetQuads(RenderPass* render_pass, const gfx::Size& tile_size, const gfx::Size& layer_size, LayerTilingData::BorderTexelOption border_texel_option, const gfx::Rect& visible_content_rect) argument
[all...]
H A Drender_surface_impl.cc145 gfx::Rect visible_content_rect = local
148 if (visible_content_rect.IsEmpty())
174 shared_quad_state, content_rect_, visible_content_rect, color, width);
231 visible_content_rect,
H A Dlayer.h244 gfx::Rect visible_content_rect() const { function in class:cc::Layer
245 return draw_properties_.visible_content_rect;
H A Dlayer_impl.h341 gfx::Rect visible_content_rect() const { function in class:cc::LayerImpl
342 return draw_properties_.visible_content_rect;
/external/chromium_org/cc/debug/
H A Dinvalidation_benchmark.cc78 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
[all...]
H A Drasterize_and_record_benchmark.cc109 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, mode);
144 visible_content_rect.width() * visible_content_rect.height();
/external/chromium_org/cc/surfaces/
H A Dsurfaces_pixeltest.cc46 const gfx::Rect visible_content_rect = gfx::Rect(size); local
54 visible_content_rect,
H A Dsurface_aggregator_test_helpers.cc30 gfx::Rect visible_content_rect = gfx::Rect(surface_size); local
39 visible_content_rect,
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc55 const gfx::Rect visible_content_rect = rect; local
64 visible_content_rect,
79 const gfx::Rect visible_content_rect = clip_rect; local
87 visible_content_rect,

Completed in 1615 milliseconds