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

  /external/chromium_org/cc/layers/
ui_resource_layer_impl.cc 21 uv_bottom_right_(1.f, 1.f) {
41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
70 uv_bottom_right_ = bottom_right;
134 uv_bottom_right_,
158 result->Set("UVBottomRight", MathUtil::AsValue(uv_bottom_right_).release());
ui_resource_layer.cc 61 uv_bottom_right_(1.f, 1.f) {
77 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
80 uv_bottom_right_ = bottom_right;
161 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
ui_resource_layer.h 58 gfx::PointF uv_bottom_right_; member in class:cc::UIResourceLayer
texture_layer.cc 29 uv_bottom_right_(1.f, 1.f),
67 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
70 uv_bottom_right_ = bottom_right;
238 texture_layer->SetUVBottomRight(uv_bottom_right_);
texture_layer_impl.cc 27 uv_bottom_right_(1.f, 1.f),
61 texture_layer->SetUVBottomRight(uv_bottom_right_);
173 uv_bottom_right_,
218 uv_bottom_right_ = bottom_right;
texture_layer_impl.h 65 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayerImpl
ui_resource_layer_impl.h 62 gfx::PointF uv_bottom_right_; member in class:cc::UIResourceLayerImpl
texture_layer.h 158 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayer

Completed in 58 milliseconds