/external/chromium_org/cc/quads/ |
texture_draw_quad.cc | 33 const gfx::PointF& uv_bottom_right, 44 this->uv_bottom_right = uv_bottom_right; 59 const gfx::PointF& uv_bottom_right, 68 this->uv_bottom_right = uv_bottom_right; 94 value->BeginArray("uv_bottom_right"); 95 MathUtil::AddToTracedValue(uv_bottom_right, value);
|
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 | 528 gfx::PointF uv_bottom_right(51.5f, 260.f); 539 uv_bottom_right, 549 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); 557 uv_bottom_right, 565 EXPECT_EQ(uv_bottom_right, copy_quad->uv_bottom_right); [all...] |
/external/chromium_org/cc/layers/ |
painted_scrollbar_layer_impl.cc | 78 gfx::PointF uv_bottom_right(1.f, 1.f); 112 uv_bottom_right, 133 uv_bottom_right,
|
nine_patch_layer_impl.cc | 178 gfx::RectF uv_bottom_right = local 280 uv_bottom_right.origin(), 281 uv_bottom_right.bottom_right(),
|
video_layer_impl.cc | 204 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); 216 uv_bottom_right, 253 gfx::PointF uv_bottom_right(tex_width_scale, tex_height_scale); 265 uv_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 | 148 gfx::PointF uv_bottom_right(1.f, 1.f); 160 uv_bottom_right,
|
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/ |
surface_unittest.cc | 107 gfx::PointF uv_bottom_right(-7.f, 16.3f); 119 uv_bottom_right, 132 EXPECT_EQ(PointF::From(uv_bottom_right), mojo_texture_state->uv_bottom_right); 266 gfx::PointF uv_bottom_right(-7.f, 16.3f); 278 uv_bottom_right, 348 EXPECT_EQ(uv_bottom_right, round_trip_texture_quad->uv_bottom_right);
|
/external/chromium_org/cc/output/ |
overlay_strategy_single_on_top.cc | 86 candidate.uv_rect = BoundingRect(quad.uv_top_left, quad.uv_bottom_right);
|
software_renderer.cc | 382 quad->uv_bottom_right),
|
renderer_pixeltest.cc | 151 gfx::PointF(1.0f, 1.0f), // uv_bottom_right [all...] |
gl_renderer.cc | 94 gfx::PointF uv1 = quad->uv_bottom_right; [all...] |
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
bitmap_uploader.cc | 156 texture_state->uv_bottom_right = PointF::From(gfx::PointF(1.f, 1.f));
|
/external/chromium_org/mojo/services/public/interfaces/surfaces/ |
quads.mojom | 62 PointF uv_bottom_right;
|
/external/chromium_org/content/common/ |
cc_messages.h | 208 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
|
cc_messages_unittest.cc | 181 EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right);
|
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/ |
surfaces_type_converters.cc | 137 texture_quad_state->uv_bottom_right.To<gfx::PointF>(), 285 texture_state->uv_bottom_right = 286 PointF::From(texture_quad->uv_bottom_right);
|
/external/chromium_org/ui/compositor/ |
layer.cc | 1008 gfx::PointF uv_bottom_right( 1011 texture_layer_->SetUV(uv_top_left, uv_bottom_right);
|
/external/chromium_org/cc/surfaces/ |
surface_aggregator_unittest.cc | 1100 const gfx::PointF uv_bottom_right; local [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_delegated.cc | 112 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); local 126 uv_bottom_right, [all...] |
layer_tree_host_impl_unittest.cc | [all...] |