HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 401 - 425 of 860) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/wm/
FocusedStackFrame.java 139 public void setLayer(int layer) {
140 mSurfaceControl.setLayer(layer);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 253 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom() && layer()) {
254 if (int left = layer()->scrollableArea()->scrollXOffset()) {
256 layer()->scrollableArea()->scrollToXOffset(left);
258 if (int top = layer()->scrollableArea()->scrollYOffset()) {
260 layer()->scrollableArea()->scrollToYOffset(top);
465 return layer()->scrollableArea()->scrollWidth();
476 return layer()->scrollableArea()->scrollHeight();
484 return hasOverflowClip() ? layer()->scrollableArea()->scrollXOffset() : 0;
489 return hasOverflowClip() ? layer()->scrollableArea()->scrollYOffset() : 0;
495 layer()->scrollableArea()->scrollToXOffset(newLeft, ScrollOffsetClamped)
4657 RenderLayer* layer = curr->hasLayer() && curr->isBox() ? toRenderBox(curr)->layer() : 0; local
    [all...]
  /external/aac/libFDK/include/
FDK_tools_rom.h 263 * \param layer the layer of the current element.
266 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer);
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.h 39 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
44 // that will be sending quads to the layer. Registers the callback to
painted_scrollbar_layer.h 38 // Layer interface
42 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
render_surface.h 21 class Layer;
25 explicit RenderSurface(Layer* owning_layer);
103 void AddContributingDelegatedRenderPassLayer(Layer* layer) {}
115 Layer* owning_layer_;
texture_layer_impl.h 29 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
painted_scrollbar_layer.cc 109 void PaintedScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
110 ContentsScalingLayer::PushPropertiesTo(layer);
113 static_cast<PaintedScrollbarLayerImpl*>(layer);
140 // When the LTH is set to null or has changed, then this layer should remove
153 // layer_rect here might be in coordinates of the containing layer.
render_surface_impl.cc 94 // - all other property changes come from the owning layer (or some ancestor
95 // layer that propagates its change to the owning layer).
106 LayerImpl* layer) {
107 DCHECK(std::find(layer_list_.begin(), layer_list_.end(), layer) !=
110 static_cast<DelegatedRendererLayerImpl*>(layer);
179 // the reflection layer or correctly handle opacity in reflections (opacity
180 // must be applied after drawing both the layer and its reflection). The
181 // solution is to introduce yet another RenderSurfaceImpl to draw the layer
texture_layer.cc 29 : Layer(),
178 Layer::SetNeedsDisplayRect(dirty_rect);
186 Layer::SetLayerTreeHost(host);
209 Layer::SetLayerTreeHost(host);
213 return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent();
218 bool updated = Layer::Update(queue, occlusion);
245 // different textures. Such callers notify this layer that the texture has
250 void TextureLayer::PushPropertiesTo(LayerImpl* layer) {
251 Layer::PushPropertiesTo(layer);
    [all...]
texture_layer_impl.cc 60 void TextureLayerImpl::PushPropertiesTo(LayerImpl* layer) {
61 LayerImpl::PushPropertiesTo(layer);
63 TextureLayerImpl* texture_layer = static_cast<TextureLayerImpl*>(layer);
  /external/chromium_org/cc/trees/
layer_sorter.h 39 // Holds various useful properties derived from a layer's 3D outline.
57 LayerImpl* layer; member in struct:cc::GraphNode
layer_tree_host_unittest.cc 146 scoped_refptr<Layer> root = Layer::Create();
184 void VerifyBeforeValues(Layer* layer) {
185 EXPECT_EQ(gfx::Size(10, 10).ToString(), layer->bounds().ToString());
186 EXPECT_FALSE(layer->hide_layer_and_subtree());
187 EXPECT_FALSE(layer->DrawsContent());
190 void SetBeforeValues(Layer* layer) {
191 layer->SetBounds(gfx::Size(10, 10))
1144 scoped_refptr<FakePictureLayer> layer = variable
2726 scoped_refptr<Layer> layer = PictureLayer::Create(&client_); variable
2729 layer_tree_host()->root_layer()->AddChild(layer); variable
4054 scoped_refptr<IOSurfaceLayer> layer = IOSurfaceLayer::Create(); variable
4059 layer_tree_host()->root_layer()->AddChild(layer); variable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h 72 blink::WebLayer* layer() const;
  /external/chromium_org/ui/aura/bench/
bench_main.cc 29 #include "ui/compositor/layer.h"
45 using ui::Layer;
51 class ColoredLayer : public Layer, public LayerDelegate {
54 : Layer(ui::LAYER_TEXTURED),
174 // A benchmark that adds a texture layer that is updated every frame.
177 WebGLBench(Layer* parent, Compositor* compositor, int max_frames)
243 Layer* parent_;
244 Layer webgl_;
261 SoftwareScrollBench(ColoredLayer* layer,
265 layer_(layer),
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 15 #include "ui/compositor/layer.h"
36 ui::Compositor* compositor = window->layer()->GetCompositor();
  /external/libppp/src/
acf.c 35 #include "layer.h"
116 struct layer acflayer = { LAYER_ACF, "acf", acf_LayerPush, acf_LayerPull };
proto.c 34 #include "layer.h"
114 struct layer protolayer =
  /external/libvpx/libvpx/vpx/
vp8cx.h 287 unsigned int width; /**< width of current spatial layer */
288 unsigned int height; /**< height of current spatial layer */
289 int layer; /**< current layer number - 0 = base */ member in struct:vpx_svc_parameters
291 int max_quantizer; /**< max quantizer for current layer */
292 int min_quantizer; /**< min quantizer for current layer */
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 52 jfieldID layer; member in struct:android::__anon32938
150 mInfo->layer = env->GetIntField(obj,
151 gInputWindowHandleClassInfo.layer);
292 GET_FIELD_ID(gInputWindowHandleClassInfo.layer, clazz,
293 "layer", "I");
  /frameworks/native/include/gui/
SurfaceControl.h 60 status_t setLayer(int32_t layer);
  /frameworks/base/libs/hwui/
Snapshot.cpp 30 Snapshot::Snapshot(): flags(0), previous(NULL), layer(NULL), fbo(0),
44 flags(0), previous(s), layer(s->layer), fbo(s->fbo),
179 // TODO: This is incorrect, when we start rendering into a new layer,
DisplayListRenderer.h 97 virtual status_t drawLayer(Layer* layer, float x, float y);
183 const Vector<Layer*>& getLayers() const {
282 inline Layer* refLayer(Layer* layer) {
283 mLayers.add(layer);
284 mCaches.resourceCache.incrementRefcount(layer);
285 return layer;
352 Vector<Layer*> mLayers
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 1667 RenderLayer* layer = toRenderBox(renderer)->layer(); local
1729 RenderLayer* layer = toRenderBox(renderer)->layer(); local
1753 RenderLayer* layer = toRenderBox(renderer)->layer(); local
1787 RenderLayer* layer = toRenderBox(renderer)->layer(); local
1811 RenderLayer* layer = toRenderBox(renderer)->layer(); local
    [all...]
  /external/chromium_org/ash/wm/
app_list_controller.cc 22 #include "ui/compositor/layer.h"
47 ui::Layer* GetLayer(views::Widget* widget) {
48 return widget->GetNativeView()->layer();
259 ui::Layer* layer = GetLayer(widget); local
260 layer->GetAnimator()->StopAnimating();
271 ui::ScopedLayerAnimationSettings animation(layer->GetAnimator());
277 layer->SetOpacity(is_visible_ ? 1.0 : 0.0);

Completed in 597 milliseconds

<<11121314151617181920>>