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

123

/external/chromium_org/cc/test/
H A Dsolid_color_content_layer_client.cc15 SkCanvas* canvas, gfx::Rect rect, gfx::RectF* opaque_rect) {
26 *opaque_rect = rect;
14 PaintContents( SkCanvas* canvas, gfx::Rect rect, gfx::RectF* opaque_rect) argument
H A Dfake_content_layer_client.cc20 gfx::Rect paint_rect, gfx::RectF* opaque_rect) {
22 *opaque_rect = paint_rect;
19 PaintContents(SkCanvas* canvas, gfx::Rect paint_rect, gfx::RectF* opaque_rect) argument
H A Dsolid_color_content_layer_client.h22 gfx::RectF* opaque_rect) OVERRIDE;
H A Drender_pass_test_common.cc34 gfx::Rect opaque_rect(10, 10, 80, 80);
106 opaque_rect,
154 opaque_rect,
163 opaque_rect,
177 opaque_rect,
193 opaque_rect,
204 opaque_rect,
224 opaque_rect,
/external/chromium_org/cc/quads/
H A Dcheckerboard_draw_quad.cc21 gfx::Rect opaque_rect = SkColorGetA(color) == 255 ? rect : gfx::Rect(); local
24 DrawQuad::SetAll(shared_quad_state, DrawQuad::CHECKERBOARD, rect, opaque_rect,
31 gfx::Rect opaque_rect,
35 DrawQuad::SetAll(shared_quad_state, DrawQuad::CHECKERBOARD, rect, opaque_rect,
29 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, SkColor color) argument
H A Dcontent_draw_quad_base.cc23 gfx::Rect opaque_rect,
29 DrawQuad::SetAll(shared_quad_state, material, rect, opaque_rect,
39 gfx::Rect opaque_rect,
45 DrawQuad::SetAll(shared_quad_state, material, rect, opaque_rect,
20 SetNew(const SharedQuadState* shared_quad_state, DrawQuad::Material material, gfx::Rect rect, gfx::Rect opaque_rect, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
36 SetAll(const SharedQuadState* shared_quad_state, DrawQuad::Material material, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
H A Ddebug_border_draw_quad.cc25 gfx::Rect opaque_rect; local
28 DrawQuad::SetAll(shared_quad_state, DrawQuad::DEBUG_BORDER, rect, opaque_rect,
36 gfx::Rect opaque_rect,
41 DrawQuad::SetAll(shared_quad_state, DrawQuad::DEBUG_BORDER, rect, opaque_rect,
34 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, SkColor color, int width) argument
H A Dio_surface_draw_quad.cc24 gfx::Rect opaque_rect,
31 opaque_rect, visible_rect, needs_blending);
39 gfx::Rect opaque_rect,
46 opaque_rect, visible_rect, needs_blending);
22 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Size io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
37 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, gfx::Size io_surface_size, unsigned io_surface_resource_id, Orientation orientation) argument
H A Dsolid_color_draw_quad.cc23 gfx::Rect opaque_rect = SkColorGetA(color) == 255 ? rect : gfx::Rect(); local
26 DrawQuad::SetAll(shared_quad_state, DrawQuad::SOLID_COLOR, rect, opaque_rect,
34 gfx::Rect opaque_rect,
39 DrawQuad::SetAll(shared_quad_state, DrawQuad::SOLID_COLOR, rect, opaque_rect,
32 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, SkColor color, bool force_anti_aliasing_off) argument
H A Dstream_video_draw_quad.cc21 gfx::Rect opaque_rect,
27 opaque_rect, visible_rect, needs_blending);
34 gfx::Rect opaque_rect,
40 opaque_rect, visible_rect, needs_blending);
19 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, unsigned resource_id, const gfx::Transform& matrix) argument
32 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, unsigned resource_id, const gfx::Transform& matrix) argument
H A Dtile_draw_quad.cc26 gfx::Rect opaque_rect,
32 opaque_rect, tex_coord_rect, texture_size,
39 gfx::Rect opaque_rect,
47 opaque_rect, visible_rect, needs_blending,
24 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, unsigned resource_id, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
37 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, unsigned resource_id, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
H A Dcontent_draw_quad_base.h22 gfx::Rect opaque_rect,
30 gfx::Rect opaque_rect,
H A Dio_surface_draw_quad.h26 gfx::Rect opaque_rect,
33 gfx::Rect opaque_rect,
H A Dstream_video_draw_quad.h21 gfx::Rect opaque_rect,
27 gfx::Rect opaque_rect,
H A Dtile_draw_quad.h19 gfx::Rect opaque_rect,
27 gfx::Rect opaque_rect,
H A Dyuv_video_draw_quad.h24 gfx::Rect opaque_rect,
33 gfx::Rect opaque_rect,
H A Dpicture_draw_quad.cc24 gfx::Rect opaque_rect,
33 rect, opaque_rect, tex_coord_rect, texture_size,
43 gfx::Rect opaque_rect,
54 DrawQuad::PICTURE_CONTENT, rect, opaque_rect,
22 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents, gfx::Rect content_rect, float contents_scale, bool can_draw_direct_to_backbuffer, scoped_refptr<PicturePileImpl> picture_pile) argument
41 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents, gfx::Rect content_rect, float contents_scale, bool can_draw_direct_to_backbuffer, scoped_refptr<PicturePileImpl> picture_pile) argument
H A Dyuv_video_draw_quad.cc26 gfx::Rect opaque_rect,
35 opaque_rect, visible_rect, needs_blending);
45 gfx::Rect opaque_rect,
54 opaque_rect, visible_rect, needs_blending);
24 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::SizeF tex_scale, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id) argument
43 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, gfx::SizeF tex_scale, unsigned y_plane_resource_id, unsigned u_plane_resource_id, unsigned v_plane_resource_id, unsigned a_plane_resource_id) argument
H A Ddraw_quad.h71 gfx::Rect opaque_rect; member in class:cc::DrawQuad
94 return !opaque_rect.Contains(visible_rect);
135 gfx::Rect opaque_rect,
H A Dcheckerboard_draw_quad.h25 gfx::Rect opaque_rect,
H A Drender_pass_draw_quad.cc50 gfx::Rect opaque_rect; local
53 SetAll(shared_quad_state, rect, opaque_rect, visible_rect, needs_blending,
62 gfx::Rect opaque_rect,
76 DrawQuad::SetAll(shared_quad_state, DrawQuad::RENDER_PASS, rect, opaque_rect,
59 SetAll( const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, RenderPass::Id render_pass_id, bool is_replica, ResourceProvider::ResourceId mask_resource_id, gfx::Rect contents_changed_since_last_frame, gfx::RectF mask_uv_rect, const FilterOperations& filters, skia::RefPtr<SkImageFilter> filter, const FilterOperations& background_filters) argument
H A Dpicture_draw_quad.h27 gfx::Rect opaque_rect,
38 gfx::Rect opaque_rect,
H A Dtexture_draw_quad.h21 gfx::Rect opaque_rect,
32 gfx::Rect opaque_rect,
/external/chromium_org/cc/debug/
H A Doverdraw_metrics.h38 gfx::Rect opaque_rect);
54 gfx::Rect opaque_rect);
/external/chromium_org/cc/resources/
H A Dtile.cc20 gfx::Rect opaque_rect,
29 opaque_rect_(opaque_rect),
16 Tile(TileManager* tile_manager, PicturePileImpl* picture_pile, gfx::Size tile_size, gfx::Rect content_rect, gfx::Rect opaque_rect, float contents_scale, int layer_id, int source_frame_number, bool can_use_lcd_text) argument

Completed in 124 milliseconds

123