OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blendFunc
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp
53
static inline T
blendFunc
(const AnimationBase*, T from, T to, double progress)
58
static inline float
blendFunc
(const AnimationBase*, float from, float to, double progress)
63
static inline Color
blendFunc
(const AnimationBase*, const Color& from, const Color& to, double progress)
68
static inline Length
blendFunc
(const AnimationBase*, const Length& from, const Length& to, double progress)
73
static inline BorderImageLength
blendFunc
(const AnimationBase* anim, const BorderImageLength& from, const BorderImageLength& to, double progress)
76
return BorderImageLength(
blendFunc
(anim, from.number(), to.number(), progress));
79
return BorderImageLength(
blendFunc
(anim, from.length(), to.length(), progress));
88
static inline BorderImageLengthBox
blendFunc
(const AnimationBase* anim, const BorderImageLengthBox& from,
91
return BorderImageLengthBox(
blendFunc
(anim, from.top(), to.top(), progress),
92
blendFunc
(anim, from.right(), to.right(), progress)
[
all
...]
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.h
105
virtual void
blendFunc
(
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
80
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 1537 milliseconds