Home
last modified time | relevance | path

Searched refs:LayerType (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_common.h31 template <typename LayerType, typename RenderSurfaceLayerListType>
34 CalcDrawPropsInputs(LayerType* root_layer, in CalcDrawPropsInputs()
39 const LayerType* page_scale_application_layer, in CalcDrawPropsInputs()
57 LayerType* root_layer;
62 const LayerType* page_scale_application_layer;
70 template <typename LayerType, typename RenderSurfaceLayerListType>
72 : public CalcDrawPropsInputs<LayerType, RenderSurfaceLayerListType> {
74 LayerType* root_layer,
79 LayerType* root_layer,
110 template <typename LayerType>
[all …]
Dlayer_tree_host_common.cc43 template <typename LayerType>
44 static gfx::Vector2dF GetEffectiveScrollDelta(LayerType* layer) { in GetEffectiveScrollDelta()
55 template <typename LayerType>
56 static gfx::Vector2dF GetEffectiveTotalScrollOffset(LayerType* layer) { in GetEffectiveTotalScrollOffset()
116 template <typename LayerType>
117 static LayerType* NextTargetSurface(LayerType* layer) { in NextTargetSurface()
126 template <typename LayerType>
128 const LayerType& ancestor_layer, in ComputeChangeOfBasisTranslation()
129 const LayerType& descendant_layer) { in ComputeChangeOfBasisTranslation()
131 const LayerType* descendant_target = descendant_layer.render_target(); in ComputeChangeOfBasisTranslation()
[all …]
Docclusion_tracker.cc20 template <typename LayerType, typename RenderSurfaceType>
21 OcclusionTrackerBase<LayerType, RenderSurfaceType>::OcclusionTrackerBase( in OcclusionTrackerBase()
28 template <typename LayerType, typename RenderSurfaceType>
29 OcclusionTrackerBase<LayerType, RenderSurfaceType>::~OcclusionTrackerBase() {} in ~OcclusionTrackerBase()
31 template <typename LayerType, typename RenderSurfaceType>
32 void OcclusionTrackerBase<LayerType, RenderSurfaceType>::EnterLayer( in EnterLayer()
33 const LayerIteratorPosition<LayerType>& layer_iterator) { in EnterLayer()
34 LayerType* render_target = layer_iterator.target_render_surface_layer; in EnterLayer()
42 template <typename LayerType, typename RenderSurfaceType>
43 void OcclusionTrackerBase<LayerType, RenderSurfaceType>::LeaveLayer( in LeaveLayer()
[all …]
Docclusion_tracker.h32 template <typename LayerType, typename RenderSurfaceType>
41 void EnterLayer(const LayerIteratorPosition<LayerType>& layer_iterator);
44 void LeaveLayer(const LayerIteratorPosition<LayerType>& layer_iterator);
50 bool Occluded(const LayerType* render_target,
60 const LayerType* render_target,
69 const LayerType* layer,
102 explicit StackObject(const LayerType* target) : target(target) {} in StackObject()
103 const LayerType* target;
128 void EnterRenderTarget(const LayerType* new_target);
133 void FinishedRenderTarget(const LayerType* finished_target);
[all …]
Docclusion_tracker_unittest.cc83 template <typename LayerType, typename RenderSurfaceType>
85 : public TestOcclusionTrackerBase<LayerType, RenderSurfaceType> {
89 : TestOcclusionTrackerBase<LayerType, RenderSurfaceType>( in TestOcclusionTrackerWithClip()
93 : TestOcclusionTrackerBase<LayerType, RenderSurfaceType>(viewport_rect, in TestOcclusionTrackerWithClip()
96 bool OccludedLayer(const LayerType* layer, in OccludedLayer()
107 gfx::Rect UnoccludedLayerContentRect(const LayerType* layer, in UnoccludedLayerContentRect()
119 typedef Layer LayerType; typedef
152 typedef LayerImpl LayerType; typedef
177 return layer->PassAs<LayerType>(); in PassLayerPtr()
218 typename Types::LayerType* CreateLayer(typename Types::LayerType* parent, in CreateLayer()
[all …]
Dtree_synchronizer.cc41 template <typename LayerType>
43 LayerType* layer_root, in SynchronizeTreesInternal()
78 template <typename LayerType>
81 LayerType* layer, in ReuseOrCreateLayerImpl()
92 template <typename LayerType>
96 LayerType* layer, in SynchronizeTreesRecursiveInternal()
141 template <typename LayerType, typename ScrollbarLayerType>
144 LayerType* layer) { in UpdateScrollbarLayerPointersRecursiveInternal()
150 LayerType, ScrollbarLayerType>(new_layers, layer->child_at(i)); in UpdateScrollbarLayerPointersRecursiveInternal()
201 template <typename LayerType>
[all …]
Dtree_synchronizer.h44 template <typename LayerType>
46 LayerType* layer,
Dquad_culler.h15 template <typename LayerType, typename SurfaceType> class OcclusionTrackerBase;
Dlayer_tree_host_common_unittest.cc40 template <typename LayerType>
42 LayerType* layer, in SetLayerPropertiesForTestingInternal()
140 template <class LayerType>
141 void ExecuteCalculateDrawProperties(LayerType* root_layer) { in ExecuteCalculateDrawProperties()
142 LayerType* page_scale_application_layer = NULL; in ExecuteCalculateDrawProperties()
147 template <class LayerType>
148 void ExecuteCalculateDrawProperties(LayerType* root_layer, in ExecuteCalculateDrawProperties()
150 LayerType* page_scale_application_layer = NULL; in ExecuteCalculateDrawProperties()
158 template <class LayerType>
159 void ExecuteCalculateDrawProperties(LayerType* root_layer, in ExecuteCalculateDrawProperties()
[all …]
/external/chromium_org/cc/layers/
Dlayer_iterator.h98 template <typename LayerType> struct LayerIteratorPosition {
102 LayerType* target_render_surface_layer;
103 LayerType* current_layer;
108 template <typename LayerType,
113 typedef LayerIterator<LayerType,
141 LayerType* operator->() const { return current_layer(); }
142 LayerType* operator*() const { return current_layer(); }
156 LayerType* target_render_surface_layer() const { in target_render_surface_layer()
160 operator const LayerIteratorPosition<LayerType>() const {
161 LayerIteratorPosition<LayerType> position;
[all …]
Dlayer_iterator.cc16 template <typename LayerType,
21 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Begin() argument
27 template <typename LayerType,
32 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in End() argument
38 template <typename LayerType,
43 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in Next() argument
74 template <typename LayerType,
79 LayerIterator<LayerType, LayerList, RenderSurfaceType, ActionType>* it) { in GoToHighestInSubtree() argument
91 for (LayerType* layer = it->current_layer(); in GoToHighestInSubtree()
Ddraw_properties.h16 template <typename LayerType>
69 LayerType* render_target;
72 scoped_ptr<typename LayerType::RenderSurfaceType> render_surface;
/external/chromium_org/cc/test/
Docclusion_tracker_test_common.h15 template <typename LayerType, typename RenderSurfaceType>
17 : public OcclusionTrackerBase<LayerType, RenderSurfaceType> {
21 : OcclusionTrackerBase<LayerType, RenderSurfaceType>( in TestOcclusionTrackerBase()
26 return OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in occlusion_from_inside_target()
30 return OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in occlusion_from_outside_target()
35 OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in set_occlusion_from_outside_target()
39 OcclusionTrackerBase<LayerType, RenderSurfaceType>::stack_.back(). in set_occlusion_from_inside_target()
/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java69 private final LayerType layered;
98 TunnelType tunnelled, LayerType layered) { in HttpRoute()
112 layered = LayerType.PLAIN; in HttpRoute()
137 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute()
160 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute()
176 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
186 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
207 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute()
315 public final LayerType getLayerType() { in getLayerType()
322 return (this.layered == LayerType.LAYERED); in isLayered()
[all …]
DRouteTracker.java74 private LayerType layered;
95 this.layered = LayerType.PLAIN; in RouteTracker()
208 this.layered = LayerType.LAYERED; in layerProtocol()
286 public final LayerType getLayerType() { in getLayerType()
293 return (this.layered == LayerType.LAYERED); in isLayered()
414 if (this.layered == LayerType.LAYERED) in toString()
DRouteInfo.java75 public enum LayerType { PLAIN, LAYERED } enum
168 LayerType getLayerType() in getLayerType()
/external/chromium_org/ui/compositor/
Dlayer_type.h10 enum LayerType { enum
Dlayer.h70 explicit Layer(LayerType type);
112 LayerType type() const { return type_; } in type()
416 const LayerType type_;
Dlayer_unittest.cc106 Layer* CreateLayer(LayerType type) { in CreateLayer()
369 virtual Layer* CreateLayer(LayerType type) { in CreateLayer()
566 virtual Layer* CreateLayer(LayerType type) OVERRIDE { in CreateLayer()
Dlayer.cc70 Layer::Layer(LayerType type) in Layer()
/external/chromium_org/ui/v2/public/
Dview.h84 void CreateLayer(ui::LayerType layer_type);
/external/chromium_org/ui/v2/src/
Dview.cc284 void View::CreateLayer(ui::LayerType layer_type) { in CreateLayer()
/external/chromium_org/ui/aura/
Dwindow.h83 void Init(ui::LayerType layer_type);
Dwindow.cc44 WindowLayerType UILayerTypeToWindowLayerType(ui::LayerType layer_type) { in UILayerTypeToWindowLayerType()
57 ui::LayerType WindowLayerTypeToUILayerType(WindowLayerType window_layer_type) { in WindowLayerTypeToUILayerType()
297 void Window::Init(ui::LayerType layer_type) { in Init()
/external/chromium_org/ui/views/widget/
Dwidget.h223 ui::LayerType layer_type;