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

  /external/chromium_org/cc/layers/
texture_layer_impl.h 49 uv_bottom_right_ = bottom_right;
78 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayerImpl
texture_layer.cc 32 uv_bottom_right_(1.f, 1.f),
71 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right)
74 uv_bottom_right_ = bottom_right;
214 texture_layer->set_uv_bottom_right(uv_bottom_right_);
texture_layer_impl.cc 27 uv_bottom_right_(1.f, 1.f),
59 texture_layer->set_uv_bottom_right(uv_bottom_right_);
173 uv_bottom_right_,
texture_layer.h 144 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayer

Completed in 675 milliseconds