/external/chromium_org/cc/quads/ |
D | content_draw_quad_base.cc | 26 const gfx::RectF& tex_coord_rect, in SetNew() argument 32 this->tex_coord_rect = tex_coord_rect; in SetNew() 43 const gfx::RectF& tex_coord_rect, in SetAll() argument 48 this->tex_coord_rect = tex_coord_rect; in SetAll() 55 MathUtil::AddToTracedValue(tex_coord_rect, value); in ExtendValue()
|
D | yuv_video_draw_quad.cc | 25 const gfx::RectF& tex_coord_rect, in SetNew() argument 34 this->tex_coord_rect = tex_coord_rect; in SetNew() 47 const gfx::RectF& tex_coord_rect, in SetAll() argument 55 this->tex_coord_rect = tex_coord_rect; in SetAll() 80 MathUtil::AddToTracedValue(tex_coord_rect, value); in ExtendValue()
|
D | tile_draw_quad.cc | 26 const gfx::RectF& tex_coord_rect, in SetNew() argument 34 tex_coord_rect, in SetNew() 46 const gfx::RectF& tex_coord_rect, in SetAll() argument 51 tex_coord_rect, texture_size, swizzle_contents); in SetAll()
|
D | draw_quad_unittest.cc | 574 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST() local 583 tex_coord_rect, in TEST() 590 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 596 tex_coord_rect, in TEST() 601 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 609 gfx::RectF tex_coord_rect(0.0f, 0.0f, 0.75f, 0.5f); in TEST() local 620 tex_coord_rect, in TEST() 629 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 637 tex_coord_rect, in TEST() 644 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() [all …]
|
D | picture_draw_quad.cc | 24 const gfx::RectF& tex_coord_rect, in SetNew() argument 36 tex_coord_rect, in SetNew() 50 const gfx::RectF& tex_coord_rect, in SetAll() argument 62 tex_coord_rect, in SetAll()
|
D | content_draw_quad_base.h | 24 const gfx::RectF& tex_coord_rect, 34 const gfx::RectF& tex_coord_rect, 38 gfx::RectF tex_coord_rect; variable
|
D | yuv_video_draw_quad.h | 32 const gfx::RectF& tex_coord_rect, 44 const gfx::RectF& tex_coord_rect, 51 gfx::RectF tex_coord_rect; variable
|
D | tile_draw_quad.h | 22 const gfx::RectF& tex_coord_rect, 32 const gfx::RectF& tex_coord_rect,
|
D | picture_draw_quad.h | 29 const gfx::RectF& tex_coord_rect, 41 const gfx::RectF& tex_coord_rect,
|
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/ |
D | surfaces_type_converters.cc | 155 tile_state->tex_coord_rect.To<gfx::RectF>(), in ConvertDrawQuad() 171 yuv_state->tex_coord_rect.To<gfx::RectF>(), in ConvertDrawQuad() 302 tile_state->tex_coord_rect = RectF::From(tile_quad->tex_coord_rect); in Convert() 313 yuv_state->tex_coord_rect = RectF::From(yuv_quad->tex_coord_rect); in Convert()
|
/external/chromium_org/cc/layers/ |
D | video_layer_impl.cc | 230 gfx::RectF tex_coord_rect( in AppendQuads() local 239 tex_coord_rect, in AppendQuads()
|
D | tiled_layer_impl.cc | 250 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; in AppendQuads() local 262 tex_coord_rect, in AppendQuads()
|
D | tiled_layer_impl_unittest.cc | 276 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect) in TEST_F()
|
D | picture_layer_impl_unittest.cc | 1769 ->tex_coord_rect.size()); in TEST_F() 1772 ->tex_coord_rect.size()); in TEST_F()
|
/external/chromium_org/content/common/ |
D | cc_messages.h | 220 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect) 227 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
|
D | cc_messages_unittest.cc | 192 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect); in Compare() 198 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect); in Compare()
|
/external/chromium_org/mojo/services/public/interfaces/surfaces/ |
D | quads.mojom | 69 RectF tex_coord_rect; 83 RectF tex_coord_rect;
|
/external/chromium_org/cc/output/ |
D | software_renderer.cc | 335 gfx::RectFToSkRect(quad->tex_coord_rect), in DrawPictureQuad() 442 quad->tex_coord_rect, quad->rect, quad->visible_rect); in DrawTileQuad()
|
D | gl_renderer.cc | 1579 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( in DrawContentQuad() local 1580 quad->tex_coord_rect, quad->rect, tile_rect); in DrawContentQuad() 1581 float tex_to_geom_scale_x = quad->rect.width() / quad->tex_coord_rect.width(); in DrawContentQuad() 1583 quad->rect.height() / quad->tex_coord_rect.height(); in DrawContentQuad() 1586 gfx::RectF clamp_tex_rect(tex_coord_rect); in DrawContentQuad() 1816 quad->tex_coord_rect.width(), in DrawYUVVideoQuad() 1817 quad->tex_coord_rect.height())); in DrawYUVVideoQuad() 1820 quad->tex_coord_rect.x(), in DrawYUVVideoQuad() 1821 quad->tex_coord_rect.y())); in DrawYUVVideoQuad()
|
D | renderer_pixeltest.cc | 392 const gfx::RectF& tex_coord_rect, in CreateTestYUVVideoDrawQuad_Striped() argument 425 shared_state, video_frame, is_transparent, tex_coord_rect, render_pass); in CreateTestYUVVideoDrawQuad_Striped() 431 const gfx::RectF& tex_coord_rect, in CreateTestYUVVideoDrawQuad_Solid() argument 458 shared_state, video_frame, is_transparent, tex_coord_rect, render_pass); in CreateTestYUVVideoDrawQuad_Solid() 465 const gfx::RectF& tex_coord_rect, in CreateTestYUVVideoDrawQuad_FromVideoFrame() argument 520 tex_coord_rect, in CreateTestYUVVideoDrawQuad_FromVideoFrame()
|