Searched refs:uv_bottom_right (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.cc33 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);
26 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
53 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
H A Dtexture_draw_quad.h26 const gfx::PointF& uv_bottom_right,
39 const gfx::PointF& uv_bottom_right,
47 gfx::PointF uv_bottom_right; member in class:cc::TextureDrawQuad
H A Ddraw_quad_unittest.cc528 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);
827 gfx::PointF uv_bottom_right(51.5f, 260.f);
838 uv_bottom_right,
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer_impl.cc78 gfx::PointF uv_bottom_right(1.f, 1.f);
112 uv_bottom_right,
133 uv_bottom_right,
H A Dvideo_layer_impl.cc204 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,
H A Dnine_patch_layer_impl.cc178 gfx::RectF uv_bottom_right = local
280 uv_bottom_right.origin(),
281 uv_bottom_right.bottom_right(),
H A Dnine_patch_layer_impl_unittest.cc99 gfx::BoundingRect(tex_quad->uv_top_left, tex_quad->uv_bottom_right);
H A Dheads_up_display_layer_impl.cc148 gfx::PointF uv_bottom_right(1.f, 1.f);
160 uv_bottom_right,
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc107 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/
H A Doverlay_strategy_single_on_top.cc86 candidate.uv_rect = BoundingRect(quad.uv_top_left, quad.uv_bottom_right);
H A Dsoftware_renderer.cc382 quad->uv_bottom_right),
H A Dgl_renderer.cc94 gfx::PointF uv1 = quad->uv_bottom_right;
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc156 texture_state->uv_bottom_right = PointF::From(gfx::PointF(1.f, 1.f));
/external/chromium_org/content/common/
H A Dcc_messages.h208 IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
H A Dcc_messages_unittest.cc181 EXPECT_EQ(a->uv_bottom_right, b->uv_bottom_right);
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_type_converters.cc137 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/
H A Dlayer.cc1008 gfx::PointF uv_bottom_right(
1011 texture_layer_->SetUV(uv_top_left, uv_bottom_right);
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc1100 const gfx::PointF uv_bottom_right; local
1112 uv_bottom_right,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc112 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); local
126 uv_bottom_right,
H A Dlayer_tree_host_impl_unittest.cc4208 EXPECT_EQ(quad->uv_bottom_right.x(),
4210 EXPECT_EQ(quad->uv_bottom_right.y(),

Completed in 4189 milliseconds