texture_size      149 cc/layers/picture_layer_impl.cc     gfx::Size texture_size = rect.size();
texture_size      150 cc/layers/picture_layer_impl.cc     gfx::RectF texture_rect = gfx::RectF(texture_size);
texture_size      160 cc/layers/picture_layer_impl.cc                  texture_size,
texture_size      273 cc/layers/picture_layer_impl.cc                      iter.texture_size(),
texture_size      293 cc/layers/picture_layer_impl.cc                      iter.texture_size(),
texture_size      244 cc/layers/tiled_layer_impl.cc       gfx::Size texture_size(tile_width, tile_height);
texture_size      253 cc/layers/tiled_layer_impl.cc                    texture_size,
texture_size      272 cc/layers/tiled_layer_impl_unittest.cc     EXPECT_EQ(tile_size, quad->texture_size) << LayerTestCommon::quad_string
texture_size     1475 cc/output/gl_renderer.cc       gl_, &highp_threshold_cache_, highp_threshold_min_, quad->texture_size);
texture_size     1506 cc/output/gl_renderer.cc     gfx::Size texture_size = quad->texture_size;
texture_size     1507 cc/output/gl_renderer.cc     DCHECK(!texture_size.IsEmpty());
texture_size     1508 cc/output/gl_renderer.cc     fragment_tex_translate_x /= texture_size.width();
texture_size     1509 cc/output/gl_renderer.cc     fragment_tex_translate_y /= texture_size.height();
texture_size     1510 cc/output/gl_renderer.cc     fragment_tex_scale_x /= texture_size.width();
texture_size     1511 cc/output/gl_renderer.cc     fragment_tex_scale_y /= texture_size.height();
texture_size     1749 cc/output/gl_renderer.cc   if (on_demand_tile_raster_bitmap_.width() != quad->texture_size.width() ||
texture_size     1750 cc/output/gl_renderer.cc       on_demand_tile_raster_bitmap_.height() != quad->texture_size.height()) {
texture_size     1751 cc/output/gl_renderer.cc     on_demand_tile_raster_bitmap_.allocN32Pixels(quad->texture_size.width(),
texture_size     1752 cc/output/gl_renderer.cc                                                  quad->texture_size.height());
texture_size     1758 cc/output/gl_renderer.cc         resource_provider_->CreateGLTexture(quad->texture_size,
texture_size     1792 cc/output/gl_renderer.cc                                 gfx::Rect(quad->texture_size),
texture_size     1793 cc/output/gl_renderer.cc                                 gfx::Rect(quad->texture_size),
texture_size       26 cc/quads/content_draw_quad_base.cc                                  const gfx::Size& texture_size,
texture_size       32 cc/quads/content_draw_quad_base.cc   this->texture_size = texture_size;
texture_size       43 cc/quads/content_draw_quad_base.cc                                  const gfx::Size& texture_size,
texture_size       48 cc/quads/content_draw_quad_base.cc   this->texture_size = texture_size;
texture_size       54 cc/quads/content_draw_quad_base.cc   value->Set("texture_size", MathUtil::AsValue(texture_size).release());
texture_size       25 cc/quads/content_draw_quad_base.h               const gfx::Size& texture_size,
texture_size       35 cc/quads/content_draw_quad_base.h               const gfx::Size& texture_size,
texture_size       39 cc/quads/content_draw_quad_base.h   gfx::Size texture_size;
texture_size      558 cc/quads/draw_quad_unittest.cc   gfx::Size texture_size(85, 32);
texture_size      567 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size      574 cc/quads/draw_quad_unittest.cc   EXPECT_EQ(texture_size, copy_quad->texture_size);
texture_size      580 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size      585 cc/quads/draw_quad_unittest.cc   EXPECT_EQ(texture_size, copy_quad->texture_size);
texture_size      634 cc/quads/draw_quad_unittest.cc   gfx::Size texture_size(85, 32);
texture_size      645 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size      654 cc/quads/draw_quad_unittest.cc   EXPECT_EQ(texture_size, copy_quad->texture_size);
texture_size      662 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size      669 cc/quads/draw_quad_unittest.cc   EXPECT_EQ(texture_size, copy_quad->texture_size);
texture_size      832 cc/quads/draw_quad_unittest.cc   gfx::Size texture_size(85, 32);
texture_size      841 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size      883 cc/quads/draw_quad_unittest.cc   gfx::Size texture_size(85, 32);
texture_size      894 cc/quads/draw_quad_unittest.cc                     texture_size,
texture_size       28 cc/quads/picture_draw_quad.cc                              const gfx::Size& texture_size,
texture_size       40 cc/quads/picture_draw_quad.cc       texture_size,
texture_size       54 cc/quads/picture_draw_quad.cc                              const gfx::Size& texture_size,
texture_size       66 cc/quads/picture_draw_quad.cc                               texture_size,
texture_size       30 cc/quads/picture_draw_quad.h               const gfx::Size& texture_size,
texture_size       42 cc/quads/picture_draw_quad.h               const gfx::Size& texture_size,
texture_size       30 cc/quads/tile_draw_quad.cc                           const gfx::Size& texture_size,
texture_size       38 cc/quads/tile_draw_quad.cc                               texture_size,
texture_size       50 cc/quads/tile_draw_quad.cc                           const gfx::Size& texture_size,
texture_size       54 cc/quads/tile_draw_quad.cc                               tex_coord_rect, texture_size, swizzle_contents);
texture_size       23 cc/quads/tile_draw_quad.h               const gfx::Size& texture_size,
texture_size       33 cc/quads/tile_draw_quad.h               const gfx::Size& texture_size,
texture_size      174 cc/resources/picture_layer_tiling.h     gfx::Size texture_size() const;
texture_size      200 cc/resources/picture_layer_tiling_set.cc   return tiling_iter_.texture_size();
texture_size       84 cc/resources/picture_layer_tiling_set.h     gfx::Size texture_size() const;
texture_size      117 cc/resources/picture_layer_tiling_unittest.cc       EXPECT_EQ(iter.texture_size(), client_.TileSize());
texture_size      212 content/common/cc_messages.h   IPC_STRUCT_TRAITS_MEMBER(texture_size)
texture_size      193 content/common/cc_messages_unittest.cc     EXPECT_EQ(a->texture_size, b->texture_size);
texture_size      949 ui/compositor/layer.cc     gfx::Size texture_size;
texture_size      953 ui/compositor/layer.cc       texture_size = gfx::ToFlooredSize(
texture_size      958 ui/compositor/layer.cc       texture_size = gfx::ToFlooredSize(
texture_size      961 ui/compositor/layer.cc     size.SetToMin(texture_size);
texture_size      965 ui/compositor/layer.cc         static_cast<float>(size.width())/texture_size.width(),
texture_size      966 ui/compositor/layer.cc         static_cast<float>(size.height())/texture_size.height());