Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/SEQ_time.h
| Show All 39 Lines | int SEQ_time_find_next_prev_edit(struct Scene *scene, | ||||
| int timeline_frame, | int timeline_frame, | ||||
| const short side, | const short side, | ||||
| const bool do_skip_mute, | const bool do_skip_mute, | ||||
| const bool do_center, | const bool do_center, | ||||
| const bool do_unselected); | const bool do_unselected); | ||||
| void SEQ_time_update_sequence(struct Scene *scene, struct Sequence *seq); | void SEQ_time_update_sequence(struct Scene *scene, struct Sequence *seq); | ||||
| void SEQ_time_update_sequence_bounds(struct Scene *scene, struct Sequence *seq); | void SEQ_time_update_sequence_bounds(struct Scene *scene, struct Sequence *seq); | ||||
| int SEQ_time_cmp_time_startdisp(const void *a, const void *b); | int SEQ_time_cmp_time_startdisp(const void *a, const void *b); | ||||
| int SEQ_time_strip_length_get(const struct Scene *scene, const struct Sequence *seq); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||