Home
last modified time | relevance | path

Searched refs:tex_coord_rect (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/cc/quads/
Dcontent_draw_quad_base.cc26 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()
Dyuv_video_draw_quad.cc25 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()
Dtile_draw_quad.cc26 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()
Ddraw_quad_unittest.cc574 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 …]
Dpicture_draw_quad.cc24 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()
Dcontent_draw_quad_base.h24 const gfx::RectF& tex_coord_rect,
34 const gfx::RectF& tex_coord_rect,
38 gfx::RectF tex_coord_rect; variable
Dyuv_video_draw_quad.h32 const gfx::RectF& tex_coord_rect,
44 const gfx::RectF& tex_coord_rect,
51 gfx::RectF tex_coord_rect; variable
Dtile_draw_quad.h22 const gfx::RectF& tex_coord_rect,
32 const gfx::RectF& tex_coord_rect,
Dpicture_draw_quad.h29 const gfx::RectF& tex_coord_rect,
41 const gfx::RectF& tex_coord_rect,
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
Dsurfaces_type_converters.cc155 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/
Dvideo_layer_impl.cc230 gfx::RectF tex_coord_rect( in AppendQuads() local
239 tex_coord_rect, in AppendQuads()
Dtiled_layer_impl.cc250 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; in AppendQuads() local
262 tex_coord_rect, in AppendQuads()
Dtiled_layer_impl_unittest.cc276 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect) in TEST_F()
Dpicture_layer_impl_unittest.cc1769 ->tex_coord_rect.size()); in TEST_F()
1772 ->tex_coord_rect.size()); in TEST_F()
/external/chromium_org/content/common/
Dcc_messages.h220 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
227 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
Dcc_messages_unittest.cc192 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/
Dquads.mojom69 RectF tex_coord_rect;
83 RectF tex_coord_rect;
/external/chromium_org/cc/output/
Dsoftware_renderer.cc335 gfx::RectFToSkRect(quad->tex_coord_rect), in DrawPictureQuad()
442 quad->tex_coord_rect, quad->rect, quad->visible_rect); in DrawTileQuad()
Dgl_renderer.cc1579 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()
Drenderer_pixeltest.cc392 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()