Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp843 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->… in getPropertyCSSValue() local
866 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->b… in getPropertyCSSValue() local
878 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style-… in getPropertyCSSValue() local
890 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : sty… in getPropertyCSSValue() local
902 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskAttachment ? style->maskLayers() : st… in getPropertyCSSValue() local
918 …const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWeb… in getPropertyCSSValue() local
935 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : styl… in getPropertyCSSValue() local
955 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : sty… in getPropertyCSSValue() local
967 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : sty… in getPropertyCSSValue() local
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DBaseLayerAndroid.cpp126 FillLayer* layers = style->accessBackgroundLayers(); in FixedBackgroundImageLayerAndroid() local
342 FillLayer* layers = style->accessBackgroundLayers(); in GetCachedImage() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h102 Vector<float> layers; variable
/external/skia/src/effects/
DSkLayerRasterizer.cpp46 static bool compute_bounds(const SkDeque& layers, const SkPath& path, in compute_bounds()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp345 …mePrivate::renderRelativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, c… in renderRelativeCoords()
398 …FramePrivate::renderFrameExtras(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, c… in renderFrameExtras()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp978 static bool layersUseImage(WrappedImagePtr image, const FillLayer* layers) in layersUseImage()
1011 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool draw… in repaintLayerRectsForImage()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp190 QStack<TransparencyLayer*> layers; member in WebCore::GraphicsContextPlatformPrivate