Searched defs:uv_top_left (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/quads/
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 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
/external/chromium_org/cc/layers/
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(),
/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,
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc1099 const gfx::PointF uv_top_left; local
1111 uv_top_left,

Completed in 231 milliseconds