/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 80 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/ |
D | SharedGraphicsContext3D.cpp | 285 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/ |
D | CCCanvasLayerImpl.cpp | 59 GLC(context, context->blendFunc(sfactor, GraphicsContext3D::ONE_MINUS_SRC_ALPHA)); in draw()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerRendererChromium.cpp | 407 …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/ |
D | GraphicsContext3DInternal.h | 100 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
|
D | GraphicsContext3DChromium.cpp | 440 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/ |
D | WebGraphicsContext3D.h | 190 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) = 0;
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 84 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
|
D | WebGLRenderingContext.idl | 463 … [StrictTypeChecking] void blendFunc(in unsigned long sfactor, in unsigned long dfactor);
|
D | WebGLRenderingContext.cpp | 801 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/ |
D | GraphicsContext3D.h | 623 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 423 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor) in blendFunc() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 754 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor) in blendFunc() function in WebCore::GraphicsContext3D
|
/external/mesa3d/docs/ |
D | VERSIONS | 767 - improved blending accuracy, fixes Glean blendFunc test failures
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 17238 (WebCore::WebGLRenderingContext::blendFunc): 27089 (WebCore::WebGLRenderingContext::blendFunc): 31209 (WebCore::GraphicsContext3D::blendFunc): 31344 (WebCore::GraphicsContext3D::blendFunc): 37356 (WebCore::blendFunc):
|
D | ChangeLog-2009-06-16 | 17250 (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):
|
D | ChangeLog-2008-08-10 | 15223 (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):
|
D | ChangeLog-2010-05-24 | 23365 (WebCore::blendFunc): 29366 (WebCore::blendFunc): 43440 (WebCore::GraphicsContext3D::blendFunc): 55159 (WebCore::blendFunc):
|
D | ChangeLog-2010-12-06 | 18762 (WebCore::WebGLRenderingContext::blendFunc): 20078 …blendFunc 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
|
D | ChangeLog | 9797 (WebCore::blendFunc): 14338 (WebCore::blendFunc): 24146 (WebCore::blendFunc):
|
D | ChangeLog-2010-01-29 | 82104 (WebCore::blendFunc): Added a blend function for shadow styles. When blending 84079 (WebCore::blendFunc): Blend the spread value.
|