HomeSort by relevance Sort by last modified time
    Searched refs:tex_coord_rect (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/cc/quads/
content_draw_quad_base.cc 26 const gfx::RectF& tex_coord_rect,
32 this->tex_coord_rect = tex_coord_rect;
43 const gfx::RectF& tex_coord_rect,
48 this->tex_coord_rect = tex_coord_rect;
54 value->BeginArray("tex_coord_rect");
55 MathUtil::AddToTracedValue(tex_coord_rect, value);
yuv_video_draw_quad.cc 25 const gfx::RectF& tex_coord_rect,
34 this->tex_coord_rect = tex_coord_rect;
47 const gfx::RectF& tex_coord_rect,
55 this->tex_coord_rect = tex_coord_rect;
79 value->BeginArray("tex_coord_rect");
80 MathUtil::AddToTracedValue(tex_coord_rect, value);
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; member in class:cc::ContentDrawQuadBase
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; member in class:cc::YUVVideoDrawQuad
tile_draw_quad.cc 26 const gfx::RectF& tex_coord_rect,
34 tex_coord_rect,
46 const gfx::RectF& tex_coord_rect,
51 tex_coord_rect, texture_size, swizzle_contents);
tile_draw_quad.h 22 const gfx::RectF& tex_coord_rect,
32 const gfx::RectF& tex_coord_rect,
picture_draw_quad.cc 24 const gfx::RectF& tex_coord_rect,
36 tex_coord_rect,
50 const gfx::RectF& tex_coord_rect,
62 tex_coord_rect,
picture_draw_quad.h 29 const gfx::RectF& tex_coord_rect,
41 const gfx::RectF& tex_coord_rect,
draw_quad_unittest.cc 574 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f);
583 tex_coord_rect,
590 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
596 tex_coord_rect,
601 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
609 gfx::RectF tex_coord_rect(0.0f, 0.0f, 0.75f, 0.5f);
620 tex_coord_rect,
629 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect)
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 250 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; local
262 tex_coord_rect,
video_layer_impl.cc 230 gfx::RectF tex_coord_rect(
239 tex_coord_rect,
tiled_layer_impl_unittest.cc 276 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect)
picture_layer_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
cc_messages.h 220 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
227 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
cc_messages_unittest.cc 192 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
198 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
  /external/chromium_org/mojo/services/public/cpp/surfaces/lib/
surfaces_type_converters.cc 155 tile_state->tex_coord_rect.To<gfx::RectF>(),
171 yuv_state->tex_coord_rect.To<gfx::RectF>(),
302 tile_state->tex_coord_rect = RectF::From(tile_quad->tex_coord_rect);
313 yuv_state->tex_coord_rect = RectF::From(yuv_quad->tex_coord_rect);
  /external/chromium_org/cc/output/
software_renderer.cc 335 gfx::RectFToSkRect(quad->tex_coord_rect),
442 quad->tex_coord_rect, quad->rect, quad->visible_rect);
renderer_pixeltest.cc 392 const gfx::RectF& tex_coord_rect,
425 shared_state, video_frame, is_transparent, tex_coord_rect, render_pass);
431 const gfx::RectF& tex_coord_rect,
458 shared_state, video_frame, is_transparent, tex_coord_rect, render_pass);
465 const gfx::RectF& tex_coord_rect,
520 tex_coord_rect,
    [all...]
gl_renderer.cc 1579 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( local
    [all...]

Completed in 4703 milliseconds