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

1 2 3 4 5 6 7

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 117 // the empty root layer, which has minimal overhead.
217 // Host the document layer in the RenderView's root layer.
238 bool RenderLayerCompositor::updateBacking(RenderLayer* layer, CompositingChangeRepaint shouldRepaint)
242 if (needsToBeComposited(layer)) {
246 if (requiresCompositingForTransform(layer->renderer()))
249 if (!layer->backing()) {
253 repaintOnCompositingChange(layer);
255 layer->ensureBacking();
259 if (layer->backing())
    [all...]
RenderReplica.cpp 71 // Turn around and paint the parent layer. Use temporary clipRects, so that the layer doesn't end up caching clip rects
73 layer()->parent()->paintLayer(layer()->transform() ? layer()->parent() : layer()->enclosingTransformedAncestor(),
LayoutState.cpp 54 m_offset += renderer->layer()->relativePositionOffset();
68 RenderLayer* layer = renderer->layer(); local
69 IntRect clipRect(x, y, layer->width(), layer->height());
77 layer->subtractScrolledContentOffset(x, y);
RenderLayerCompositor.h 62 // This will make a compositing layer at the root automatically, and hook up to
75 // Called when the layer hierarchy needs to be updated (compositing layers have been
90 // Update the compositing state of the given layer. Returns true if that state changed.
95 void updateCompositingDescendantGeometry(RenderLayer* compositingAncestor, RenderLayer* layer, RenderLayerBacking::UpdateDepth);
97 // Whether layer's backing needs a graphics layer to do clipping by an ancestor (non-stacking-context parent with overflow).
99 // Whether layer's backing needs a graphics layer to clip z-order children of the given layer.
102 // Whether the given layer needs an extra 'contents' layer
    [all...]
RenderObjectChildList.cpp 86 // if we remove visible child from an invisible parent, we don't know the layer visibility any more
87 RenderLayer* layer = 0; local
89 layer = owner->enclosingLayer();
90 layer->dirtyVisibleContentStatus();
93 // Keep our layer hierarchy updated.
95 if (!layer)
96 layer = owner->enclosingLayer();
97 oldChild->removeLayers(layer);
153 // Keep our layer hierarchy updated. Optimize for the common case where we don't have any children
154 // and don't have a layer attached to ourselves
155 RenderLayer* layer = 0; local
211 RenderLayer* layer = 0; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
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...]
WKCACFLayer.cpp 57 static void displayInContext(CACFLayerRef layer, CGContextRef context)
59 ASSERT_ARG(layer, WKCACFLayer::layer(layer));
60 WKCACFLayer::layer(layer)->display(context);
92 case WKCACFLayer::Layer: return kCACFLayer();
195 CACFLayerSetUserData(layer(), this);
196 CACFLayerSetDisplayCallback(layer(), displayInContext);
204 CACFLayerSetUserData(layer(), 0)
412 WKCACFLayer* layer = const_cast<WKCACFLayer*>(this); local
480 WKCACFLayer* layer = const_cast<WKCACFLayer*>(this); local
    [all...]
GraphicsLayerCACF.h 47 // for hosting this GraphicsLayer in a native layer hierarchy
51 virtual void addChild(GraphicsLayer *layer);
52 virtual void addChildAtIndex(GraphicsLayer *layer, int index);
53 virtual void addChildAbove(GraphicsLayer *layer, GraphicsLayer *sibling);
54 virtual void addChildBelow(GraphicsLayer *layer, GraphicsLayer *sibling);
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java 68 public GridInputProcessor(Context context, GridCamera camera, GridLayer layer, RenderView view, Pool<Vector3f> pool,
72 mLayer = layer;
103 GridLayer layer = mLayer; local
104 layer.setState(GridLayer.STATE_FULL_SCREEN);
107 DisplayItem displayItem = layer.getDisplayItemForSlotId(slot);
111 layer.getHud().fullscreenSelectionChanged(item, mCurrentSelectedSlot + 1, layer.getCompleteRange().end + 1);
188 GridLayer layer = mLayer; local
190 if (layer.getViewIntent())
192 if (layer.getHud().getMode() == HudLayer.MODE_SELECT)
314 GridLayer layer = mLayer; local
333 GridLayer layer = mLayer; local
421 GridLayer layer = mLayer; local
489 GridLayer layer = mLayer; local
592 GridLayer layer = mLayer; local
613 GridLayer layer = mLayer; local
678 GridLayer layer = mLayer; local
708 final GridLayer layer = mLayer; local
754 final GridLayer layer = mLayer; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 36 * Text layer 0.
38 * This text layer holds key strokes.<br>
43 * Text layer 1.
45 * This text layer holds the result of the letter converter.<br>
50 * Text layer 2.
52 * This text layer holds the result of the consecutive clause converter.<br>
60 /** Composing text's layer data */
96 * @param layer Layer
101 public StrSegment getStrSegment(int layer, int pos)
    [all...]
  /external/webkit/WebKit/android/nav/
CachedLayer.cpp 39 const LayerAndroid* aLayer = layer(root);
41 DBG_NAV_LOGD("no layer in root=%p uniqueId=%d", root, mUniqueId);
66 const LayerAndroid* CachedLayer::layer(const LayerAndroid* root) const function in class:android::CachedLayer
73 // return bounds relative to enclosing layer as recorded when walking the dom
83 const LayerAndroid* aLayer = layer(root);
112 void CachedLayer::Debug::printLayerAndroid(const LayerAndroid* layer)
116 layer->bounds(&bounds);
117 DUMP_NAV_LOGX("%.*s layer=%p [%d] (%g,%g,%g,%g) picture=%p clipped=%s",
118 spaces, " ", layer, layer->uniqueId()
    [all...]
  /frameworks/base/core/jni/android/graphics/
LayerRasterizer.cpp 10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) {
11 SkASSERT(layer);
13 layer->addLayer(*paint, SkFloatToScalar(dx), SkFloatToScalar(dy));
  /external/iproute2/include/linux/tc_ematch/
tc_em_nbyte.h 11 __u8 layer:4; member in struct:tcf_em_nbyte
tc_em_cmp.h 14 __u8 layer:4; member in struct:tcf_em_cmp
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 2 SDL - Simple DirectMedia Layer
42 IDirectFBDisplayLayer *layer; member in struct:private_yuvhwdata
78 IDirectFBDisplayLayer *layer; local
91 ret = dfb->GetDisplayLayer (dfb, hwdata->layer_id, &layer);
122 ret = layer->SetCooperativeLevel (layer, DLSCL_ADMINISTRATIVE);
126 layer->Release (layer);
130 ret = layer->SetConfiguration (layer, &conf)
258 IDirectFBDisplayLayer *layer = overlay->hwdata->layer; local
    [all...]
SDL_DirectFB_video.h 2 SDL - Simple DirectMedia Layer
41 IDirectFBDisplayLayer *layer; member in struct:SDL_PrivateVideoData
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.h 40 - (void)setLayerOwner:(WebCore::GraphicsLayer*)layer;
58 + (void)drawContents:(WebCore::GraphicsLayer*)layerContents ofLayer:(CALayer*)layer intoContext:(CGContextRef)context;
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 42 virtual void setParent(GraphicsLayer* layer);
47 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
48 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
51 virtual void setMaskLayer(GraphicsLayer* layer);
  /external/iproute2/tc/
em_cmp.c 33 " ATTRS := [ layer LAYER ] [ mask MASK ] [ trans ]\n" \
34 " LAYER := { link | network | transport | 0..%d }\n" \
36 "Example: cmp(u16 at 3 layer 2 mask 0xff00 gt 20)\n",
45 unsigned long offset = 0, layer = TCF_LAYER_NETWORK, mask = 0, value = 0; local
78 } else if (!bstrcmp(a, "layer")) {
83 layer = parse_layer(a);
84 if (layer == INT_MAX) {
85 layer = bstrtoul(a);
86 if (layer == ULONG_MAX
    [all...]
em_nbyte.c 31 "Usage: nbyte(NEEDLE at OFFSET [layer LAYER])\n" \
34 " LAYER := { link | network | transport | 0..%d }\n" \
36 "Example: nbyte(\"ababa\" at 12 layer 1)\n",
45 unsigned long offset = 0, layer = TCF_LAYER_NETWORK; local
72 } else if (!bstrcmp(a, "layer")) {
77 layer = parse_layer(a);
78 if (layer == INT_MAX) {
79 layer = bstrtoul(a);
80 if (layer == ULONG_MAX
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 64 LayerAndroid::LayerAndroid(const LayerAndroid& layer) : SkLayer(layer),
65 m_isRootLayer(layer.m_isRootLayer),
66 m_haveClip(layer.m_haveClip),
68 m_uniqueId(layer.m_uniqueId)
70 m_doRotation = layer.m_doRotation;
71 m_isFixed = layer.m_isFixed;
73 m_angleTransform = layer.m_angleTransform;
74 m_translation = layer.m_translation;
75 m_scale = layer.m_scale
    [all...]
  /frameworks/base/services/java/com/android/server/
InputWindow.java 73 // Window layer.
74 public int layer; field in class:InputWindow
  /external/webkit/WebCore/dom/
MouseRelatedEvent.cpp 153 // Adjust layerX/Y to be relative to the layer.
154 // FIXME: We're pretty sure this is the wrong definition of "layer."
162 RenderLayer* layer = n->renderer()->enclosingLayer(); local
163 layer->updateLayerPosition();
164 for (; layer; layer = layer->parent()) {
165 m_layerX -= layer->x();
166 m_layerY -= layer->y();
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 49 #include "Layer.h"
472 //LOGD("ditching layer %p", ditchedLayers[i].get());
492 const sp<LayerBase>& layer = currentLayers[i]; local
493 uint32_t trFlags = layer->getTransactionFlags(eTransactionNeeded);
496 const uint32_t flags = layer->doTransaction(0);
497 if (flags & Layer::eVisibleRegion)
548 const sp<LayerBase>& layer(previousLayers[i]);
549 if (currentLayers.indexOf( layer ) < 0) {
550 // this layer is not visible anymore
551 ditchedLayers.add(layer);
582 const sp<LayerBase>& layer = currentLayers[i]; local
837 const sp<LayerBase>& layer = layers[i]; local
1130 sp<LayerBaseClient> layer; local
1207 sp<Layer> layer = new Layer(this, display, client); local
1220 sp<LayerBlur> layer = new LayerBlur(this, display, client); local
1229 sp<LayerDim> layer = new LayerDim(this, display, client); local
1238 sp<LayerBuffer> layer = new LayerBuffer(this, display, client); local
1256 sp<LayerBaseClient> layer = client->getLayerUser(sid); local
1272 sp<LayerBaseClient> layer; member in class:android::MessageDestroySurface
    [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...]

Completed in 493 milliseconds

1 2 3 4 5 6 7