Home
last modified time | relevance | path

Searched refs:HLeft (Results 1 – 25 of 62) sorted by relevance

123

/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dqttextlabeltest.cpp82 tprop.setAlign(TextProperties::HLeft, TextProperties::VTop); in qttextlabeltest()
90 tprop.setAlign(TextProperties::HLeft, TextProperties::VBottom); in qttextlabeltest()
127 tprop.setAlign(TextProperties::HLeft, TextProperties::VTop); in qttextlabeltest()
135 tprop.setAlign(TextProperties::HLeft, TextProperties::VBottom); in qttextlabeltest()
H A Dqttextrenderstrategytest.cpp151 tprop.setHAlign(TextProperties::HLeft); in render()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dqttextlabeltest.cpp82 tprop.setAlign(TextProperties::HLeft, TextProperties::VTop); in qttextlabeltest()
90 tprop.setAlign(TextProperties::HLeft, TextProperties::VBottom); in qttextlabeltest()
127 tprop.setAlign(TextProperties::HLeft, TextProperties::VTop); in qttextlabeltest()
135 tprop.setAlign(TextProperties::HLeft, TextProperties::VBottom); in qttextlabeltest()
H A Dqttextrenderstrategytest.cpp151 tprop.setHAlign(TextProperties::HLeft); in render()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRMode.cpp81 HLeft = 0, enumerator
354 I->Hands[HLeft].Free(); in OpenVRFree()
388 for (int i = HLeft; i <= HRight; ++i) { in OpenVRInitPostponed()
823 float *lPose = I->Hands[HLeft].GetPose(); in CalculateScalingPivotToWorldMatrix()
899 OpenVRController& LeftHand = I->Hands[HLeft]; in OpenVRHandleInput()
922 AttachMoleculeToController(G, HLeft); in OpenVRHandleInput()
936 AttachMoleculeToController(G, HLeft); in OpenVRHandleInput()
1104 hand = &I->Hands[HLeft]; in UpdateDevicePoses()
1143 for (int i = HLeft; i <= HRight; ++i) { in OpenVRDraw()
1164 for (int i = HLeft; i <= HRight; ++i) { in OpenVRLaserWidthChanged()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_additions/
H A Dqgsdxfexport.py18 QgsDxfExport.HAlign.HLeft.__doc__ = "Left (0)"
25 …__ = 'Horizontal alignments.\n\n' + '* ``HLeft``: ' + QgsDxfExport.HAlign.HLeft.__doc__ + '\n' + '…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_additions/
H A Dqgsdxfexport.py18 QgsDxfExport.HAlign.HLeft.__doc__ = "Left (0)"
25 …__ = 'Horizontal alignments.\n\n' + '* ``HLeft``: ' + QgsDxfExport.HAlign.HLeft.__doc__ + '\n' + '…
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoShapeAnchor.cpp47 , horizontalPos(KoShapeAnchor::HLeft) in Private()
261 case HLeft: in saveOdf()
358 d->horizontalPos = HLeft; in loadOdf()
453 d->horizontalPos = HLeft; in loadOdf()
502 d->horizontalPos = HLeft; in setAnchorType()
H A DKoShapeAnchor.h103 HLeft, enumerator
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoShapeAnchor.cpp47 , horizontalPos(KoShapeAnchor::HLeft) in Private()
260 case HLeft: in saveOdf()
357 d->horizontalPos = HLeft; in loadOdf()
455 d->horizontalPos = HLeft; in loadOdf()
504 d->horizontalPos = HLeft; in setAnchorType()
H A DKoShapeAnchor.h103 HLeft, enumerator
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/rendering/
H A Dabsoluteoverlayquadstrategytest.cpp45 Strategy::HAlign hAlign(Strategy::HLeft); in TEST()
H A Doverlayquadstrategytest.cpp44 Strategy::HAlign hAlign(Strategy::HLeft); in TEST()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/rendering/
H A Doverlayquadstrategytest.cpp44 Strategy::HAlign hAlign(Strategy::HLeft); in TEST()
H A Dabsoluteoverlayquadstrategytest.cpp45 Strategy::HAlign hAlign(Strategy::HLeft); in TEST()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DFloatingAnchorStrategy.cpp270 case KoShapeAnchor::HLeft: in countHorizontalPos()
447 …peAnchor::AnchorParagraph || (m_anchor->horizontalPos() != KoShapeAnchor::HLeft && m_anchor->horiz… in checkStacking()
462 if (m_anchor->horizontalPos() == KoShapeAnchor::HLeft) in checkStacking()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DFloatingAnchorStrategy.cpp270 case KoShapeAnchor::HLeft: in countHorizontalPos()
447 …peAnchor::AnchorParagraph || (m_anchor->horizontalPos() != KoShapeAnchor::HLeft && m_anchor->horiz… in checkStacking()
462 if (m_anchor->horizontalPos() == KoShapeAnchor::HLeft) in checkStacking()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dtextproperties.cpp25 : m_pixelHeight(24), m_hAlign(HLeft), m_vAlign(VTop), in TextProperties()
H A Dtextproperties.h45 HLeft, enumerator
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/rendering/
H A Dtextproperties.cpp25 : m_pixelHeight(24), m_hAlign(HLeft), m_vAlign(VTop), in TextProperties()
H A Dtextproperties.h45 HLeft, enumerator
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsdxfexport.cpp698 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
716 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
728 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
854 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
872 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
890 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsdxfexport.cpp694 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
712 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
724 << QgsDxfExport::HAlign::HLeft in testTextAlign_data()
850 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
868 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
886 << QgsDxfExport::HAlign::HLeft in testTextQuadrant_data()
/dports/cad/solvespace/solvespace-2.3/src/
H A Dimportdxf.cpp211 case DRW_Text::HLeft: in dxfAlignToOrigin()
367 DRW_Text::HAlign alignH = DRW_Text::HLeft; in styleFor()
396 if(alignH != DRW_Text::HLeft) in styleFor()
730 if(data.alignH == DRW_Text::HLeft && data.alignV == DRW_Text::VBaseLine) { in addText()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtopengl/
H A Dqttextrenderstrategy.cpp47 case TextProperties::HLeft: in textPropertiesToAlignment()

123