Home
last modified time | relevance | path

Searched defs:fade (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_noise.hpp82 GLM_FUNC_QUALIFIER tvec2<T, P> fade(tvec2<T, P> const & t) in fade() function
88 GLM_FUNC_QUALIFIER tvec3<T, P> fade(tvec3<T, P> const & t) in fade() function
94 GLM_FUNC_QUALIFIER tvec4<T, P> fade(tvec4<T, P> const & t) in fade() function
/third_party/ffmpeg/libavfilter/
Davf_avectorscope.c67 int fade[4]; member
164 static int fade(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in fade() function
Daf_dynaudnorm.c359 static inline double fade(double prev, double next, int pos, int length) in fade() function
/third_party/skia/gm/
Dcomplexclip.cpp179 const SkAlpha fade = 0x33; in drawHairlines() local
/third_party/ffmpeg/libavformat/
Dsbgdec.c97 struct sbg_fade fade; member
104 struct sbg_fade fade; member
524 struct sbg_fade fade = { SBG_FADE_SAME, SBG_FADE_SAME, 0 }; in parse_time_sequence() local
/third_party/ffmpeg/libavcodec/
Dvp8.c496 static void fade(uint8_t *dst, ptrdiff_t dst_linesize, in fade() function