Searched refs:opaque_rect (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/cc/quads/
H A Ddraw_quad.cc36 const gfx::Rect& opaque_rect,
42 DCHECK(opaque_rect.IsEmpty() || rect.Contains(opaque_rect))
43 << "rect: " << rect.ToString() << "opaque_rect "
44 << opaque_rect.ToString();
48 this->opaque_rect = opaque_rect;
80 MathUtil::AddToTracedValue(opaque_rect, value);
86 gfx::QuadF(opaque_rect),
33 SetAll(const SharedQuadState* shared_quad_state, Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending) argument
H A Dcheckerboard_draw_quad.cc19 gfx::Rect opaque_rect = SkColorGetA(color) == 255 ? rect : gfx::Rect(); local
21 DrawQuad::SetAll(shared_quad_state, DrawQuad::CHECKERBOARD, rect, opaque_rect,
28 const gfx::Rect& opaque_rect,
32 DrawQuad::SetAll(shared_quad_state, DrawQuad::CHECKERBOARD, rect, opaque_rect,
26 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, SkColor color) argument
H A Dcontent_draw_quad_base.cc24 const gfx::Rect& opaque_rect,
30 DrawQuad::SetAll(shared_quad_state, material, rect, opaque_rect,
40 const gfx::Rect& opaque_rect,
46 DrawQuad::SetAll(shared_quad_state, material, rect, opaque_rect,
21 SetNew(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
37 SetAll(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
H A Ddebug_border_draw_quad.cc23 gfx::Rect opaque_rect; local
25 DrawQuad::SetAll(shared_quad_state, DrawQuad::DEBUG_BORDER, rect, opaque_rect,
33 const gfx::Rect& opaque_rect,
38 DrawQuad::SetAll(shared_quad_state, DrawQuad::DEBUG_BORDER, rect, opaque_rect,
31 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, SkColor color, int width) argument
H A Dio_surface_draw_quad.cc21 const gfx::Rect& opaque_rect,
28 opaque_rect, visible_rect, needs_blending);
36 const gfx::Rect& opaque_rect,
43 opaque_rect, visible_rect, needs_blending);
19 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::Size& io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
34 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::Size& io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
H A Dsolid_color_draw_quad.cc21 gfx::Rect opaque_rect = SkColorGetA(color) == 255 ? rect : gfx::Rect(); local
23 DrawQuad::SetAll(shared_quad_state, DrawQuad::SOLID_COLOR, rect, opaque_rect,
31 const gfx::Rect& opaque_rect,
36 DrawQuad::SetAll(shared_quad_state, DrawQuad::SOLID_COLOR, rect, opaque_rect,
29 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, SkColor color, bool force_anti_aliasing_off) argument
H A Dstream_video_draw_quad.cc18 const gfx::Rect& opaque_rect,
24 opaque_rect, visible_rect, needs_blending);
31 const gfx::Rect& opaque_rect,
37 opaque_rect, visible_rect, needs_blending);
16 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, const gfx::Transform& matrix) argument
29 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, const gfx::Transform& matrix) argument
H A Dsurface_draw_quad.cc20 gfx::Rect opaque_rect; local
23 opaque_rect, visible_rect, needs_blending);
29 const gfx::Rect& opaque_rect,
34 opaque_rect, visible_rect, needs_blending);
27 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, SurfaceId surface_id) argument
H A Dtile_draw_quad.cc23 const gfx::Rect& opaque_rect,
32 opaque_rect,
42 const gfx::Rect& opaque_rect,
50 opaque_rect, visible_rect, needs_blending,
21 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
40 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
H A Dcontent_draw_quad_base.h22 const gfx::Rect& opaque_rect,
31 const gfx::Rect& opaque_rect,
H A Dio_surface_draw_quad.h27 const gfx::Rect& opaque_rect,
35 const gfx::Rect& opaque_rect,
H A Dstream_video_draw_quad.h21 const gfx::Rect& opaque_rect,
28 const gfx::Rect& opaque_rect,
H A Dtile_draw_quad.h19 const gfx::Rect& opaque_rect,
28 const gfx::Rect& opaque_rect,
H A Dpicture_draw_quad.cc22 const gfx::Rect& opaque_rect,
34 opaque_rect,
47 const gfx::Rect& opaque_rect,
59 opaque_rect,
20 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
45 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
H A Dyuv_video_draw_quad.cc23 const gfx::Rect& opaque_rect,
33 opaque_rect, visible_rect, needs_blending);
44 const gfx::Rect& opaque_rect,
54 opaque_rect, visible_rect, needs_blending);
21 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id, ColorSpace color_space) argument
42 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id, ColorSpace color_space) argument
H A Ddraw_quad.h73 gfx::Rect opaque_rect; member in class:cc::DrawQuad
96 return !opaque_rect.Contains(visible_rect);
137 const gfx::Rect& opaque_rect,
H A Dcheckerboard_draw_quad.h26 const gfx::Rect& opaque_rect,
H A Drender_pass_draw_quad.cc35 gfx::Rect opaque_rect; local
39 opaque_rect,
52 const gfx::Rect& opaque_rect,
64 DrawQuad::SetAll(shared_quad_state, DrawQuad::RENDER_PASS, rect, opaque_rect,
50 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, RenderPassId render_pass_id, ResourceProvider::ResourceId mask_resource_id, const gfx::RectF& mask_uv_rect, const FilterOperations& filters, const gfx::Vector2dF& filters_scale, const FilterOperations& background_filters) argument
H A Dsurface_draw_quad.h26 const gfx::Rect& opaque_rect,
H A Dtexture_draw_quad.cc28 const gfx::Rect& opaque_rect,
40 opaque_rect, visible_rect, needs_blending);
55 const gfx::Rect& opaque_rect,
64 opaque_rect, visible_rect, needs_blending);
26 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
53 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
H A Dpicture_draw_quad.h27 const gfx::Rect& opaque_rect,
38 const gfx::Rect& opaque_rect,
H A Dtexture_draw_quad.h21 const gfx::Rect& opaque_rect,
33 const gfx::Rect& opaque_rect,
H A Dyuv_video_draw_quad.h30 const gfx::Rect& opaque_rect,
41 const gfx::Rect& opaque_rect,
H A Ddraw_quad_unittest.cc93 EXPECT_RECT_EQ(quad->opaque_rect, copy->opaque_rect);
389 gfx::Rect opaque_rect(33, 47, 10, 12);
397 opaque_rect,
404 EXPECT_RECT_EQ(opaque_rect, copy_quad->opaque_rect);
486 gfx::Rect opaque_rect(33, 47, 10, 12);
493 StreamVideoDrawQuad, opaque_rect, visible_rect, resource_id, matrix);
496 EXPECT_RECT_EQ(opaque_rect, copy_quad->opaque_rect);
[all...]
/external/chromium_org/cc/test/
H A Drender_pass_test_common.cc33 gfx::Rect opaque_rect(10, 10, 80, 80);
113 opaque_rect,
154 opaque_rect,
163 opaque_rect,
177 opaque_rect,
191 opaque_rect,
208 opaque_rect,
228 opaque_rect,
249 opaque_rect,

Completed in 1161 milliseconds

123