HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 101 - 125 of 174) sorted by null

1 2 3 45 6 7

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 54 // for hosting this GraphicsLayer in a native layer hierarchy
60 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
61 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
289 ChildrenChanged = 1 << 2, // also used for content layer, and preserves-3d, and size if tiling changes?
320 RetainPtr<WebLayer> m_layer; // The main layer
321 RetainPtr<CALayer> m_structuralLayer; // A layer used for structural reasons, like preserves-3d or replica-flattening. Is the parent of m_layer.
322 RetainPtr<CALayer> m_contentsLayer; // A layer used for inner content, like image and video
363 // Animations on the layer are identified by property + index.
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 276 // Show the controller layer.
282 // Hide the controller layer if the movie is playing.
355 // Setup layer hierarchy.
356 obj->rootLayer = [[CALayer layer] retain];
358 obj->movieLayer = [QTMovieLayer layer];
362 obj->controllerLayer = [MovieControllerLayer layer];
380 // Make sure to return a retained layer
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 238 /* This function tries to find the SSL layer in the stack.
239 * It searches for the first SSL layer at or below the argument fd,
240 * and failing that, it searches for the nearest SSL layer above the
241 * argument fd. It returns the private sslSocket from the found layer.
246 PRFileDesc *layer; local
252 layer = PR_GetIdentitiesLayer(fd, ssl_layer_id);
253 if (layer == NULL) {
258 ss = (sslSocket *)layer->secret;
259 ss->fd = layer;
2119 PRFileDesc *layer = NULL; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 646 block->layer()->updateScrollInfoAfterLayout();
658 layer()->updateScrollInfoAfterLayout();
746 layer()->setHasHorizontalScrollbar(true);
748 layer()->setHasVerticalScrollbar(true);
    [all...]
RenderBlockLineLayout.cpp 710 // that the block really needed a full layout, we missed our chance to repaint the layer
711 // before layout started. Luckily the layer has cached the repaint rect for its original
713 repaintUsingContainer(containerForRepaint(), layer()->repaintRect());
    [all...]
TextControlInnerElements.cpp 74 renderer->layer()->addScrolledContentOffset(contentsX, contentsY);
RenderImage.cpp 324 layer()->rendererContentChanged();
339 layer()->rendererContentChanged();
RenderTreeAsText.cpp 444 RenderLayer* l = root->layer();
464 ts << "layer " << layerBounds;
615 RenderLayer* l = toRenderBox(o)->layer();
RenderView.cpp 72 // Create a new root layer for our layer hierarchy.
202 // Check to see if we are enclosed by a layer that requires complex painting rules. If so, we cannot blit
206 // a transform, transparency layer, etc.
209 RenderLayer* layer = elt->renderer()->enclosingLayer(); local
210 if (layer->requiresSlowRepaints()) {
381 // Compositing layer dimensions take outline size into account, so we have to recompute layer
389 // maximalOutlineSize affects compositing layer dimensions.
RenderWidget.cpp 137 layer()->clearClipRects();
269 // When painting widgets into compositing layers, tx and ty are relative to the enclosing compositing layer,
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 327 void QWebFramePrivate::renderRelativeCoords(GraphicsContext* context, QWebFrame::RenderLayer layer, const QRegion& clip)
352 if (layer & QWebFrame::ContentsLayer) {
370 if (layer & QWebFrame::ScrollBarLayer
385 if (layer & QWebFrame::PanIconLayer)
    [all...]
qwebframe.h 173 void render(QPainter*, RenderLayer layer, const QRegion& clip = QRegion());
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 45 return layer(node)->adjustBounds(mRoot->rootLayer(), rect);
888 const CachedLayer* CachedFrame::layer(const CachedNode* node) const function in class:android::CachedFrame
    [all...]
CachedRoot.cpp 1116 const LayerAndroid* layer = cachedLayer->layer(mRootLayer); local
1302 const LayerAndroid* layer = mRootLayer->find(x, y); local
    [all...]
WebView.cpp 298 // to the main picture, and not a layer
437 // We have to set the canvas' matrix on the root layer
542 const LayerAndroid* cursorLayer = oldCursorFrame->layer(oldCursorNode)
543 ->layer(m_frameCacheUI->rootLayer());
548 // get id from old layer and use to find new layer
573 LayerAndroid* layer = const_cast<LayerAndroid*>( local
575 if (layer) {
576 layer->updateFixedLayersPositions(visible);
577 layer->updatePositions()
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 428 // Take our element and get the clip rect from the enclosing layer and
430 RenderLayer* layer = m_element->renderer()->enclosingLayer(); local
432 m_element->document()->view()->windowClipRectForLayer(layer, true));
  /external/bluetooth/bluez/audio/
ipc.h 209 uint8_t layer; member in struct:__anon1489
unix.c 468 mpeg->layer & MPEG_LAYER_MP1 ? "1 " : "",
469 mpeg->layer & MPEG_LAYER_MP2 ? "2 " : "",
470 mpeg->layer & MPEG_LAYER_MP3 ? "3 " : "",
560 mpeg->layer = mpeg_cap->layer;
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 1083 // mpegversion=(int)1, layer=(int)[ 1, 3 ]
1086 const GValue* layer = gst_structure_get_value(structure, "layer"); local
1087 if (G_VALUE_TYPE(layer) == GST_TYPE_INT_RANGE) {
1088 gint minLayer = gst_value_get_int_range_min(layer);
1089 gint maxLayer = gst_value_get_int_range_max(layer);
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 154 status_t SurfaceControl::setLayer(int32_t layer) {
158 return client->setLayer(mToken, layer);
178 status_t SurfaceControl::show(int32_t layer) {
182 return client->show(mToken, layer);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 274 PV_STATUS DecodeVOLHeader(VideoDecData *video, int layer);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 79 * Layer
133 #define IWFFFF_LAYER_EVENT_KUP 0x0000 /* layer event - key up */
134 #define IWFFFF_LAYER_EVENT_KDOWN 0x0001 /* layer event - key down */
135 #define IWFFFF_LAYER_EVENT_RETRIG 0x0002 /* layer event - retrigger */
136 #define IWFFFF_LAYER_EVENT_LEGATO 0x0003 /* layer event - legato */
142 unsigned char low_range; /* range for layer based */
187 iwffff_layer_t *layer; /* first layer */ member in struct:__anon14057
237 * Layer
278 __u8 low_range; /* range for layer based *
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 107 jfieldID layer; member in struct:android::__anon9344
755 jint layer = env->GetIntField(windowObj, local
756 gInputWindowClassInfo.layer);
786 outWindow.layer = layer;
    [all...]
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
114 IO layer (queue trace) until it is inserted (insert trace).
146 trace) back to the block IO layer.
156 being handed to the block IO layer.
214 hardware) is to understand the block IO layer ends up merging incoming
228 we see that (on average) the block IO layer is combining upwards of
259 the block IO layer in adjacent sectors. (Obviously, the higher this
405 -- basically, from where an IO enters the block IO layer for a given
440 of IO requests submitted to lower layer drivers, for more informatio
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 1261 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local
    [all...]

Completed in 654 milliseconds

1 2 3 45 6 7