Home
last modified time | relevance | path

Searched refs:is_top_clip (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DTimelineBase.h48 bool is_top_clip; ///< Is clip on top (if overlapping another clip) member
H A DTimeline.cpp606 …r<Frame> new_frame, Clip* source_clip, int64_t clip_frame_number, bool is_top_clip, float max_volu… in add_layer() argument
610 options->is_top_clip = is_top_clip; in add_layer()
863 bool is_top_clip = true; in GetFrame() local
875 … nearby_clip_start_position > clip_start_position && is_top_clip == true) { in GetFrame()
876 is_top_clip = false; in GetFrame()
895 add_layer(new_frame, clip, clip_frame_number, is_top_clip, max_volume); in GetFrame()
H A DTimeline.h186 …ew_frame, openshot::Clip* source_clip, int64_t clip_frame_number, bool is_top_clip, float max_volu…
H A DClip.cpp431 if (options->is_top_clip) { in GetFrame()