HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 1 - 25 of 174) 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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/
tc_em_nbyte.h 10 __u8 layer:4; member in struct:tcf_em_nbyte
tc_em_cmp.h 13 __u8 layer:4; member in struct:tcf_em_cmp
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java 77 public GridInputProcessor(Context context, GridCamera camera, GridLayer layer, RenderView view, Pool<Vector3f> pool,
81 mLayer = layer;
114 GridLayer layer = mLayer; local
115 layer.setState(GridLayer.STATE_FULL_SCREEN);
118 DisplayItem displayItem = layer.getDisplayItemForSlotId(slot);
122 layer.getHud().fullscreenSelectionChanged(item, mCurrentSelectedSlot + 1, layer.getCompleteRange().end + 1);
212 GridLayer layer = mLayer; local
214 if (layer.getViewIntent())
216 if (layer.getHud().getMode() == HudLayer.MODE_SELECT)
375 GridLayer layer = mLayer; local
394 GridLayer layer = mLayer; local
482 GridLayer layer = mLayer; local
550 GridLayer layer = mLayer; local
653 GridLayer layer = mLayer; local
674 GridLayer layer = mLayer; local
739 GridLayer layer = mLayer; local
769 final GridLayer layer = mLayer; local
815 final GridLayer layer = mLayer; local
894 final GridLayer layer = mLayer; local
933 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
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
56 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
57 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
65 private final ArrayList<Layer> mLayers = new ArrayList<Layer>();
72 // local layer data
73 /** a local layer created with {@link Canvas#saveLayer(RectF, Paint, int)}.
74 * If this is null, this does not mean there's no layer, just that the snapshot is not the
75 * one that created the layer.
78 private final Layer mLocalLayer
324 Layer layer = mLayers.get(i); local
585 Layer layer = mLayers.get(i); local
    [all...]

Completed in 363 milliseconds

1 2 3 4 5 6 7