Blender V5.0
vse_effect_wipe.cc File Reference
#include <algorithm>
#include "BLI_math_vector.hh"
#include "BLI_task.hh"
#include "DNA_sequence_types.h"
#include "IMB_imbuf.hh"
#include "SEQ_render.hh"
#include "effects.hh"

Go to the source code of this file.

Classes

struct  blender::seq::WipeData

Namespaces

namespace  blender
namespace  blender::seq

Functions

static float blender::seq::calc_wipe_band (float dist, float inv_width)
static float blender::seq::calc_wipe_blend (const WipeData *data, int x, int y)
static void blender::seq::init_wipe_effect (Strip *strip)
static int blender::seq::num_inputs_wipe ()
static void blender::seq::free_wipe_effect (Strip *strip, const bool)
static void blender::seq::copy_wipe_effect (Strip *dst, const Strip *src, const int)
template<typename T>
static void blender::seq::do_wipe_effect (const Strip *strip, float fac, int width, int height, const T *rect1, const T *rect2, T *out)
static ImBufblender::seq::do_wipe_effect (const RenderData *context, SeqRenderState *, Strip *strip, float, float fac, ImBuf *ibuf1, ImBuf *ibuf2)
void blender::seq::wipe_effect_get_handle (EffectHandle &rval)