/external/chromium_org/cc/quads/ |
D | content_draw_quad_base.cc | 24 const gfx::RectF& tex_coord_rect, in SetNew() argument 31 this->tex_coord_rect = tex_coord_rect; in SetNew() 42 const gfx::RectF& tex_coord_rect, in SetAll() argument 47 this->tex_coord_rect = tex_coord_rect; in SetAll() 53 value->Set("tex_coord_rect", MathUtil::AsValue(tex_coord_rect).release()); in ExtendValue()
|
D | tile_draw_quad.cc | 28 const gfx::RectF& tex_coord_rect, in SetNew() argument 32 opaque_rect, tex_coord_rect, texture_size, in SetNew() 43 const gfx::RectF& tex_coord_rect, in SetAll() argument 48 tex_coord_rect, texture_size, swizzle_contents); in SetAll()
|
D | picture_draw_quad.cc | 26 const gfx::RectF& tex_coord_rect, in SetNew() argument 36 tex_coord_rect, in SetNew() 51 const gfx::RectF& tex_coord_rect, in SetAll() argument 63 tex_coord_rect, in SetAll()
|
D | 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; variable
|
D | draw_quad_unittest.cc | 517 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST() local 525 tex_coord_rect, in TEST() 531 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 537 tex_coord_rect, in TEST() 542 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 587 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST() local 597 tex_coord_rect, in TEST() 605 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() 613 tex_coord_rect, in TEST() 620 EXPECT_EQ(tex_coord_rect, copy_quad->tex_coord_rect); in TEST() [all …]
|
D | tile_draw_quad.h | 21 const gfx::RectF& tex_coord_rect, 31 const gfx::RectF& tex_coord_rect,
|
D | picture_draw_quad.h | 28 const gfx::RectF& tex_coord_rect, 40 const gfx::RectF& tex_coord_rect,
|
/external/chromium_org/cc/layers/ |
D | tiled_layer_impl.cc | 231 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset; in AppendQuads() local 242 tex_coord_rect, in AppendQuads()
|
D | tiled_layer_impl_unittest.cc | 269 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect) in TEST_F()
|
/external/chromium_org/cc/output/ |
D | software_renderer.cc | 328 gfx::RectFToSkRect(quad->tex_coord_rect), in DrawPictureQuad() 429 quad->tex_coord_rect, quad->rect, quad->visible_rect); in DrawTileQuad()
|
D | gl_renderer.cc | 1402 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( in DrawContentQuad() local 1403 quad->tex_coord_rect, quad->rect, tile_rect); in DrawContentQuad() 1404 float tex_to_geom_scale_x = quad->rect.width() / quad->tex_coord_rect.width(); in DrawContentQuad() 1406 quad->rect.height() / quad->tex_coord_rect.height(); in DrawContentQuad() 1409 gfx::RectF clamp_tex_rect(tex_coord_rect); in DrawContentQuad()
|
/external/chromium_org/content/common/ |
D | cc_messages.h | 195 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
|
D | cc_messages_unittest.cc | 177 EXPECT_EQ(a->tex_coord_rect, b->tex_coord_rect); in Compare()
|