Searched defs:layers (Results 1 – 7 of 7) sorted by relevance
843 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskImage ? style->maskLayers() : style->… in getPropertyCSSValue() local866 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskSize ? style->maskLayers() : style->b… in getPropertyCSSValue() local878 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskRepeat ? style->maskLayers() : style-… in getPropertyCSSValue() local890 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskComposite ? style->maskLayers() : sty… in getPropertyCSSValue() local902 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskAttachment ? style->maskLayers() : st… in getPropertyCSSValue() local918 …const FillLayer* layers = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSPropertyWeb… in getPropertyCSSValue() local935 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPosition ? style->maskLayers() : styl… in getPropertyCSSValue() local955 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionX ? style->maskLayers() : sty… in getPropertyCSSValue() local967 …const FillLayer* layers = propertyID == CSSPropertyWebkitMaskPositionY ? style->maskLayers() : sty… in getPropertyCSSValue() local
126 FillLayer* layers = style->accessBackgroundLayers(); in FixedBackgroundImageLayerAndroid() local342 FillLayer* layers = style->accessBackgroundLayers(); in GetCachedImage() local
102 Vector<float> layers; variable
46 static bool compute_bounds(const SkDeque& layers, const SkPath& path, in compute_bounds()
345 …mePrivate::renderRelativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, c… in renderRelativeCoords()398 …FramePrivate::renderFrameExtras(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, c… in renderFrameExtras()
978 static bool layersUseImage(WrappedImagePtr image, const FillLayer* layers) in layersUseImage()1011 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool draw… in repaintLayerRectsForImage()
190 QStack<TransparencyLayer*> layers; member in WebCore::GraphicsContextPlatformPrivate