Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 25 of 49) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCairoWin.cpp118 if (m_data->layers.size()) in releaseWindowsContext()
119 cairo_paint_with_alpha(m_data->cr, m_data->layers.last()); in releaseWindowsContext()
DWKCACFLayer.cpp497 Vector<const void*> layers; in setSublayers() local
499 layers.append(sublayers[i]->layer()); in setSublayers()
501 … RetainPtr<CFArrayRef> layersArray(AdoptCF, CFArrayCreate(0, layers.data(), layers.size(), 0)); in setSublayers()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp208 if (layers.isEmpty()) { in p()
214 return &layers.top()->painter; in p()
219 QStack<TransparencyLayer*> layers; member in WebCore::GraphicsContextPlatformPrivate
270 while (!m_data->layers.isEmpty()) in ~GraphicsContext()
667 return !m_data->layers.isEmpty(); in inTransparencyLayer()
810 m_data->layers.push(layer); in beginTransparencyLayer()
818 TransparencyLayer* layer = m_data->layers.pop(); in endTransparencyLayer()
/external/skia/src/effects/
DSkLayerRasterizer.cpp55 static bool compute_bounds(const SkDeque& layers, const SkPath& path, const SkMatrix& matrix, in compute_bounds() argument
58 SkDeque::Iter iter(layers); in compute_bounds()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h97 Vector<float> layers; variable
DGraphicsContextCairo.cpp892 m_data->layers.append(opacity); in beginTransparencyLayer()
904 cairo_paint_with_alpha(cr, m_data->layers.last()); in endTransparencyLayer()
905 m_data->layers.removeLast(); in endTransparencyLayer()
/external/chromium/googleurl/
DREADME.txt77 The library is divided into four layers. They are listed here from the lowest
79 layers below it.
134 The canonicalization and parsing layers do not know anything about the URI
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm161 …// displayIfNeeded does not update the CA layers if the layer-hosting view was not marked as needi…
162 …// we're at the mercy of CA's display-link callback to update layers in time. So we need to force …
163 // to get AppKit to update the CA layers synchronously.
DDumpRenderTreeWindow.mm112 // to update layers and start animations.
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.mm63 // large enough to avoid tiled layers for most GraphicsLayers, but less than the OpenGL
397 // since that will cause a commit and break our batched commit model. The layers will
398 // get released when the rootmost modified GraphicsLayerCA rebuilds its child layers.
416 // Release the clone layers inside the exception-handling block.
716 // Older versions of QuartzCore do not handle opacity in transform layers properly, so we will
893 …// Need to handle Preserves3DChanged first, because it affects which layers subsequent properties …
1011 … // This does not cause visible rendering issues because currently contents layers are only used
1462 // For now, this assumes that layers only ever have one replica, so replicaIndices contains only 0 …
1485 // Limit replica nesting, to avoid 2^N explosion of replica layers.
2334 // We are a replica being asked for clones of our layers.
[all …]
DWebLayer.mm65 // smaller than the layer bounds (e.g. tiled layers)
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl40 navigation to happen in other layers of the stack; they are only for maintaining this data
/external/webkit/WebCore/rendering/
DRenderBox.h330 …bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackgro…
DRenderBox.cpp783 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool draw… in repaintLayerRectsForImage() argument
788 for (const FillLayer* curLayer = layers; curLayer; curLayer = curLayer->next()) { in repaintLayerRectsForImage()
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-216320.js835 if(document.layers) {
1009 if(document.layers){
/external/webkit/WebKit/android/nav/
DCachedRoot.cpp1236 SkRegion layers; in moveCursor() local
1241 layers.op(enclosing, SkRegion::kUnion_Op); in moveCursor()
1243 SkIRect layerBounds(layers.getBounds()); in moveCursor()
/external/webkit/WebCore/platform/mac/
DWidgetMac.mm200 // -cacheDisplayInRect:toBitmapImageRep:, and when painting into compositing layers.
DClipboardMac.mm409 // layers spread out all over the place.
/external/libpcap/
DCHANGES83 layers in Windows
/external/webkit/WebCore/
DChangeLog-2010-01-292942 …Enhance externalRepresentation() to output additional information about layers when certain flags …
2943 …The new flags allow you to show all layers (not just those that would paint), to the structure of …
2944 and normal flow lists, and to show which layers are composited.
4078 Fix by always creating the structural and clone layers on demand.
4087 structural and content layers, rather than relying on whether there's a primary
4429 Fix an issue with the geometry of fixed position, composited layers inside other
4430 composited layers. If we called convertToLayerCoords() on a fixed layer with an ancestor
4445 with absolutely positioned layers.
5450 … because tx,ty are not always root-relative, especially when painting into compositing layers.
5801 compositing layers need to sync, either soon or with the next update
[all …]
DChangeLog-2003-10-251347 layers with overhanging floats if the element is overflow:visible.
1418 (1) Make layers update their positions after layout instead of during layout or
2640 reworks layers to be more efficient in both painting and event handling.
6444 so that child layers aren't able to draw on top of the
6707 Fix for 3248193. Floats with layers paint twice. The fix
8246 patches the layers code, but it doesn't yet turn on the
11888 Update layers to not fix their positions during setLayouted.
13409 Fix for 3155954. Make sure no layers get made for :before,
13506 visibility, or with invisible layers sitting on top of
14858 This change makes layers able to deal with dynamic changes in
[all …]
DChangeLog-2002-12-03610 Fix for 3107658, text doubling problem caused by layers being
1886 Revert floats so that they don't use layers any more.
1888 and foreground of inlines, so they can't have layers.
3753 are NOT renderflows were not getting layers constructed for them.
3756 Also, floats now have layers constructed for them. This allows
4107 Fix a subtle bug with layers. When a parent is sorted with its
4371 Fix a bug in my event handling code for layers. This makes
5597 Fix clipping to work with layers. This fixes the marquee
6075 and HTML layers as well).
6347 box now construct layers for themselves. Those layers are
[all …]
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29447 …<rdar://problem/6398111> Integrate hardware layers with out-of-process plug-ins layer hosting mech…
457 …<rdar://problem/6398111> Integrate hardware layers with out-of-process plug-ins layer hosting mech…
471 …<rdar://problem/6398111> Integrate hardware layers with out-of-process plug-ins layer hosting mech…
1150 These are used to debug accelerated compositing layers
1694 <rdar://problem/6988966> Hardware layers do not show up in page snapshots
1699 Add a private method that returns the NSView used to host compositing layers.
2861 Compositing layers are incorrectly positioned after scrolling with position:fixed
2864 When scrolling a page with compositing layers inside a position:fixed element,
2909 Work around a bug in AppKit on Leopard which causes compositing layers to jitter, and
2913 The previous fix didn't fix the case where the layers jiggle when resizing the docked
[all …]
/external/libpcap/doc/
Dpcap.txt865 link-layers headers. The length of this field can be derived from
/external/bluetooth/bluez/
DChangeLog44 Fix issue with disconnect event on higher protocol layers.

12