Home
last modified time | relevance | path

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

/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Widgets/
H A DColorPaletteWidget.cs46 OrientationEnum orientation;
56 enum OrientationEnum enum in Pinta.Gui.Widgets.ColorPaletteWidget
201 …int x = (orientation == OrientationEnum.Horizontal) ? startI + iRow * swatchSize : startJ + jRow *… in OnExposeEvent()
202 …int y = (orientation == OrientationEnum.Horizontal) ? startJ + jRow * swatchSize : startI + iRow *… in OnExposeEvent()
233 orientation = OrientationEnum.Horizontal; in OnSizeAllocated()
239 orientation = OrientationEnum.Vertical; in OnSizeAllocated()
271 if (orientation == OrientationEnum.Horizontal) in PointToPalette()
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiScrollContainer.h50 enum OrientationEnum enum
58 OrientationEnum m_orientation;
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.h115 enum OrientationEnum enum
127 OrientationEnum _orientation;
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.h140 enum OrientationEnum enum
152 OrientationEnum _orientation;
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.h140 enum OrientationEnum enum
152 OrientationEnum _orientation;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Demulation_handler.cc46 if (type == Emulation::DisplayFeature::OrientationEnum::Vertical) in DisplayFeatureOrientationTypeFromString()
48 if (type == Emulation::DisplayFeature::OrientationEnum::Horizontal) in DisplayFeatureOrientationTypeFromString()