Home
last modified time | relevance | path

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

/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DSlideDlg.cpp21 #define TRANSITIONS_DIR wxFindDataDirectory(_T("transitions")) macro
98 imgFile = TRANSITIONS_DIR + wxT("none.png"); in getTransitionImage()
100 imgFile = TRANSITIONS_DIR + wxT("random.png"); in getTransitionImage()
102 imgFile = TRANSITIONS_DIR + transition.BeforeLast(wxT('.')) + wxT(".png"); in getTransitionImage()
H A DProcessSlideshow.cpp22 #define TRANSITIONS_DIR wxFindDataDirectory(wxT("transitions")) macro
110 wxString fname = wxFindFirstFile(TRANSITIONS_DIR + _T("*.xml")); in GenerateSlideshow()
H A DSlideshow.cpp20 #define TRANSITIONS_DIR wxFindDataDirectory(wxT("transitions")) macro
247 wxString fname = wxFindFirstFile(TRANSITIONS_DIR + _T("*.xml")); in GetTransitions()
H A DSettingsDlg.cpp22 #define TRANSITIONS_DIR wxFindDataDirectory(wxT("transitions")) macro
/dports/multimedia/openshot/openshot-qt-2.6.1/src/classes/legacy/openshot/classes/
H A Dproject.py53 self.TRANSITIONS_DIR = os.path.join(self.BASE_DIR, "openshot", "transitions")