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

/external/chromium_org/cc/quads/
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 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
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.cc178 gfx::RectF uv_bottom_right = local
280 uv_bottom_right.origin(),
281 uv_bottom_right.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,
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator_unittest.cc1100 const gfx::PointF uv_bottom_right; local
1112 uv_bottom_right,

Completed in 6800 milliseconds