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

/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.h25 gfx::PointF uv_bottom_right,
38 gfx::PointF uv_bottom_right,
46 gfx::PointF uv_bottom_right; member in class:cc::TextureDrawQuad
H A Dtexture_draw_quad.cc33 gfx::PointF uv_bottom_right,
45 this->uv_bottom_right = uv_bottom_right;
59 gfx::PointF uv_bottom_right,
68 this->uv_bottom_right = uv_bottom_right;
91 value->Set("uv_bottom_right", MathUtil::AsValue(uv_bottom_right).release());
29 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, unsigned resource_id, bool premultiplied_alpha, gfx::PointF uv_top_left, gfx::PointF uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
54 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, unsigned resource_id, bool premultiplied_alpha, gfx::PointF uv_top_left, 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.cc185 gfx::RectF uv_bottom_right = local
268 uv_bottom_right.origin(),
269 uv_bottom_right.bottom_right(),
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc110 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); local
122 uv_bottom_right,

Completed in 724 milliseconds