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

/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.cc32 const gfx::PointF& uv_top_left,
43 this->uv_top_left = uv_top_left;
58 const gfx::PointF& uv_top_left,
67 this->uv_top_left = uv_top_left;
90 value->BeginArray("uv_top_left");
91 MathUtil::AddToTracedValue(uv_top_left, 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.h25 const gfx::PointF& uv_top_left,
38 const gfx::PointF& uv_top_left,
46 gfx::PointF uv_top_left; member in class:cc::TextureDrawQuad
H A Ddraw_quad_unittest.cc527 gfx::PointF uv_top_left(0.5f, 224.f);
538 uv_top_left,
548 EXPECT_EQ(uv_top_left, copy_quad->uv_top_left);
556 uv_top_left,
564 EXPECT_EQ(uv_top_left, copy_quad->uv_top_left);
826 gfx::PointF uv_top_left(0.5f, 224.f);
837 uv_top_left,
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer_impl.cc77 gfx::PointF uv_top_left(0.f, 0.f);
111 uv_top_left,
132 uv_top_left,
H A Dnine_patch_layer_impl.cc158 gfx::RectF uv_top_left = NormalizedRect(0, local
186 uv_top_left.right(),
192 uv_top_left.bottom(),
205 gfx::RectF uv_center(uv_top_left.right(),
206 uv_top_left.bottom(),
229 uv_top_left.origin(),
230 uv_top_left.bottom_right(),
H A Dvideo_layer_impl.cc203 gfx::PointF uv_top_left(0.f, 0.f);
215 uv_top_left,
252 gfx::PointF uv_top_left(0.f, 0.f);
264 uv_top_left,
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.cc147 gfx::PointF uv_top_left(0.f, 0.f);
159 uv_top_left,
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc106 gfx::PointF uv_top_left(1.7f, 2.1f);
118 uv_top_left,
131 EXPECT_EQ(PointF::From(uv_top_left), mojo_texture_state->uv_top_left);
265 gfx::PointF uv_top_left(1.7f, 2.1f);
277 uv_top_left,
347 EXPECT_EQ(uv_top_left, round_trip_texture_quad->uv_top_left);
/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.cc381 gfx::RectF uv_rect = gfx::ScaleRect(gfx::BoundingRect(quad->uv_top_left,
H A Dgl_renderer.cc93 gfx::PointF uv0 = quad->uv_top_left;
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc155 texture_state->uv_top_left = PointF::From(gfx::PointF(0.f, 0.f));
/external/chromium_org/content/common/
H A Dcc_messages.h207 IPC_STRUCT_TRAITS_MEMBER(uv_top_left)
H A Dcc_messages_unittest.cc180 EXPECT_EQ(a->uv_top_left, b->uv_top_left);
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_type_converters.cc136 texture_quad_state->uv_top_left.To<gfx::PointF>(),
284 texture_state->uv_top_left = PointF::From(texture_quad->uv_top_left);
/external/chromium_org/ui/compositor/
H A Dlayer.cc1007 gfx::PointF uv_top_left(0.f, 0.f);
1011 texture_layer_->SetUV(uv_top_left, uv_bottom_right);
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc1099 const gfx::PointF uv_top_left; local
1111 uv_top_left,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc111 gfx::PointF uv_top_left = gfx::PointF(0.f, 0.f); local
125 uv_top_left,
H A Dlayer_tree_host_impl_unittest.cc4204 EXPECT_EQ(quad->uv_top_left.x(),
4206 EXPECT_EQ(quad->uv_top_left.y(),

Completed in 580 milliseconds