Home
last modified time | relevance | path

Searched refs:blendFunc (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp80 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc() function
85 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc() function
90 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc() function
95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc() function
106 Color premultBlended(blendFunc(anim, premultFrom.red(), premultTo.red(), progress), in blendFunc()
107 blendFunc(anim, premultFrom.green(), premultTo.green(), progress), in blendFunc()
108 blendFunc(anim, premultFrom.blue(), premultTo.blue(), progress), in blendFunc()
109 blendFunc(anim, premultFrom.alpha(), premultTo.alpha(), progress)); in blendFunc()
114 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc() function
119 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc() function
[all …]
/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp285 m_context->blendFunc(GraphicsContext3D::ZERO, GraphicsContext3D::ZERO); in applyCompositeOperator()
292 m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
296 m_context->blendFunc(GraphicsContext3D::DST_ALPHA, GraphicsContext3D::ZERO); in applyCompositeOperator()
300 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ZERO); in applyCompositeOperator()
304 m_context->blendFunc(GraphicsContext3D::DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
308 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE); in applyCompositeOperator()
312 m_context->blendFunc(GraphicsContext3D::ZERO, GraphicsContext3D::SRC_ALPHA); in applyCompositeOperator()
316 m_context->blendFunc(GraphicsContext3D::ZERO, GraphicsContext3D::ONE_MINUS_SRC_ALPHA); in applyCompositeOperator()
320 m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::SRC_ALPHA); in applyCompositeOperator()
324 …m_context->blendFunc(GraphicsContext3D::ONE_MINUS_DST_ALPHA, GraphicsContext3D::ONE_MINUS_SRC_ALPH… in applyCompositeOperator()
[all …]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCCanvasLayerImpl.cpp59 GLC(context, context->blendFunc(sfactor, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in draw()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp407 …GLC(m_context.get(), m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC… in drawLayers()
439 …GLC(m_context.get(), m_context->blendFunc(GraphicsContext3D::ONE, GraphicsContext3D::ONE_MINUS_SRC… in drawLayers()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h100 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
DGraphicsContext3DChromium.cpp440 DELEGATE_TO_IMPL_2(blendFunc, GC3Denum, GC3Denum) in DELEGATE_TO_IMPL_2()
987 DELEGATE_TO_INTERNAL_2(blendFunc, GC3Denum, GC3Denum) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h190 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) = 0;
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h84 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
DWebGLRenderingContext.idl463 … [StrictTypeChecking] void blendFunc(in unsigned long sfactor, in unsigned long dfactor);
DWebGLRenderingContext.cpp801 void WebGLRenderingContext::blendFunc(GC3Denum sfactor, GC3Denum dfactor) in blendFunc() function in WebCore::WebGLRenderingContext
805 m_context->blendFunc(sfactor, dfactor); in blendFunc()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h623 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp423 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor) in blendFunc() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp754 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor) in blendFunc() function in WebCore::GraphicsContext3D
/external/mesa3d/docs/
DVERSIONS767 - improved blending accuracy, fixes Glean blendFunc test failures
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1617238 (WebCore::WebGLRenderingContext::blendFunc):
27089 (WebCore::WebGLRenderingContext::blendFunc):
31209 (WebCore::GraphicsContext3D::blendFunc):
31344 (WebCore::GraphicsContext3D::blendFunc):
37356 (WebCore::blendFunc):
DChangeLog-2009-06-1617250 (WebCore::blendFunc):
37658 (WebCore::blendFunc):
49374 (WebCore::blendFunc):
50790 (WebCore::blendFunc):
51358 (WebCore::blendFunc):
79326 The blendFunc() for TransformOperations should never mess with the
79333 (WebCore::blendFunc):
88504 (WebCore::blendFunc):
90307 (WebCore::blendFunc):
DChangeLog-2008-08-1015223 (WebCore::blendFunc):
76557 (WebCore::blendFunc): Added for IntSize.
76576 (WebCore::blendFunc):
76986 (WebCore::blendFunc):
77561 * page/AnimationController.cpp: (WebCore::blendFunc): Use lround instead of round.
77594 * page/AnimationController.cpp: (WebCore::blendFunc):
77672 (WebCore::blendFunc):
DChangeLog-2010-05-2423365 (WebCore::blendFunc):
29366 (WebCore::blendFunc):
43440 (WebCore::GraphicsContext3D::blendFunc):
55159 (WebCore::blendFunc):
DChangeLog-2010-12-0618762 (WebCore::WebGLRenderingContext::blendFunc):
20078blendFunc should generate INVALID_OPERATION if constant color and constant alpha are together as s…
20084 (WebCore::WebGLRenderingContext::blendFunc):
57217 (WebCore::GraphicsContext3D::blendFunc):
61681 (WebCore::GraphicsContext3D::blendFunc):
61855 (WebCore::GraphicsContext3D::blendFunc):
120613 (WebCore::blendFunc): New blend function for LengthBox
DChangeLog9797 (WebCore::blendFunc):
14338 (WebCore::blendFunc):
24146 (WebCore::blendFunc):
DChangeLog-2010-01-2982104 (WebCore::blendFunc): Added a blend function for shadow styles. When blending
84079 (WebCore::blendFunc): Blend the spread value.