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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContextPlatformPrivateCairo.h96 Vector<float> layers; member in class:WebCore::GraphicsContextPlatformPrivate
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DFillLayer.cpp311 Vector<const FillLayer*, 4> layers; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorLayerTreeAgent.cpp109 void InspectorLayerTreeAgent::layersForNode(ErrorString* errorString, int nodeId, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::LayerTree::Layer>>& layers) argument
128 void InspectorLayerTreeAgent::gatherLayersUsingRenderObjectHierarchy(ErrorString* errorString, RenderObject* renderer, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::LayerTree::Layer>>& layers) argument
139 void InspectorLayerTreeAgent::gatherLayersUsingRenderLayerHierarchy(ErrorString* errorString, RenderLayer* renderLayer, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::LayerTree::Layer>>& layers) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp474 static void toTextureMapperLayerVector(const Vector<GraphicsLayer*>& layers, Vector<TextureMapperLayer*>& texmapLayers) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp1696 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->backgroundLayers(); local
1719 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->backgroundLayers(); local
1731 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style->backgroundLayers(); local
1742 const FillLayer* layers = style->maskLayers(); local
1758 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : style->backgroundLayers(); local
1769 const FillLayer* layers = style->backgroundLayers(); local
1785 const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWebkitMaskOrigin) ? style->maskLayers() : style->backgroundLayers(); local
1802 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : style->backgroundLayers(); local
1813 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : style->backgroundLayers(); local
1825 const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : style->backgroundLayers(); local
2843 const FillLayer* layers = style->backgroundLayers(); local
[all...]
H A DDeprecatedStyleBuilder.cpp536 const FillLayer& layers = *(styleResolver->style()->*layersFunction)(); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBox.cpp1543 Vector<const FillLayer*, 8> layers; local
1591 static bool layersUseImage(WrappedImagePtr image, const FillLayer* layers) argument
1633 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground) argument
[all...]

Completed in 283 milliseconds