Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_intern.h
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | void sequencer_draw_preview(const struct bContext *C, | ||||
| struct SpaceSeq *sseq, | struct SpaceSeq *sseq, | ||||
| int cfra, | int cfra, | ||||
| int offset, | int offset, | ||||
| bool draw_overlay, | bool draw_overlay, | ||||
| bool draw_backdrop); | bool draw_backdrop); | ||||
| void color3ubv_from_seq(struct Scene *curscene, struct Sequence *seq, unsigned char col[3]); | void color3ubv_from_seq(struct Scene *curscene, struct Sequence *seq, unsigned char col[3]); | ||||
| 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); | |||||
| /* 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 Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct SpaceSeq *sseq, | struct SpaceSeq *sseq, | ||||
| ▲ Show 20 Lines • Show All 168 Lines • Show Last 20 Lines | |||||