OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUV
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/layers/
ui_resource_layer.h
35
void
SetUV
(gfx::PointF top_left, gfx::PointF bottom_right);
ui_resource_layer_impl.h
36
void
SetUV
(gfx::PointF top_left, gfx::PointF bottom_right);
ui_resource_layer.cc
75
void UIResourceLayer::
SetUV
(gfx::PointF top_left, gfx::PointF bottom_right) {
160
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
(gfx::PointF top_left,
texture_layer.h
102
void
SetUV
(gfx::PointF top_left, gfx::PointF bottom_right);
texture_layer.cc
72
void TextureLayer::
SetUV
(gfx::PointF top_left, gfx::PointF bottom_right) {
texture_layer_unittest.cc
207
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetUV
(
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc
[
all
...]
/external/chromium_org/ui/compositor/
layer.cc
955
texture_layer_->
SetUV
(uv_top_left, uv_bottom_right);
Completed in 2966 milliseconds