Home
last modified time | relevance | path

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

/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DTimeline.cpp549 …bool does_effect_intersect = (effect_start_position <= timeline_frame_number && effect_end_positio… in apply_effects() local
552 …effect->Position()", effect->Position(), "does_effect_intersect", does_effect_intersect, "timeline… in apply_effects()
555 if (does_effect_intersect) in apply_effects()
562 …ect)", "effect_frame_number", effect_frame_number, "does_effect_intersect", does_effect_intersect); in apply_effects()