Searched refs:uv_top_left_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/cc/layers/ |
D | ui_resource_layer_impl.cc | 20 uv_top_left_(0.f, 0.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() 69 uv_top_left_ = top_left; in SetUV() 139 uv_top_left_, in AppendQuads() 162 result->Set("UVTopLeft", MathUtil::AsValue(uv_top_left_).release()); in LayerTreeAsJson()
|
D | ui_resource_layer.cc | 60 uv_top_left_(0.f, 0.f), in UIResourceLayer() 77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV() 79 uv_top_left_ = top_left; in SetUV() 162 layer_impl->SetUV(uv_top_left_, uv_bottom_right_); in PushPropertiesTo()
|
D | texture_layer_impl.cc | 26 uv_top_left_(0.f, 0.f), in TextureLayerImpl() 60 texture_layer->SetUVTopLeft(uv_top_left_); in PushPropertiesTo() 178 uv_top_left_, in AppendQuads() 218 uv_top_left_ = top_left; in SetUVTopLeft()
|
D | texture_layer.cc | 30 uv_top_left_(0.f, 0.f), in TextureLayer() 70 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) in SetUV() 72 uv_top_left_ = top_left; in SetUV() 241 texture_layer->SetUVTopLeft(uv_top_left_); in PushPropertiesTo()
|
D | ui_resource_layer.h | 57 gfx::PointF uv_top_left_; variable
|
D | ui_resource_layer_impl.h | 62 gfx::PointF uv_top_left_; variable
|
D | texture_layer_impl.h | 66 gfx::PointF uv_top_left_; variable
|
D | texture_layer.h | 160 gfx::PointF uv_top_left_; variable
|