HomeSort by relevance Sort by last modified time
    Searched refs:draw_properties (Results 1 - 20 of 20) 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 217 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
309 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
330 layer->draw_properties().visible_content_rect = gfx::Rect(200, 200, 100, 100);
398 layer->draw_properties().visible_content_rect = previous_visible_rect;
404 layer->draw_properties().visible_content_rect = visible_rect;
417 layer->draw_properties().visible_content_rect = next_visible_rect;
467 layer1->draw_properties().visible_content_rect = layer1_rect;
468 layer2->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
514 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 100);
539 layer->draw_properties().visible_content_rect = gfx::Rect(0, 0, 100, 200)
    [all...]
nine_patch_layer_impl_unittest.cc 47 layer->draw_properties().visible_content_rect = visible_content_rect;
51 layer->draw_properties().render_target = layer.get();
59 layer->draw_properties().target_space_transform = transform;
109 layer->draw_properties().visible_content_rect = visible_content_rect;
113 layer->draw_properties().render_target = layer.get();
scrollbar_layer_unittest.cc 189 scrollbar_layer_impl->draw_properties().contents_scale_x = 2.f;
190 scrollbar_layer_impl->draw_properties().contents_scale_y = 2.f;
201 scrollbar_layer_impl->draw_properties().contents_scale_x = 1.f;
202 scrollbar_layer_impl->draw_properties().contents_scale_y = 1.f;
441 scrollbar_layer->draw_properties().content_bounds = gfx::Size(100, 200);
442 scrollbar_layer->draw_properties().visible_content_rect =
445 scrollbar_layer->draw_properties().render_target = scrollbar_layer.get();
517 scrollbar_layer->draw_properties().content_bounds =
519 scrollbar_layer->draw_properties().contents_scale_x = test_scale;
520 scrollbar_layer->draw_properties().contents_scale_y = test_scale
    [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();
74 layer->draw_properties().visible_content_rect = visible_content_rect;
111 layer->draw_properties().visible_content_rect = gfx::Rect();
123 layer->draw_properties().visible_content_rect = outside_bounds;
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 19 #include "cc/layers/draw_properties.h"
154 DrawProperties<Layer, RenderSurface>& draw_properties() { function in class:cc::Layer
157 const DrawProperties<Layer, RenderSurface>& draw_properties() const { function in class:cc::Layer
layer_impl.h 20 #include "cc/layers/draw_properties.h"
237 DrawProperties<LayerImpl, RenderSurfaceImpl>& draw_properties() { function in class:cc::LayerImpl
240 const DrawProperties<LayerImpl, RenderSurfaceImpl>& draw_properties() const { function in class:cc::LayerImpl
picture_layer_impl.cc 123 draw_properties().can_draw_directly_to_backbuffer &&
    [all...]
picture_layer_impl_unittest.cc     [all...]
texture_layer_unittest.cc 214 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 247 if (layer->draw_properties().layer_or_descendant_has_copy_request)
270 if (layer->draw_properties().layer_or_descendant_has_copy_request)
350 layer->draw_properties().num_descendants_that_draw_content;
369 !layer->draw_properties().descendants_can_clip_selves) {
659 &layer->draw_properties().contents_scale_x,
660 &layer->draw_properties().contents_scale_y,
661 &layer->draw_properties().content_bounds);
670 &mask_layer->draw_properties().contents_scale_x,
671 &mask_layer->draw_properties().contents_scale_y,
672 &mask_layer->draw_properties().content_bounds)
    [all...]
quad_culler_unittest.cc 72 layer->draw_properties().target_space_transform = draw_transform;
73 layer->draw_properties().screen_space_transform = draw_transform;
74 layer->draw_properties().visible_content_rect = layer_rect;
75 layer->draw_properties().opacity = opacity;
99 layer->draw_properties().render_target = parent->render_target();
105 layer->draw_properties().drawable_content_rect = rect_in_target;
    [all...]
layer_tree_host_common_unittest.cc     [all...]
layer_tree_host.cc 714 if (layer->draw_properties().can_use_lcd_text) {
    [all...]
layer_tree_host_impl_unittest.cc 165 root->draw_properties().visible_content_rect = gfx::Rect(0, 0, 10, 10);
    [all...]

Completed in 226 milliseconds