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

1 2 3 4 56 7

  /external/webkit/WebKit/android/jni/
WebViewCore.h 141 void setUIRootLayer(const LayerAndroid* layer);
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 533 frame->contentRenderer()->layer()->hitTest(request, result);
  /frameworks/base/services/surfaceflinger/
Layer.cpp 35 #include "Layer.h"
51 Layer::Layer(SurfaceFlinger* flinger,
66 Layer::~Layer()
80 void Layer::destroy(RefBase const* base) {
84 status_t Layer::setToken(const sp<UserClient>& userClient,
104 int32_t Layer::getToken() const
109 sp<UserClient> Layer::getClient() const
114 // called with SurfaceFlinger::mStateLock as soon as the layer is entere
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 563 float docHeight = root->layer()->height();
564 float docWidth = root->layer()->width();
635 RenderLayer *layer = startNode->renderer()->enclosingLayer();
636 if (layer)
637 layer->scrollRectToVisible(enclosingIntRect(rangeRect), false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
131 entrance of IOs into the block IO layer. In order to replay these IOs with
138 code, and thus are submitted to the block IO layer with \emph{very small}
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 76 RenderLayerBacking::RenderLayerBacking(RenderLayer* layer)
77 : m_owningLayer(layer)
156 // then we need to ensure that the compositing layer has non-zero size so that we can apply
173 // position of this layer's GraphicsLayer depends on the position of our compositing
177 // The solution is to update compositing children of this layer here,
238 // is affected by the layer dimensions.
252 // We compute everything relative to the enclosing compositing layer.
268 // If the compositing ancestor has a layer to clip children, we parent in that, and therefore
276 // layer. Note that we call it with temporaryClipRects = true because normally when computing clip rects
277 // for a compositing layer, rootLayer is the layer itself
    [all...]
RenderLayer.h 187 // Indicate that the layer contents need to be repainted. Only has an effect
188 // if layer compositing is being used,
190 void setBackingNeedsRepaintInRect(const IntRect& r); // r is in the coordinate space of the layer's render object
291 // Allows updates of layer content without repainting.
321 // Get the enclosing stacking context for this layer. A stacking context is a layer
349 // Gets the nearest enclosing positioned ancestor layer (also includes
350 // the <html> layer and the root layer).
353 // The layer relative to which clipping rects for this layer are computed
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 43 public final class HudLayer extends Layer {
422 void setGridLayer(GridLayer layer) {
423 mGridLayer = layer;
    [all...]
  /external/blktrace/doc/
blktrace.tex 31 blktrace is a block layer IO tracing mechanism which provides detailed
38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
420 blktrace disguingishes between two types of block layer requests,
524 \item[D -- issued] A request that previously resided on the block layer
739 supplies block IO layer state transition data via the relay
    [all...]
  /external/webkit/WebKit/android/nav/
SelectText.cpp     [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /development/ndk/platforms/android-3/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 543 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
cdrom.h 376 struct dvd_layer layer[DVD_LAYERS]; member in struct:dvd_physical
  /external/webkit/WebCore/css/
html.css 71 layer {
  /external/webkit/WebCore/editing/
visible_units.cpp 609 absPos -= containingBlock->layer()->scrolledContentOffset();
710 absPos -= containingBlock->layer()->scrolledContentOffset();
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp 127 // Take our element and get the clip rect from the enclosing layer and frame view.
128 RenderLayer* layer = m_element->renderer()->enclosingLayer(); local
130 clipRect.intersect(parentView->windowClipRectForLayer(layer, true));
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/iproute2/doc/
ip-cref.tex 287 --- change the link layer broadcast address or the peer address when
292 For most devices (f.e.\ for Ethernet) changing the link layer
459 The second line contains information on the link layer addresses
739 It is natural to interpret link layer addresses
838 addresses and link layer addresses for hosts sharing the same link.
876 --- the link layer address of the neighbour. \verb|LLADDRESS| can also be
    [all...]

Completed in 1066 milliseconds

1 2 3 4 56 7