Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/SEQ_render.h
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | struct ImBuf *SEQ_render_give_ibuf_direct(const SeqRenderData *context, | ||||
| float timeline_frame, | float timeline_frame, | ||||
| struct Sequence *seq); | struct Sequence *seq); | ||||
| void SEQ_render_thumbnails(const struct SeqRenderData *context, | void SEQ_render_thumbnails(const struct SeqRenderData *context, | ||||
| struct Sequence *seq, | struct Sequence *seq, | ||||
| struct Sequence *seq_orig, | struct Sequence *seq_orig, | ||||
| float start_frame, | float start_frame, | ||||
| float frame_step, | float frame_step, | ||||
| rctf *view_area, | rctf *view_area, | ||||
| bool update_start_end, | |||||
| const short *stop); | const short *stop); | ||||
| struct ImBuf *SEQ_get_thumbnail(const struct SeqRenderData *context, | struct ImBuf *SEQ_get_thumbnail(const struct SeqRenderData *context, | ||||
| struct Sequence *seq, | struct Sequence *seq, | ||||
| float timeline_frame, | float timeline_frame, | ||||
| rcti *crop, | rcti *crop, | ||||
| bool clipped); | bool clipped); | ||||
| int SEQ_render_thumbnails_guaranteed_set_frame_step_get(const struct Sequence *seq); | int SEQ_render_thumbnails_guaranteed_set_frame_step_get(const struct Sequence *seq); | ||||
| void SEQ_render_thumbnails_base_set(const struct SeqRenderData *context, | void SEQ_render_thumbnails_base_set(const struct SeqRenderData *context, | ||||
| Show All 23 Lines | |||||