Go to the source code of this file.
|
| static ThumbnailCache * | blender::seq::ensure_thumbnail_cache (Scene *scene) |
| |
| static ThumbnailCache * | blender::seq::query_thumbnail_cache (Scene *scene) |
| |
| bool | blender::seq::strip_can_have_thumbnail (const Scene *scene, const Sequence *seq) |
| |
| static std::string | blender::seq::get_path_from_seq (Scene *scene, const Sequence *seq, float timeline_frame) |
| |
| static void | blender::seq::image_size_to_thumb_size (int &r_width, int &r_height) |
| |
| static ImBuf * | blender::seq::make_thumb_for_image (const Scene *scene, const ThumbnailCache::Request &request) |
| |
| static void | blender::seq::scale_to_thumbnail_size (ImBuf *ibuf) |
| |
| static ImBuf * | blender::seq::query_thumbnail (ThumbnailCache &cache, const std::string &key, int frame_index, float timeline_frame, const bContext *C, const Sequence *seq) |
| |
| ImBuf * | blender::seq::thumbnail_cache_get (const bContext *C, Scene *scene, const Sequence *seq, float timeline_frame) |
| |
| void | blender::seq::thumbnail_cache_invalidate_strip (Scene *scene, const Sequence *seq) |
| |
| void | blender::seq::thumbnail_cache_maintain_capacity (Scene *scene) |
| |
| void | blender::seq::thumbnail_cache_discard_requests_outside (Scene *scene, const rctf &rect) |
| |
| void | blender::seq::thumbnail_cache_clear (Scene *scene) |
| |
| void | blender::seq::thumbnail_cache_destroy (Scene *scene) |
| |