HomeSort by relevance Sort by last modified time
    Searched refs:Layer (Results 1 - 25 of 31) sorted by null

1 2

  /external/opencore/protocols/systems/tools/general/common/include/
layer.h 19 /* file name : layer.h */
32 /* The Layer interface represents an upper or lower layer of an element in the stack.
35 class Layer
43 virtual ~Layer() {}
46 OSCL_IMPORT_REF OsclAny SetBoundLayer(Layer* layer)
48 bound_layer = layer;
50 OSCL_IMPORT_REF virtual OsclAny Bind(Layer* layer);
    [all...]
  /external/opencore/protocols/systems/tools/general/common/src/
layer.cpp 19 #include "layer.h"
21 OSCL_EXPORT_REF Layer::Layer() : bound_layer(NULL)
25 OSCL_EXPORT_REF OsclAny Layer::Bind(Layer* layer)
29 if (!layer) return;
33 if (layer->IsBound()) layer->UnBind();
35 //Set this layer's output
    [all...]
  /frameworks/base/libs/surfaceflinger/
Layer.h 46 class Layer : public LayerBaseClient
54 Layer(SurfaceFlinger* flinger, DisplayID display,
57 virtual ~Layer();
99 SurfaceID id, const sp<Layer>& owner);
103 sp<Layer> getOwner() const {
104 return static_cast<Layer*>(Surface::getOwner().get());
Layer.cpp 34 #include "Layer.h"
50 const uint32_t Layer::typeInfo = LayerBaseClient::typeInfo | 4;
51 const char* const Layer::typeID = "Layer";
55 Layer::Layer(SurfaceFlinger* flinger, DisplayID display,
68 Layer::~Layer()
74 void Layer::destroy()
93 sp<LayerBaseClient::Surface> Layer::createSurface() cons
    [all...]
Android.mk 9 Layer.cpp \
LayerBase.cpp 203 const Layer::State& front(drawingState());
204 const Layer::State& temp(currentState());
208 // resize the layer, set the physical size to the requested size
209 Layer::State& editTemp(currentState());
216 flags |= Layer::eVisibleRegion;
242 const Layer::State& s(drawingState());
604 LOGE("layer %p, texture=%d, using format %d, which is not "
667 LOGE("layer=%p, glEGLImageTargetTexture2DOES(%p) "
679 LOGE("layer=%p, eglCreateImageKHR() failed. err=0x%4x",
745 // called with SurfaceFlinger::mStateLock as soon as the layer is entere
770 sp<LayerBaseClient> layer = getOwner(); local
    [all...]
SurfaceFlinger.cpp 47 #include "Layer.h"
103 const sp<LayerBase>& layer,
113 const int c = cmp(a+mid, &layer);
119 while (order<count && !cmp(&layer, a+order)) {
128 layers.insertAt(layer, order);
129 lookup.add(layer, order);
133 ssize_t SurfaceFlinger::LayerVector::remove(const sp<LayerBase>& layer)
135 const ssize_t keyIndex = lookup.indexOfKey(layer);
138 LOGE_IF(layers[index]!=layer,
139 "LayerVector[%p]: layers[%u]=%p, layer=%p"
594 const sp<LayerBase>& layer = currentLayers[i]; local
688 const sp<LayerBase>& layer = currentLayers[i]; local
830 const sp<LayerBase>& layer = layers[i]; local
843 const sp<LayerBase>& layer = layers[i]; local
917 const sp<LayerBase>& layer = layers[i]; local
934 const sp<LayerBase>& layer = layers[i]; local
1098 sp<LayerBaseClient> layer = local
1232 sp<LayerBaseClient> layer; local
1305 sp<Layer> layer = new Layer(this, display, client, id); local
1321 sp<LayerBlur> layer = new LayerBlur(this, display, client, id); local
1331 sp<LayerDim> layer = new LayerDim(this, display, client, id); local
1341 sp<LayerBuffer> layer = new LayerBuffer(this, display, client, id); local
1360 sp<LayerBaseClient> layer = getLayerUser_l(index); local
1376 sp<LayerBaseClient> layer; member in class:android::MessageDestroySurface
1462 sp<LayerBaseClient> layer = mLayerMap.valueFor(s); local
1526 const sp<LayerBase>& layer = currentLayers[i]; local
    [all...]
SurfaceFlinger.h 38 #include "Layer.h"
54 class Layer;
72 status_t bindLayer(const sp<LayerBaseClient>& layer, int32_t id);
178 status_t removeLayer(const sp<LayerBase>& layer);
179 status_t addLayer(const sp<LayerBase>& layer);
180 status_t invalidateLayerVisibility(const sp<LayerBase>& layer);
188 friend class Layer;
215 status_t destroySurface(const sp<LayerBaseClient>& layer);
283 status_t addLayer_l(const sp<LayerBase>& layer);
284 status_t removeLayer_l(const sp<LayerBase>& layer);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 138 mLayers[kUp] = new Layer(Layer.kAxisY);
139 mLayers[kDown] = new Layer(Layer.kAxisY);
140 mLayers[kLeft] = new Layer(Layer.kAxisX);
141 mLayers[kRight] = new Layer(Layer.kAxisX);
142 mLayers[kFront] = new Layer(Layer.kAxisZ)
150 Layer layer; local
    [all...]
Layer.java 19 public class Layer {
21 public Layer(int axis) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
RootLayer.java 23 public abstract class RootLayer extends Layer {
RenderView.java 67 private Layer mTouchEventTarget = null;
118 public final ArrayList<Layer> updateList = new ArrayList<Layer>();
119 public final ArrayList<Layer> opaqueList = new ArrayList<Layer>();
120 public final ArrayList<Layer> blendedList = new ArrayList<Layer>();
121 public final ArrayList<Layer> hitTestList = new ArrayList<Layer>();
122 public final ArrayList<Layer> systemList = new ArrayList<Layer>()
643 final Layer layer = opaqueList.get(i); local
653 final Layer layer = blendedList.get(i); local
746 final Layer layer = hitTestList.get(i); local
    [all...]
Layer.java 23 public abstract class Layer {
87 // Allows subclasses to further constrain the hit test defined by layer
ImageButton.java 27 public final class ImageButton extends Layer {
BackgroundLayer.java 26 public class BackgroundLayer extends Layer {
42 public BackgroundLayer(GridLayer layer) {
43 mGridLayer = layer;
LoadingLayer.java 29 public final class LoadingLayer extends Layer {
223 // Hide the layer once completely faded out.
PathBarLayer.java 29 public final class PathBarLayer extends Layer {
PopupMenu.java 39 public final class PopupMenu extends Layer {
184 // Hide the layer if the close animation is complete.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscsrpbuffer.h 46 #include "layer.h"
111 Layer* GetUpperLayer()
169 class UpperLayer : public Layer, public PacketInput, public PacketOutput
203 class LowerLayer : public Layer, public PacketInput, public PacketOutput
237 // When sending to a lower layer, you are calling that object's upper layer rx,
238 // when sending to an upper layer, you are calling that object's lower layer rx, got it?
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 245 final List<Layer> mLayers = new ArrayList<Layer>();
248 mLayers.add(new Layer(name, image, offset, visible));
253 for (Layer layer : mLayers) {
254 length += layer.getLength();
261 for (Layer layer : mLayers) {
262 layer.write(out);
267 for (Layer layer : mLayers)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245.h 32 #include "layer.h"
52 class H245 : public Layer, public PacketInput, public PacketOutput
94 // Send a message to H.245 PER layer (normally from Srp).
134 // Send a message to Lower Layer (normally Srp)
139 // Send a message to H.245 SE layer (normally from Tsc).
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 174 void WKCACFLayerRenderer::setRootChildLayer(WebCore::PlatformLayer* layer)
180 m_rootChildLayer = layer;
181 if (layer) {
182 m_scrollLayer->addSublayer(layer);
185 layer->setAnchorPoint(CGPointMake(0, 1));
234 m_rootLayer = WKCACFLayer::create(WKCACFLayer::Layer);
236 m_scrollLayer = WKCACFLayer::create(WKCACFLayer::Layer);
343 // Flush the root layer to the render tree.
371 // FIXME: don't need to clear dirty region if layer tree is opaque.
GraphicsLayerCACF.cpp 88 static void setLayerBorderColor(WKCACFLayer* layer, const Color& color)
91 layer->setBorderColor(borderColor);
95 static void clearBorderColor(WKCACFLayer* layer)
97 layer->setBorderColor(0);
100 static void setLayerBackgroundColor(WKCACFLayer* layer, const Color& color)
103 layer->setBackgroundColor(bgColor);
107 static void clearLayerBackgroundColor(WKCACFLayer* layer)
109 layer->setBackgroundColor(0);
127 m_layer = WKCACFLayer::create(WKCACFLayer::Layer, this);
134 // clean up the WK layer
    [all...]
WKCACFLayer.h 53 enum LayerType { Layer, TransformLayer };
59 static WKCACFLayer* layer(CACFLayerRef layer) { return static_cast<WKCACFLayer*>(CACFLayerGetUserData(layer)); } function in class:WebCore::WKCACFLayer
63 // Makes this layer the root when the passed context is rendered
123 void setAnchorPoint(const CGPoint& p) { CACFLayerSetAnchorPoint(layer(), p); setNeedsCommit(); }
124 CGPoint anchorPoint() const { return CACFLayerGetAnchorPoint(layer()); }
126 void setAnchorPointZ(CGFloat z) { CACFLayerSetAnchorPointZ(layer(), z); setNeedsCommit(); }
127 CGFloat anchorPointZ() const { return CACFLayerGetAnchorPointZ(layer()); }
129 void setBackgroundColor(CGColorRef color) { CACFLayerSetBackgroundColor(layer(), color); setNeedsCommit();
235 CACFLayerRef layer() const { return m_layer.get(); } function in class:WebCore::WKCACFLayer
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 2 ; SDL - Simple DirectMedia Layer

Completed in 4240 milliseconds

1 2