/external/chromium_org/cc/quads/ |
texture_draw_quad.h | 25 gfx::PointF uv_bottom_right, 38 gfx::PointF uv_bottom_right, 46 gfx::PointF uv_bottom_right; member in class:cc::TextureDrawQuad
|
texture_draw_quad.cc | 33 gfx::PointF uv_bottom_right, 45 this->uv_bottom_right = uv_bottom_right; 59 gfx::PointF uv_bottom_right, 68 this->uv_bottom_right = uv_bottom_right; 91 value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release());
|
draw_quad_unittest.cc | 474 gfx::PointF uv_bottom_right(51.5f, 260.f); 484 uv_bottom_right, 493 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); 501 uv_bottom_right, 509 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); 736 gfx::PointF uv_bottom_right(51.5f, 260.f); 746 uv_bottom_right,
|
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer_impl.cc | 77 gfx::PointF uv_bottom_right(1.f, 1.f); 102 uv_bottom_right, 120 uv_bottom_right,
|
video_layer_impl.cc | 155 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); 165 uv_bottom_right, 196 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); 206 uv_bottom_right,
|
nine_patch_layer_impl.cc | 185 gfx::RectF uv_bottom_right = local 268 uv_bottom_right.origin(), 269 uv_bottom_right.bottom_right(),
|
nine_patch_layer_impl_unittest.cc | 100 gfx::BoundingRect(tex_quad->uv_top_left, tex_quad->uv_bottom_right);
|
heads_up_display_layer_impl.cc | 120 gfx::PointF uv_bottom_right(1.f, 1.f); 130 uv_bottom_right,
|
/external/chromium_org/content/common/ |
cc_messages.h | 183 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
|
cc_messages_unittest.cc | 166 EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right);
|
/external/chromium_org/ui/compositor/ |
layer.cc | 952 gfx::PointF uv_bottom_right( 955 texture_layer_->SetUV(uv_top_left, uv_bottom_right);
|
/external/chromium_org/cc/output/ |
software_renderer.cc | 372 quad->uv_bottom_right),
|
gl_renderer.cc | 95 gfx::PointF uv1 = quad->uv_bottom_right; [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_delegated.cc | 110 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); local 122 uv_bottom_right, [all...] |
layer_tree_host_impl_unittest.cc | [all...] |