Searched refs:SetUV (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/cc/layers/ |
D | ui_resource_layer.cc | 75 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()
|
D | ui_resource_layer_impl.cc | 41 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
|
D | ui_resource_layer.h | 35 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
|
D | ui_resource_layer_impl.h | 36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
|
D | texture_layer.h | 102 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
|
D | texture_layer.cc | 65 void TextureLayer::SetUV(const gfx::PointF& top_left, in SetUV() function in cc::TextureLayer
|
D | texture_layer_unittest.cc | 183 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetUV( in TEST_F()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_compositor_host.cc | 265 texture_layer->SetUV(rect.origin(), rect.bottom_right()); in UpdateLayer()
|
D | pepper_plugin_instance_impl.cc | 1577 texture_layer_->SetUV( in UpdateLayerTransform()
|
/external/chromium_org/ui/compositor/ |
D | layer.cc | 958 texture_layer_->SetUV(uv_top_left, uv_bottom_right); in RecomputeDrawsContentAndUVRect()
|