Home
last modified time | relevance | path

Searched refs:uv_bottom_right (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/cc/quads/
Dtexture_draw_quad.cc36 const gfx::PointF& uv_bottom_right, in SetNew() argument
47 this->uv_bottom_right = uv_bottom_right; in SetNew()
62 const gfx::PointF& uv_bottom_right, in SetAll() argument
71 this->uv_bottom_right = uv_bottom_right; in SetAll()
94 value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release()); in ExtendValue()
Dtexture_draw_quad.h26 const gfx::PointF& uv_bottom_right,
39 const gfx::PointF& uv_bottom_right,
47 gfx::PointF uv_bottom_right; variable
Ddraw_quad_unittest.cc517 gfx::PointF uv_bottom_right(51.5f, 260.f); in TEST() local
528 uv_bottom_right, in TEST()
538 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); in TEST()
546 uv_bottom_right, in TEST()
554 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); in TEST()
818 gfx::PointF uv_bottom_right(51.5f, 260.f); in TEST_F() local
829 uv_bottom_right, in TEST_F()
/external/chromium_org/cc/layers/
Dpainted_scrollbar_layer_impl.cc77 gfx::PointF uv_bottom_right(1.f, 1.f); in AppendQuads() local
107 uv_bottom_right, in AppendQuads()
128 uv_bottom_right, in AppendQuads()
Dvideo_layer_impl.cc166 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); in AppendQuads() local
177 uv_bottom_right, in AppendQuads()
215 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); in AppendQuads() local
226 uv_bottom_right, in AppendQuads()
Dnine_patch_layer_impl.cc175 gfx::RectF uv_bottom_right = in AppendQuads() local
278 uv_bottom_right.origin(), in AppendQuads()
279 uv_bottom_right.bottom_right(), in AppendQuads()
Dnine_patch_layer_impl_unittest.cc99 gfx::BoundingRect(tex_quad->uv_top_left, tex_quad->uv_bottom_right); in NinePatchLayerLayoutTest()
Dheads_up_display_layer_impl.cc121 gfx::PointF uv_bottom_right(1.f, 1.f); in AppendQuads() local
132 uv_bottom_right, in AppendQuads()
/external/chromium_org/cc/output/
Doverlay_strategy_single_on_top.cc62 candidate.uv_rect = BoundingRect(quad.uv_top_left, quad.uv_bottom_right); in Attempt()
Dsoftware_renderer.cc427 quad->uv_bottom_right), in DrawTextureQuad()
Dgl_renderer.cc141 gfx::PointF uv1 = quad->uv_bottom_right; in UVTransform()
/external/chromium_org/mojo/services/public/interfaces/surfaces/
Dquads.mojom35 mojo.PointF uv_bottom_right;
/external/chromium_org/content/common/
Dcc_messages.h206 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
Dcc_messages_unittest.cc182 EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right); in Compare()
/external/chromium_org/ui/compositor/
Dlayer.cc955 gfx::PointF uv_bottom_right( in RecomputeDrawsContentAndUVRect()
958 texture_layer_->SetUV(uv_top_left, uv_bottom_right); in RecomputeDrawsContentAndUVRect()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_delegated.cc112 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); in CreateInvalidFrameData() local
125 uv_bottom_right, in CreateInvalidFrameData()
Dlayer_tree_host_impl_unittest.cc3947 EXPECT_EQ(quad->uv_bottom_right.x(), in ValidateTextureDrawQuads()
3949 EXPECT_EQ(quad->uv_bottom_right.y(), in ValidateTextureDrawQuads()