Searched defs:tex_coord_rect (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/cc/quads/ |
D | content_draw_quad_base.cc | 24 const gfx::RectF& tex_coord_rect, in SetNew() 42 const gfx::RectF& tex_coord_rect, in SetAll()
|
D | tile_draw_quad.cc | 28 const gfx::RectF& tex_coord_rect, in SetNew() 43 const gfx::RectF& tex_coord_rect, in SetAll()
|
D | content_draw_quad_base.h | 37 gfx::RectF tex_coord_rect; variable
|
D | picture_draw_quad.cc | 26 const gfx::RectF& tex_coord_rect, in SetNew() 51 const gfx::RectF& tex_coord_rect, in SetAll()
|
D | draw_quad_unittest.cc | 517 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST() local 587 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST() local 758 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST_F() local 805 gfx::RectF tex_coord_rect(31.f, 12.f, 54.f, 20.f); in TEST_F() local
|
/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
|
/external/chromium_org/cc/output/ |
D | gl_renderer.cc | 1402 gfx::RectF tex_coord_rect = MathUtil::ScaleRectProportional( in DrawContentQuad() local
|