Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dorientation.cpp515 addFlag(PredefinedFlag::VOLUME_AREA_VERTICAL, false); in TopToBottomOrientation()
626 addFlag(PredefinedFlag::VOLUME_AREA_VERTICAL, false); in TopToBottomOrientation()
732 addFlag(PredefinedFlag::VOLUME_AREA_VERTICAL, true); in TopToBottomOrientation()
735 if (flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in TopToBottomOrientation()
816 if (flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in TopToBottomOrientation()
836 if (flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in TopToBottomOrientation()
857 if (flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) in TopToBottomOrientation()
1155 addFlag(PredefinedFlag::VOLUME_AREA_VERTICAL, false); in LeftToRightOrientation()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dorientation.h200 VOLUME_AREA_VERTICAL enumerator
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshcolumnviewer.cpp1219 if (o->flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) volume = 1 - volume; in drawVolumeControl()
1224 !o->flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in drawVolumeControl()
1230 !o->flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in drawVolumeControl()
H A Dxsheetdragtool.cpp1886 !o->flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) { in onDrag()
1893 if (o->flag(PredefinedFlag::VOLUME_AREA_VERTICAL)) v = 1 - v; in onDrag()