HomeSort by relevance Sort by last modified time
    Searched refs:uv_bottom_right (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/cc/quads/
texture_draw_quad.cc 36 const gfx::PointF& uv_bottom_right,
47 this->uv_bottom_right = uv_bottom_right;
62 const gfx::PointF& uv_bottom_right,
71 this->uv_bottom_right = uv_bottom_right;
94 value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release());
texture_draw_quad.h 26 const gfx::PointF& uv_bottom_right,
39 const gfx::PointF& uv_bottom_right,
47 gfx::PointF uv_bottom_right; member in class:cc::TextureDrawQuad
draw_quad_unittest.cc 517 gfx::PointF uv_bottom_right(51.5f, 260.f);
528 uv_bottom_right,
538 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right);
546 uv_bottom_right,
554 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right);
818 gfx::PointF uv_bottom_right(51.5f, 260.f);
829 uv_bottom_right,
    [all...]
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc 77 gfx::PointF uv_bottom_right(1.f, 1.f);
107 uv_bottom_right,
128 uv_bottom_right,
video_layer_impl.cc 166 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale);
177 uv_bottom_right,
215 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale);
226 uv_bottom_right,
nine_patch_layer_impl.cc 175 gfx::RectF uv_bottom_right = local
278 uv_bottom_right.origin(),
279 uv_bottom_right.bottom_right(),
nine_patch_layer_impl_unittest.cc 99 gfx::BoundingRect(tex_quad->uv_top_left, tex_quad->uv_bottom_right);
heads_up_display_layer_impl.cc 121 gfx::PointF uv_bottom_right(1.f, 1.f);
132 uv_bottom_right,
  /external/chromium_org/cc/output/
overlay_strategy_single_on_top.cc 62 candidate.uv_rect = BoundingRect(quad.uv_top_left, quad.uv_bottom_right);
software_renderer.cc 427 quad->uv_bottom_right),
gl_renderer.cc 141 gfx::PointF uv1 = quad->uv_bottom_right;
    [all...]
  /external/chromium_org/content/common/
cc_messages.h 206 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
cc_messages_unittest.cc 182 EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right);
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 955 gfx::PointF uv_bottom_right(
958 texture_layer_->SetUV(uv_top_left, uv_bottom_right);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 112 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); local
125 uv_bottom_right,
    [all...]
layer_tree_host_impl_unittest.cc     [all...]

Completed in 422 milliseconds