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

  /external/chromium_org/cc/layers/
ui_resource_layer.h 35 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
ui_resource_layer_impl.h 36 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
ui_resource_layer.cc 75 void UIResourceLayer::SetUV(const gfx::PointF& top_left,
161 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
ui_resource_layer_impl.cc 41 layer_impl->SetUV(uv_top_left_, uv_bottom_right_);
65 void UIResourceLayerImpl::SetUV(const gfx::PointF& top_left,
texture_layer.h 102 void SetUV(const gfx::PointF& top_left, const gfx::PointF& bottom_right);
texture_layer.cc 65 void TextureLayer::SetUV(const gfx::PointF& top_left,
texture_layer_unittest.cc 183 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetUV(
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 265 texture_layer->SetUV(rect.origin(), rect.bottom_right());
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ui/compositor/
layer.cc 958 texture_layer_->SetUV(uv_top_left, uv_bottom_right);

Completed in 77 milliseconds