Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_sequencer.h
| Show First 20 Lines • Show All 583 Lines • ▼ Show 20 Lines | struct ImBuf *BKE_sequencer_render_mask_input(const SeqRenderData *context, | ||||
| bool make_float); | bool make_float); | ||||
| void BKE_sequencer_color_balance_apply(struct StripColorBalance *cb, | void BKE_sequencer_color_balance_apply(struct StripColorBalance *cb, | ||||
| struct ImBuf *ibuf, | struct ImBuf *ibuf, | ||||
| float mul, | float mul, | ||||
| bool make_float, | bool make_float, | ||||
| struct ImBuf *mask_input); | struct ImBuf *mask_input); | ||||
| void BKE_sequencer_all_free_anim_ibufs(struct Scene *scene, int cfra); | void BKE_sequencer_all_free_anim_ibufs(struct Scene *scene, int cfra); | ||||
| bool BKE_sequencer_check_recursivity(struct Editing *ed, | |||||
| struct Sequence *user, | |||||
| struct Sequence *used); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #endif /* __BKE_SEQUENCER_H__ */ | #endif /* __BKE_SEQUENCER_H__ */ | ||||