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

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 117 virtual void blendFunc(
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp 51 static inline int blendFunc(const AnimationBase*, int from, int to, double progress)
56 static inline unsigned blendFunc(const AnimationBase*, unsigned from, unsigned to, double progress)
61 static inline double blendFunc(const AnimationBase*, double from, double to, double progress)
66 static inline float blendFunc(const AnimationBase*, float from, float to, double progress)
71 static inline Color blendFunc(const AnimationBase* animation, const StyleColor& from, const StyleColor& to, double progress)
78 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double progress)
83 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress)
85 return LengthSize(blendFunc(anim, from.width(), to.width(), progress),
86 blendFunc(anim, from.height(), to.height(), progress));
89 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, double progress
    [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 94 virtual void blendFunc(WebKit::WGC3Denum sfactor,
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 86 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { }
  /system/core/include/pixelflinger/
pixelflinger.h 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]

Completed in 111 milliseconds