Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_intern.h
| Show All 37 Lines | |||||
| struct SpaceSeq; | struct SpaceSeq; | ||||
| struct StripElem; | struct StripElem; | ||||
| struct bContext; | struct bContext; | ||||
| struct rctf; | struct rctf; | ||||
| struct wmOperator; | struct wmOperator; | ||||
| /* sequencer_draw.c */ | /* sequencer_draw.c */ | ||||
| void draw_timeline_seq(const struct bContext *C, struct ARegion *region); | void draw_timeline_seq(const struct bContext *C, struct ARegion *region); | ||||
| void draw_timeline_seq_display(const struct bContext *C, struct ARegion *region); | |||||
| void sequencer_draw_preview(const struct bContext *C, | void sequencer_draw_preview(const struct bContext *C, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| 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); | ||||
| ▲ Show 20 Lines • Show All 158 Lines • Show Last 20 Lines | |||||