/external/chromium_org/cc/quads/ |
D | surface_draw_quad.cc | 21 bool needs_blending = false; in SetNew() local 23 opaque_rect, visible_rect, needs_blending); in SetNew() 31 bool needs_blending, in SetAll() argument 34 opaque_rect, visible_rect, needs_blending); in SetAll()
|
D | debug_border_draw_quad.cc | 24 bool needs_blending = SkColorGetA(color) < 255; in SetNew() local 26 visible_rect, needs_blending); in SetNew() 35 bool needs_blending, in SetAll() argument 39 visible_rect, needs_blending); in SetAll()
|
D | checkerboard_draw_quad.cc | 20 bool needs_blending = false; in SetNew() local 22 visible_rect, needs_blending); in SetNew() 30 bool needs_blending, in SetAll() argument 33 visible_rect, needs_blending); in SetAll()
|
D | draw_quad.cc | 29 needs_blending(false), in DrawQuad() 38 bool needs_blending) { in SetAll() argument 50 this->needs_blending = needs_blending; in SetAll() 110 value->SetBoolean("needs_blending", needs_blending); in AsValueInto()
|
D | stream_video_draw_quad.cc | 22 bool needs_blending = false; in SetNew() local 24 opaque_rect, visible_rect, needs_blending); in SetNew() 33 bool needs_blending, in SetAll() argument 37 opaque_rect, visible_rect, needs_blending); in SetAll()
|
D | solid_color_draw_quad.cc | 22 bool needs_blending = false; in SetNew() local 24 visible_rect, needs_blending); in SetNew() 33 bool needs_blending, in SetAll() argument 37 visible_rect, needs_blending); in SetAll()
|
D | content_draw_quad_base.cc | 29 bool needs_blending = false; in SetNew() local 31 visible_rect, needs_blending); in SetNew() 42 bool needs_blending, in SetAll() argument 47 visible_rect, needs_blending); in SetAll()
|
D | io_surface_draw_quad.cc | 26 bool needs_blending = false; in SetNew() local 28 opaque_rect, visible_rect, needs_blending); in SetNew() 38 bool needs_blending, in SetAll() argument 43 opaque_rect, visible_rect, needs_blending); in SetAll()
|
D | yuv_video_draw_quad.cc | 31 bool needs_blending = false; in SetNew() local 33 opaque_rect, visible_rect, needs_blending); in SetNew() 46 bool needs_blending, in SetAll() argument 54 opaque_rect, visible_rect, needs_blending); in SetAll()
|
D | render_pass_draw_quad.cc | 36 bool needs_blending = false; in SetNew() local 41 needs_blending, in SetNew() 54 bool needs_blending, in SetAll() argument 65 visible_rect, needs_blending); in SetAll()
|
D | texture_draw_quad.cc | 37 bool needs_blending = vertex_opacity[0] != 1.0f || vertex_opacity[1] != 1.0f in SetNew() local 40 opaque_rect, visible_rect, needs_blending); in SetNew() 56 const gfx::Rect& visible_rect, bool needs_blending, in SetAll() argument 64 opaque_rect, visible_rect, needs_blending); in SetAll()
|
D | draw_quad.h | 82 bool needs_blending; variable 92 if (needs_blending || shared_quad_state->opacity < 1.0f) in ShouldDrawWithBlending() 139 bool needs_blending);
|
D | tile_draw_quad.cc | 44 bool needs_blending, in SetAll() argument 50 opaque_rect, visible_rect, needs_blending, in SetAll()
|
D | draw_quad_unittest.cc | 94 EXPECT_EQ(quad->needs_blending, copy->needs_blending); in CompareDrawQuad() 109 bool ALLOW_UNUSED needs_blending = true; 147 needs_blending, \ 164 needs_blending, \ 182 needs_blending, \ 201 needs_blending, \ 221 needs_blending, \ 242 needs_blending, \ 266 needs_blending, \ 292 needs_blending, \ [all …]
|
D | picture_draw_quad.cc | 49 bool needs_blending, in SetAll() argument 61 needs_blending, in SetAll()
|
D | checkerboard_draw_quad.h | 28 bool needs_blending,
|
D | debug_border_draw_quad.h | 29 bool needs_blending,
|
D | solid_color_draw_quad.h | 29 bool needs_blending,
|
D | surface_draw_quad.h | 28 bool needs_blending,
|
D | stream_video_draw_quad.h | 30 bool needs_blending,
|
D | tile_draw_quad.h | 30 bool needs_blending,
|
D | io_surface_draw_quad.h | 37 bool needs_blending,
|
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/ |
D | surface_unittest.cc | 45 needs_blending(false) { in SurfaceLibQuadTest() 54 bool needs_blending; member in mojo::__anon3479f1e20111::SurfaceLibQuadTest 68 needs_blending, in TEST_F() 78 EXPECT_EQ(needs_blending, mojo_quad->needs_blending); in TEST_F() 90 sqs, rect, opaque_rect, visible_rect, needs_blending, arbitrary_id); in TEST_F() 115 needs_blending, in TEST_F() 241 bool needs_blending = false; in TEST() local 251 needs_blending, in TEST() 259 sqs, rect, opaque_rect, visible_rect, needs_blending, arbitrary_id); in TEST() 274 needs_blending, in TEST() [all …]
|
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/ |
D | surfaces_type_converters.cc | 81 input->needs_blending, in ConvertDrawQuad() 100 input->needs_blending, in ConvertDrawQuad() 115 input->needs_blending, in ConvertDrawQuad() 133 input->needs_blending, in ConvertDrawQuad() 153 input->needs_blending, in ConvertDrawQuad() 170 input->needs_blending, in ConvertDrawQuad() 238 quad->needs_blending = input.needs_blending; in Convert()
|
/external/chromium_org/cc/output/ |
D | gl_renderer_draw_cache.h | 35 bool needs_blending; member
|