Home
last modified time | relevance | path

Searched refs:WebBlendMode (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEBlend.h33 static PassRefPtr<FEBlend> create(Filter*, WebBlendMode);
35 WebBlendMode blendMode() const;
36 bool setBlendMode(WebBlendMode);
47 FEBlend(Filter*, WebBlendMode);
52 WebBlendMode m_mode;
DFEBlend.cpp42 FEBlend::FEBlend(Filter* filter, WebBlendMode mode) in FEBlend()
48 PassRefPtr<FEBlend> FEBlend::create(Filter* filter, WebBlendMode mode) in create()
53 WebBlendMode FEBlend::blendMode() const in blendMode()
58 bool FEBlend::setBlendMode(WebBlendMode mode) in setBlendMode()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.h122 … const FloatRect&, WebBlendMode = WebBlendModeNormal, const IntSize& repeatSpacing = IntSize());
134 …Context*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode) = 0;
135 …onst FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOr…
137 CompositeOperator, WebBlendMode, const IntSize& repeatSpacing);
DGraphicsTypes.cpp71 bool parseCompositeAndBlendOperator(const String& s, CompositeOperator& op, WebBlendMode& blendOp) in parseCompositeAndBlendOperator()
83 blendOp = static_cast<WebBlendMode>(i+1); in parseCompositeAndBlendOperator()
95 String compositeOperatorName(CompositeOperator op, WebBlendMode blendOp) in compositeOperatorName()
DGradientGeneratedImage.h51 CompositeOperator, WebBlendMode) OVERRIDE;
54 const FloatRect&, WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
DGraphicsContextState.h125 void setCompositeOperation(CompositeOperator, WebBlendMode);
127 WebBlendMode blendMode() const { return m_blendMode; } in blendMode()
175 WebBlendMode m_blendMode;
DCrossfadeGeneratedImage.h53 CompositeOperator, WebBlendMode) OVERRIDE;
56 const FloatRect&, WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
DGraphicsContext.h191 void setCompositeOperation(CompositeOperator, WebBlendMode = WebBlendModeNormal);
193 WebBlendMode blendModeOperation() const { return immutableState()->blendMode(); } in blendModeOperation()
283 …nst FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOr…
286 …CompositeOperator = CompositeSourceOver, WebBlendMode = WebBlendModeNormal, const IntSize& repeatS…
291 …onst FloatRect* srcRect = 0, CompositeOperator = CompositeSourceOver, WebBlendMode = WebBlendModeN…
293 …ssRefPtr<SkPicture>, const FloatRect& dest, const FloatRect& src, CompositeOperator, WebBlendMode);
414 WebBlendMode,
DGraphicsTypes.h117 PLATFORM_EXPORT String compositeOperatorName(CompositeOperator, WebBlendMode);
118 PLATFORM_EXPORT bool parseCompositeAndBlendOperator(const String&, CompositeOperator&, WebBlendMode
DCrossfadeGeneratedImage.cpp85 …loatRect& dstRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode) in draw()
98 …oint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, WebBlendMode blendMode, cons… in drawPattern()
DImageBuffer.h130 …Rect&, const FloatRect* = 0, CompositeOperator = CompositeSourceOver, WebBlendMode = WebBlendModeN…
131 …t FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, WebBlendMode, const IntSize&…
DBitmapImage.h105 …xt*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode) OVERRIDE;
106 …onst FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOr…
DGradientGeneratedImage.cpp34 …oatRect& destRect, const FloatRect& srcRect, CompositeOperator compositeOp, WebBlendMode blendMode) in draw()
48 …const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, WebBlendMode bl… in drawPattern()
DImage.cpp119 …t FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator op, WebBlendMode blendMode, Resp… in draw()
124 …int& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, WebBlendMode blendMode, cons… in drawTiled()
226 …const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, WebBlendMode bl… in drawPattern()
DGeneratedImage.h53 const FloatRect&, WebBlendMode, const IntSize& repeatSpacing) OVERRIDE = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.h96 …nst FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, blink::WebBlendMode) OVERRIDE;
97 …onst FloatSize, float, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode);
99 CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing);
DSVGImageForContainer.cpp37 const FloatRect& srcRect, CompositeOperator compositeOp, blink::WebBlendMode blendMode) in draw()
43 …hase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, cons… in drawPattern()
DSVGImageForContainer.h57 …hicsContext*, const FloatRect&, const FloatRect&, CompositeOperator, blink::WebBlendMode) OVERRIDE;
59 …Size&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize&…
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h79 WebBlendMode blendMode() const { return static_cast<WebBlendMode>(m_blendMode); } in blendMode()
120 void setBlendMode(WebBlendMode b) { m_blendMode = b; m_blendModeSet = true; } in setBlendMode()
189 static WebBlendMode initialFillBlendMode(EFillLayerType) { return WebBlendModeNormal; } in initialFillBlendMode()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DNativeImageSkia.h98 WebBlendMode) const;
107 WebBlendMode,
/external/chromium_org/cc/blink/
Dweb_blend_mode.h13 inline SkXfermode::Mode BlendModeToSkia(blink::WebBlendMode blend_mode) { in BlendModeToSkia()
51 inline blink::WebBlendMode BlendModeFromSkia(SkXfermode::Mode blend_mode) { in BlendModeFromSkia()
Dweb_layer_impl.h75 virtual void setBlendMode(blink::WebBlendMode blend_mode);
76 virtual blink::WebBlendMode blendMode() const;
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h84 virtual void setBlendMode(WebBlendMode) = 0;
85 virtual WebBlendMode blendMode() const = 0;
DWebBlendMode.h38 enum WebBlendMode { enum
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEBlendElement.cpp32 static WebBlendMode toWebBlendMode(SVGFEBlendElement::Mode mode) in toWebBlendMode()
36 return WebBlendMode##MODENAME in toWebBlendMode()

12