Searched defs:layers (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h97 Vector<float> layers; member in class:WebCore::GraphicsContextPlatformPrivate
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorLayerTreeAgent.cpp121 void InspectorLayerTreeAgent::layersForNode(ErrorString* errorString, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) argument
140 void InspectorLayerTreeAgent::gatherLayersUsingRenderObjectHierarchy(ErrorString* errorString, RenderObject* renderer, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) argument
151 void InspectorLayerTreeAgent::gatherLayersUsingRenderLayerHierarchy(ErrorString* errorString, RenderLayer* renderLayer, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp473 static void toTextureMapperLayerVector(const Vector<GraphicsLayer*>& layers, Vector<TextureMapperLayer*>& texmapLayers) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRenderer.cpp865 static void collect3DPreservingLayers(Vector<LayerCompositingThread*>& layers) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp498 void QWebFrameAdapter::renderRelativeCoords(QPainter* painter, int layers, const QRegion& clip) argument
555 void QWebFrameAdapter::renderFrameExtras(WebCore::GraphicsContext* context, int layers, const QRegion& clip) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1629 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers(); local
1652 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers(); local
1664 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers(); local
1676 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers(); local
1687 const FillLayer* layers = style->backgroundLayers(); local
1703 const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers(); local
1720 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers(); local
1731 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers(); local
1743 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers(); local
2731 const FillLayer* layers = style->backgroundLayers(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContextQt.cpp244 QStack<TransparencyLayer*> layers; member in class:WebCore::GraphicsContextPlatformPrivate
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBox.cpp1379 Vector<const FillLayer*, 8> layers; local
1422 static bool layersUseImage(WrappedImagePtr image, const FillLayer* layers) argument
1460 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground) argument

Completed in 122 milliseconds