HomeSort by relevance Sort by last modified time
    Searched refs:uv_top_left_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 20 uv_top_left_(0.f, 0.f),
41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
69 uv_top_left_ = top_left;
133 uv_top_left_,
157 result->Set("UVTopLeft", MathUtil::AsValue(uv_top_left_).release());
ui_resource_layer.cc 60 uv_top_left_(0.f, 0.f),
77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
79 uv_top_left_ = top_left;
161 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
ui_resource_layer.h 57 gfx::PointF uv_top_left_; member in class:cc::UIResourceLayer
texture_layer.cc 28 uv_top_left_(0.f, 0.f),
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
69 uv_top_left_ = top_left;
237 texture_layer->SetUVTopLeft(uv_top_left_);
texture_layer_impl.cc 26 uv_top_left_(0.f, 0.f),
60 texture_layer->SetUVTopLeft(uv_top_left_);
172 uv_top_left_,
213 uv_top_left_ = top_left;
texture_layer_impl.h 64 gfx::PointF uv_top_left_; member in class:cc::TextureLayerImpl
ui_resource_layer_impl.h 61 gfx::PointF uv_top_left_; member in class:cc::UIResourceLayerImpl
texture_layer.h 157 gfx::PointF uv_top_left_; member in class:cc::TextureLayer

Completed in 238 milliseconds