Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/actions/
H A DActionIDs.h148 #define ACTION_ROTATE_PICTURE_CW 50 macro
H A DActionTranslator.cpp85 {"rotate", ACTION_ROTATE_PICTURE_CW},
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/interfaces/gui/
H A DGUITranslator.cpp119 case ACTION_ROTATE_PICTURE_CW: in TranslateActionIdToAddon()
598 return ACTION_ROTATE_PICTURE_CW; in TranslateActionIdToKodi()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DGUIWindowSlideShow.cpp880 case ACTION_ROTATE_PICTURE_CW: in OnAction()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DPlayerOperations.cpp639 SendSlideshowAction(ACTION_ROTATE_PICTURE_CW); in Rotate()