Searched refs:layer (Results 201 - 221 of 221) sorted by relevance

123456789

/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp565 absPos -= containingBlock->layer()->scrolledContentOffset();
672 absPos -= containingBlock->layer()->scrolledContentOffset();
/external/kernel-headers/original/linux/
H A Dcdrom.h543 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
935 struct gendisk *disk; /* matching block layer disk */
/external/libppp/src/
H A Dccp.c44 #include "layer.h"
292 * without our state machine bringing the supporting lcp layer down.
294 * If ccp is required but not open, the NCP layer should not push
724 /* The NCP layer shouldn't have let this happen ! */
726 " required CCP layer\n", l->name);
826 struct layer ccplayer = { LAYER_CCP, "ccp", ccp_LayerPush, ccp_LayerPull };
/external/webkit/Source/WebCore/page/
H A DDragController.cpp280 documentUnderMouse->renderView()->layer()->hitTest(request, result);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm1298 // We need to keep the layer-hosting view in the subviews, otherwise the layers flash.
3054 // We may have created the layer hosting view while outside the window. Update the scale factor
3063 [[_private->layerHostingView layer] setTransform:CATransform3DMakeScale(scaleFactor, scaleFactor, 1)];
3417 // Make sure any layer changes that happened as a result of layout
5600 - (void)attachRootLayer:(CALayer*)layer
5613 // Make a container layer, which will get sized/positioned by AppKit and CA.
5614 CALayer* viewLayer = [CALayer layer];
5653 if ([self layer]) {
5654 // If we are in a layer-backed view, we need to manually initialize the geometry for our layer
[all...]
/external/webkit/Source/WebCore/css/
H A Dhtml.css74 layer {
H A DCSSComputedStyleDeclaration.cpp466 return renderer && renderer->hasLayer() && toRenderBoxModelObject(renderer)->layer()->isComposited();
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.mm387 - (CALayer *)layer
394 // FIXME: This should attempt to return an actual layer.
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp369 void WebPage::enterAcceleratedCompositingMode(GraphicsLayer* layer) argument
371 m_drawingArea->setRootCompositingLayer(layer);
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp488 if (renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCompositing())
489 renderBox->layer()->contentChanged(RenderLayer::CanvasChanged);
586 renderBox->layer()->contentChanged(RenderLayer::CanvasChanged);
/external/skia/src/core/
H A DSkPicturePlayback.cpp1313 DUMP_RECT_PTR(layer);
/external/webkit/Source/WebCore/dom/
H A DElement.cpp309 toRenderBox(rend)->layer()->scroll(direction, granularity, units);
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp809 // Visual overflow only propagates if the box doesn't have a self-painting layer. This rectangle does not include
1191 // Figure out if we need to push a transparency layer to render our mask.
1193 bool compositedMask = renderer()->hasLayer() && boxModelObject()->layer()->hasCompositedMask();
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1352 frame()->document()->renderView()->layer()->hitTest(request, result);
/external/libvorbis/doc/
H A D01-introduction.tex180 last layer of indirection such that specific special floor or residue
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h996 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1364 mDNSRecordCallback *StatusCallback; // callback to deliver success or error code to client layer
1385 // It contains its own ServiceCallback+ServiceContext to report aggregate results up to the next layer of software above.
1394 // These internal state fields are used internally by mDNSCore; the client layer needn't be concerned with them.
1505 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1572 mDNSBool LongLived; // Set by client for calls to mDNS_StartQuery to indicate LLQs to unicast layer.
1580 mDNSs8 SearchListIndex; // Index into SearchList; Used by the client layer but not touched by core
1605 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1699 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them.
1781 // the client layer need
[all...]
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests556 # This test has an iframe that is put in a layer only in compositing mode.
1695 if ($actual =~ /^layer at/ms) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp2367 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer) argument

Completed in 700 milliseconds

123456789