Home
last modified time | relevance | path

Searched refs:SetUV (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/cc/layers/
Dui_resource_layer.cc75 void UIResourceLayer::SetUV(const gfx::PointF& top_left, in SetUV() function in cc::UIResourceLayer
161 layer_impl->SetUV(uv_top_left_, uv_bottom_right_); in PushPropertiesTo()
Dui_resource_layer_impl.cc41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_); in PushPropertiesTo()
65 void UIResourceLayerImpl::SetUV(const gfx::PointF& top_left, in SetUV() function in cc::UIResourceLayerImpl
Dui_resource_layer.h35 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
Dui_resource_layer_impl.h36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
Dtexture_layer.h102 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
Dtexture_layer.cc65 void TextureLayer::SetUV(const gfx::PointF& top_left, in SetUV() function in cc::TextureLayer
Dtexture_layer_unittest.cc183 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetUV( in TEST_F()
/external/chromium_org/content/renderer/pepper/
Dpepper_compositor_host.cc265 texture_layer->SetUV(rect.origin(), rect.bottom_right()); in UpdateLayer()
Dpepper_plugin_instance_impl.cc1577 texture_layer_->SetUV( in UpdateLayerTransform()
/external/chromium_org/ui/compositor/
Dlayer.cc958 texture_layer_->SetUV(uv_top_left, uv_bottom_right); in RecomputeDrawsContentAndUVRect()