Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_intern.h
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | 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, | ||||
| int timeline_frame, | int timeline_frame, | ||||
| int frame_ofs, | int frame_ofs, | ||||
| const char *viewname); | const char *viewname); | ||||
| /* sequencer_thumbnails.c */ | /* sequencer_thumbnails.c */ | ||||
| void last_displayed_thumbnails_list_free(void *val); | void thumbnail_runtime_cache_free(void *val); | ||||
| void draw_seq_strip_thumbnail(struct View2D *v2d, | void draw_seq_strip_thumbnail(struct View2D *v2d, | ||||
| const struct bContext *C, | const struct bContext *C, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Sequence *seq, | struct Sequence *seq, | ||||
| float y1, | float y1, | ||||
| float y2, | float y2, | ||||
| float pixelx, | float pixelx, | ||||
| float pixely); | float pixely); | ||||
| ▲ Show 20 Lines • Show All 145 Lines • Show Last 20 Lines | |||||