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

  /external/chromium_org/cc/quads/
content_draw_quad_base.cc 24 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());
tile_draw_quad.cc 28 const gfx::RectF& tex_coord_rect,
32 opaque_rect, tex_coord_rect, texture_size,
43 const gfx::RectF& tex_coord_rect,
48 tex_coord_rect, texture_size, swizzle_contents);
tile_draw_quad.h 21 const gfx::RectF& tex_coord_rect,
31 const gfx::RectF& tex_coord_rect,
picture_draw_quad.cc 26 const gfx::RectF& tex_coord_rect,
36 tex_coord_rect,
51 const gfx::RectF& tex_coord_rect,
63 tex_coord_rect,
content_draw_quad_base.h 23 const gfx::RectF& tex_coord_rect,
33 const gfx::RectF& tex_coord_rect,
37 gfx::RectF tex_coord_rect; member in class:cc::ContentDrawQuadBase
picture_draw_quad.h 28 const gfx::RectF& tex_coord_rect,
40 const gfx::RectF& tex_coord_rect,
draw_quad_unittest.cc 517 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f);
525 tex_coord_rect,
531 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
537 tex_coord_rect,
542 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect);
587 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f);
597 tex_coord_rect,
605 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect)
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 231 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; local
242 tex_coord_rect,
tiled_layer_impl_unittest.cc 269 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect)
  /external/chromium_org/content/common/
cc_messages.h 195 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
cc_messages_unittest.cc 177 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect);
  /external/chromium_org/cc/output/
software_renderer.cc 328 gfx::RectFToSkRect(quad->tex_coord_rect),
429 quad->tex_coord_rect, quad->rect, quad->visible_rect);
gl_renderer.cc 1402 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( local
    [all...]

Completed in 335 milliseconds