HomeSort by relevance Sort by last modified time
    Searched defs:blendFunc (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 80 static inline int blendFunc(const AnimationBase*, int from, int to, double progress)
85 static inline double blendFunc(const AnimationBase*, double from, double to, double progress)
90 static inline float blendFunc(const AnimationBase*, float from, float to, double progress)
95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double progress)
106 Color premultBlended(blendFunc(anim, premultFrom.red(), premultTo.red(), progress),
107 blendFunc(anim, premultFrom.green(), premultTo.green(), progress),
108 blendFunc(anim, premultFrom.blue(), premultTo.blue(), progress),
109 blendFunc(anim, premultFrom.alpha(), premultTo.alpha(), progress));
114 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double progress)
119 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 423 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor)
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 801 void WebGLRenderingContext::blendFunc(GC3Denum sfactor, GC3Denum dfactor)
805 m_context->blendFunc(sfactor, dfactor);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 754 void GraphicsContext3D::blendFunc(GC3Denum sfactor, GC3Denum dfactor)
    [all...]

Completed in 146 milliseconds