Searched refs:uv_bottom_right_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/cc/layers/ |
D | ui_resource_layer_impl.cc | 21 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()
|
D | ui_resource_layer.cc | 61 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()
|
D | texture_layer.cc | 34 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()
|
D | texture_layer_impl.h | 50 uv_bottom_right_ = bottom_right; in set_uv_bottom_right() 78 gfx::PointF uv_bottom_right_; variable
|
D | texture_layer_impl.cc | 30 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()
|
D | ui_resource_layer.h | 58 gfx::PointF uv_bottom_right_; variable
|
D | ui_resource_layer_impl.h | 62 gfx::PointF uv_bottom_right_; variable
|
D | texture_layer.h | 159 gfx::PointF uv_bottom_right_; variable
|