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