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

  /external/chromium_org/cc/quads/
content_draw_quad_base.cc 25 const gfx::RectF& tex_coord_rect,
31 this->tex_coord_rect = tex_coord_rect;
42 const gfx::RectF& tex_coord_rect,
47 this->tex_coord_rect = tex_coord_rect;
53 value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
yuv_video_draw_quad.cc 28 const gfx::RectF& tex_coord_rect,
37 this->tex_coord_rect = tex_coord_rect;
50 const gfx::RectF& tex_coord_rect,
58 this->tex_coord_rect = tex_coord_rect;
82 value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release());
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 29 const gfx::RectF& tex_coord_rect,
37 tex_coord_rect,
49 const gfx::RectF& tex_coord_rect,
54 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 27 const gfx::RectF& tex_coord_rect,
39 tex_coord_rect,
53 const gfx::RectF& tex_coord_rect,
65 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 563 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f);
572 tex_coord_rect,
579 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
585 tex_coord_rect,
590 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
598 gfx::RectF tex_coord_rect(0.0f, 0.0f, 0.75f, 0.5f);
609 tex_coord_rect,
618 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect)
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 245 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; local
257 tex_coord_rect,
video_layer_impl.cc 192 gfx::RectF tex_coord_rect(
200 tex_coord_rect,
tiled_layer_impl_unittest.cc 282 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect)
  /external/chromium_org/content/common/
cc_messages.h 218 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
225 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
cc_messages_unittest.cc 193 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
199 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
    [all...]
  /external/chromium_org/cc/output/
software_renderer.cc 375 gfx::RectFToSkRect(quad->tex_coord_rect),
487 quad->tex_coord_rect, quad->rect, quad->visible_rect);
renderer_pixeltest.cc 409 const gfx::RectF& tex_coord_rect) {
441 shared_state, video_frame, is_transparent, tex_coord_rect);
448 const gfx::RectF& tex_coord_rect,
474 shared_state, video_frame, is_transparent, tex_coord_rect);
481 const gfx::RectF& tex_coord_rect) {
534 tex_coord_rect,
    [all...]
gl_renderer.cc 1552 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( local
    [all...]

Completed in 283 milliseconds