Home
last modified time | relevance | path

Searched refs:uv_bottom_right_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/layers/
Dui_resource_layer_impl.cc21 uv_bottom_right_(1.f, 1.f) { in UIResourceLayerImpl()
41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_); in PushPropertiesTo()
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV()
70 uv_bottom_right_ = bottom_right; in SetUV()
128 uv_bottom_right_, in AppendQuads()
152 result->Set("UVBottomRight", MathUtil::AsValue(uv_bottom_right_).release()); in LayerTreeAsJson()
Dui_resource_layer.cc61 uv_bottom_right_(1.f, 1.f) { in UIResourceLayer()
76 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV()
79 uv_bottom_right_ = bottom_right; in SetUV()
160 layer_impl->SetUV(uv_top_left_, uv_bottom_right_); in PushPropertiesTo()
Dtexture_layer.cc34 uv_bottom_right_(1.f, 1.f), in TextureLayer()
73 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV()
76 uv_bottom_right_ = bottom_right; in SetUV()
256 texture_layer->set_uv_bottom_right(uv_bottom_right_); in PushPropertiesTo()
Dtexture_layer_impl.h50 uv_bottom_right_ = bottom_right; in set_uv_bottom_right()
78 gfx::PointF uv_bottom_right_; variable
Dtexture_layer_impl.cc30 uv_bottom_right_(1.f, 1.f), in TextureLayerImpl()
66 texture_layer->set_uv_bottom_right(uv_bottom_right_); in PushPropertiesTo()
183 uv_bottom_right_, in AppendQuads()
Dui_resource_layer.h58 gfx::PointF uv_bottom_right_; variable
Dui_resource_layer_impl.h62 gfx::PointF uv_bottom_right_; variable
Dtexture_layer.h159 gfx::PointF uv_bottom_right_; variable