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

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 25 class CC_EXPORT LayerTreeHostCommon {
149 std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
154 bool LayerTreeHostCommon::RenderSurfaceContributesToTarget(
169 LayerType* LayerTreeHostCommon::FindLayerInSubtree(LayerType* root_layer,
193 void LayerTreeHostCommon::CallFunctionForSubtree(
213 LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
237 LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
layer_tree_host_common_unittest.cc 103 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
110 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
127 LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
134 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
    [all...]
layer_tree_impl.cc 84 currently_scrolling_layer_ = LayerTreeHostCommon::FindLayerInSubtree(
136 LayerTreeHostCommon::FindLayerInSubtree(
253 LayerTreeHostCommon::CallFunctionForSubtree(
313 LayerTreeHostCommon::CalcDrawPropsImplInputs inputs(
326 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
362 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
layer_tree_host_common.cc 39 TRACE_EVENT0("cc", "LayerTreeHostCommon::SortLayers");
81 gfx::Rect LayerTreeHostCommon::CalculateVisibleRect(
358 "LayerTreeHostCommon::SubtreeShouldRenderToSeparateSurface flattening",
372 "LayerTreeHostCommon::SubtreeShouldRenderToSeparateSurface clipping",
391 "LayerTreeHostCommon::SubtreeShouldRenderToSeparateSurface opacity",
817 LayerTreeHostCommon::get_child_as_raw_ptr(layer->children(), i);
    [all...]
layer_tree_host.cc 317 LayerImpl* hud_impl = LayerTreeHostCommon::FindLayerInSubtree(
745 LayerTreeHostCommon::CalcDrawPropsMainInputs inputs(
758 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
762 LayerTreeHostCommon::CallFunctionForSubtree(
818 LayerTreeHostCommon::CallFunctionForSubtree(
    [all...]
damage_tracker.cc 200 if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>(
layer_tree_host_impl.cc 399 LayerImpl* layer_impl = LayerTreeHostCommon::FindLayerThatIsHitByPoint(
406 if (LayerTreeHostCommon::LayerHasTouchEventHandlersAt(device_viewport_point,
    [all...]
damage_tracker_unittest.cc 31 LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
33 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
    [all...]
occlusion_tracker_unittest.cc 339 LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
342 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
353 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
356 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
    [all...]
  /external/chromium_org/cc/layers/
contents_scaling_layer_unittest.cc 38 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
41 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
layer_iterator_unittest.cc 144 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
146 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
187 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
189 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
243 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
245 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
solid_color_layer_impl_unittest.cc 113 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
115 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
layer_iterator.h 200 return LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerType>(
layer_position_constraint_unittest.cc 49 LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
55 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
    [all...]
tiled_layer_unittest.cc 125 LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
133 LayerTreeHostCommon::CalculateDrawProperties(&inputs);
    [all...]
  /external/chromium_org/cc/debug/
debug_rect_history.cc 101 if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>(
176 LayerTreeHostCommon::CallFunctionForSubtree<LayerImpl>(
197 LayerTreeHostCommon::CallFunctionForSubtree<LayerImpl>(
216 LayerTreeHostCommon::CallFunctionForSubtree<LayerImpl>(
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds_unittest.cc 135 cc::LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
140 cc::LayerTreeHostCommon::CalculateDrawProperties(&inputs);
154 cc::LayerTreeHostCommon::CalcDrawPropsMainInputsForTesting inputs(
159 cc::LayerTreeHostCommon::CalculateDrawProperties(&inputs);

Completed in 291 milliseconds