Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_intern.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | |||||
| void sequencer_special_update_set(Sequence *seq); | void sequencer_special_update_set(Sequence *seq); | ||||
| float sequence_handle_size_get_clamped(struct Sequence *seq, const float pixelx); | float sequence_handle_size_get_clamped(struct Sequence *seq, const float pixelx); | ||||
| /* UNUSED */ | /* UNUSED */ | ||||
| /* void seq_reset_imageofs(struct SpaceSeq *sseq); */ | /* void seq_reset_imageofs(struct SpaceSeq *sseq); */ | ||||
| struct ImBuf *sequencer_ibuf_get(struct Main *bmain, | struct ImBuf *sequencer_ibuf_get(struct Main *bmain, | ||||
| struct ARegion *region, | |||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct SpaceSeq *sseq, | struct SpaceSeq *sseq, | ||||
| int cfra, | int cfra, | ||||
| int frame_ofs, | int frame_ofs, | ||||
| const char *viewname); | const char *viewname); | ||||
| /* sequencer_edit.c */ | /* sequencer_edit.c */ | ||||
| ▲ Show 20 Lines • Show All 139 Lines • Show Last 20 Lines | |||||