/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; 128 uv_bottom_right_, 152 result->Set("UVBottomRight", MathUtil::AsValue(uv_bottom_right_).release());
|
ui_resource_layer.cc | 61 uv_bottom_right_(1.f, 1.f) { 76 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) 79 uv_bottom_right_ = bottom_right; 160 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
|
texture_layer_impl.h | 50 uv_bottom_right_ = bottom_right; 78 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayerImpl
|
ui_resource_layer.h | 58 gfx::PointF uv_bottom_right_; member in class:cc::UIResourceLayer
|
ui_resource_layer_impl.h | 62 gfx::PointF uv_bottom_right_; member in class:cc::UIResourceLayerImpl
|
texture_layer.cc | 34 uv_bottom_right_(1.f, 1.f), 73 if (uv_top_left_ == top_left && uv_bottom_right_ == bottom_right) 76 uv_bottom_right_ = bottom_right; 256 texture_layer->set_uv_bottom_right(uv_bottom_right_);
|
texture_layer_impl.cc | 30 uv_bottom_right_(1.f, 1.f), 66 texture_layer->set_uv_bottom_right(uv_bottom_right_); 183 uv_bottom_right_,
|
texture_layer.h | 159 gfx::PointF uv_bottom_right_; member in class:cc::TextureLayer
|