HomeSort by relevance Sort by last modified time
    Searched full:draw_properties (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/cc/layers/
contents_scaling_layer.cc 43 if (draw_properties().contents_scale_x == last_update_contents_scale_x_ &&
44 draw_properties().contents_scale_y == last_update_contents_scale_y_)
47 last_update_contents_scale_x_ = draw_properties().contents_scale_x;
48 last_update_contents_scale_y_ = draw_properties().contents_scale_y;
solid_color_layer_impl_unittest.cc 32 layer->draw_properties().visible_content_rect = visible_content_rect;
36 layer->draw_properties().render_target = layer.get();
56 layer->draw_properties().visible_content_rect = visible_content_rect;
61 layer->draw_properties().render_target = layer.get();
82 layer->draw_properties().visible_content_rect = visible_content_rect;
85 layer->draw_properties().opacity = opacity;
87 layer->draw_properties().render_target = layer.get();
131 layer_impl->draw_properties().opacity = 1;
156 layer_impl->draw_properties().opacity = 1;
tiled_layer_unittest.cc 228 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
320 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
341 layer->draw_properties().visible_content_rect = gfx::Rect(200, 200, 100, 100);
409 layer->draw_properties().visible_content_rect = previous_visible_rect;
415 layer->draw_properties().visible_content_rect = visible_rect;
428 layer->draw_properties().visible_content_rect = next_visible_rect;
478 layer1->draw_properties().visible_content_rect = layer1_rect;
479 layer2->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
525 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
550 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 200)
    [all...]
tiled_layer_impl_unittest.cc 36 layer->draw_properties().visible_content_rect =
38 layer->draw_properties().opacity = 1;
42 layer->draw_properties().render_target = layer.get();
78 layer->draw_properties().visible_content_rect = visible_content_rect;
115 layer->draw_properties().visible_content_rect = gfx::Rect();
127 layer->draw_properties().visible_content_rect = outside_bounds;
ui_resource_layer_impl_unittest.cc 31 layer->draw_properties().visible_content_rect = visible_content_rect;
35 layer->draw_properties().render_target = layer.get();
scrollbar_layer_unittest.cc 296 scrollbar_layer_impl->draw_properties().contents_scale_x = 2.f;
297 scrollbar_layer_impl->draw_properties().contents_scale_y = 2.f;
308 scrollbar_layer_impl->draw_properties().contents_scale_x = 1.f;
309 scrollbar_layer_impl->draw_properties().contents_scale_y = 1.f;
604 scrollbar_layer->draw_properties().content_bounds = gfx::Size(100, 200);
605 scrollbar_layer->draw_properties().visible_content_rect =
608 scrollbar_layer->draw_properties().render_target = scrollbar_layer.get();
685 scrollbar_layer->draw_properties().content_bounds =
687 scrollbar_layer->draw_properties().contents_scale_x = test_scale;
688 scrollbar_layer->draw_properties().contents_scale_y = test_scale
    [all...]
nine_patch_layer_impl_unittest.cc 50 layer->draw_properties().visible_content_rect = visible_content_rect;
54 layer->draw_properties().render_target = layer.get();
render_surface_unittest.cc 91 owning_layer->draw_properties().render_target = owning_layer.get();
154 owning_layer->draw_properties().render_target = owning_layer.get();
picture_image_layer_impl_unittest.cc 149 active_layer->draw_properties().visible_content_rect =
layer.h 22 #include "cc/layers/draw_properties.h"
217 DrawProperties<Layer>& draw_properties() { return draw_properties_; } function in class:cc::Layer
218 const DrawProperties<Layer>& draw_properties() const { function in class:cc::Layer
layer_impl.h 22 #include "cc/layers/draw_properties.h"
296 DrawProperties<LayerImpl>& draw_properties() { function in class:cc::LayerImpl
299 const DrawProperties<LayerImpl>& draw_properties() const { function in class:cc::LayerImpl
picture_layer_impl.cc 750 draw_properties().screen_space_transform !=
751 twin_layer_->draw_properties().screen_space_transform) {
    [all...]
picture_layer_impl_unittest.cc     [all...]
texture_layer_unittest.cc 226 layer->draw_properties().visible_content_rect = layer_rect;
    [all...]
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 108 draw_properties().render_target = 0;
121 &draw_properties().contents_scale_x,
122 &draw_properties().contents_scale_y,
123 &draw_properties().content_bounds);
153 draw_properties().content_bounds = forced_content_bounds_;
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 228 layer1->draw_properties().target_space_transform = BehindMatrix;
233 layer2->draw_properties().target_space_transform = BehindMatrix;
238 layer3->draw_properties().target_space_transform = FrontMatrix;
243 layer4->draw_properties().target_space_transform = FrontMatrix;
248 layer5->draw_properties().target_space_transform = BehindMatrix;
300 layer1->draw_properties().target_space_transform = BehindMatrix;
305 layer2->draw_properties().target_space_transform = FrontMatrix;
layer_tree_host_common.cc 488 if (layer->draw_properties().layer_or_descendant_has_copy_request)
512 if (layer->draw_properties().layer_or_descendant_has_copy_request)
576 layer->draw_properties().num_descendants_that_draw_content;
    [all...]
quad_culler_unittest.cc 68 layer->draw_properties().target_space_transform = draw_transform;
69 layer->draw_properties().screen_space_transform = draw_transform;
70 layer->draw_properties().visible_content_rect = layer_rect;
71 layer->draw_properties().opacity = opacity;
95 layer->draw_properties().render_target = parent->render_target();
101 layer->draw_properties().drawable_content_rect = rect_in_target;
    [all...]
layer_tree_host_common_unittest.cc     [all...]
layer_tree_host.cc 780 if (layer->draw_properties().can_use_lcd_text) {
    [all...]
layer_tree_host_impl_unittest.cc 169 root->draw_properties().visible_content_rect = gfx::Rect(0, 0, 10, 10);
    [all...]
  /external/chromium_org/cc/
cc.gyp 145 'layers/draw_properties.h',

Completed in 1991 milliseconds