Home
last modified time | relevance | path

Searched refs:headType (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsarrowsymbollayer.cpp156 map[QStringLiteral( "head_type" )] = QString::number( headType() ); in properties()
204 mComputedHeadType = headType(); in startRender()
231 if ( ( headType == QgsArrowSymbolLayer::HeadSingle ) && ( length < headWidth ) ) in straightArrow()
236 else if ( ( headType == QgsArrowSymbolLayer::HeadReversed ) && ( length < headWidth ) ) in straightArrow()
262 if ( headType == QgsArrowSymbolLayer::HeadDouble ) in straightArrow()
288 else if ( headType == QgsArrowSymbolLayer::HeadSingle ) in straightArrow()
312 else if ( headType == QgsArrowSymbolLayer::HeadReversed ) in straightArrow()
526 if ( headType == QgsArrowSymbolLayer::HeadDouble ) in curvedArrow()
559 else if ( headType == QgsArrowSymbolLayer::HeadSingle ) in curvedArrow()
590 else if ( headType == QgsArrowSymbolLayer::HeadReversed ) in curvedArrow()
[all …]
H A Dqgsarrowsymbollayer.h127 HeadType headType() const { return mHeadType; } in headType() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsarrowsymbollayer.cpp147 map[QStringLiteral( "head_type" )] = QString::number( headType() ); in properties()
195 mComputedHeadType = headType(); in startRender()
222 if ( ( headType == QgsArrowSymbolLayer::HeadSingle ) && ( length < headWidth ) ) in straightArrow()
227 else if ( ( headType == QgsArrowSymbolLayer::HeadReversed ) && ( length < headWidth ) ) in straightArrow()
253 if ( headType == QgsArrowSymbolLayer::HeadDouble ) in straightArrow()
279 else if ( headType == QgsArrowSymbolLayer::HeadSingle ) in straightArrow()
303 else if ( headType == QgsArrowSymbolLayer::HeadReversed ) in straightArrow()
517 if ( headType == QgsArrowSymbolLayer::HeadDouble ) in curvedArrow()
550 else if ( headType == QgsArrowSymbolLayer::HeadSingle ) in curvedArrow()
581 else if ( headType == QgsArrowSymbolLayer::HeadReversed ) in curvedArrow()
[all …]
H A Dqgsarrowsymbollayer.h124 HeadType headType() const { return mHeadType; } in headType() function
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddurationtype.cpp163 NoteHead::Type TDuration::headType() const in headType() function in Ms::TDuration
165 NoteHead::Type headType = NoteHead::Type::HEAD_WHOLE; in headType() local
176 headType = NoteHead::Type::HEAD_QUARTER; in headType()
179 headType = NoteHead::Type::HEAD_HALF; in headType()
183 headType = NoteHead::Type::HEAD_WHOLE; in headType()
186 headType = NoteHead::Type::HEAD_BREVIS; in headType()
189 headType = NoteHead::Type::HEAD_BREVIS; in headType()
194 headType = NoteHead::Type::HEAD_QUARTER; in headType()
197 return headType; in headType()
H A Ddurationtype.h70 NoteHead::Type headType() const;
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/widgets/
H A Dcurveappearance.h57 int headType() const;
59 void setHeadType(const int headType);
H A Dcurveappearance.cpp297 int CurveAppearance::headType() const { in headType() function in Kst::CurveAppearance
527 CurvePointSymbol::draw(headType(), &p, pix_w-10, pix_h/2, h); in drawSampleLine()
544 dialogDefaults().setValue("curves/headType", headType()); in setWidgetDefaults()
/dports/net/clash/clash-1.6.0/component/ssr/protocol/
H A Dprotocol.go57 headType := b[0] & 7
58 switch headType {
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DlineOp.c38 static int headType = 1; variable
101 if (headType >= 2) { in DrawArrow()
102 ux /= headType; in DrawArrow()
103 uy /= headType; in DrawArrow()
118 if (headType == 1) { in DrawArrow()
126 if (headType == 2) { in DrawArrow()
134 if (headType == 3) { in DrawArrow()
623 headType = t; in ArrowHeadSetParameters()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dcurvefactory.cpp36 int lineStyle=0, lineWidth=0, pointType=0, pointDensity=0, pointSize = 0, headType=0; in generateRelation() local
94 headType = attrs.value("headtype").toString().toInt(); in generateRelation()
196 curve->setHeadType(headType); in generateRelation()
H A Drelationscriptinterface.cpp102 _fnMap.insert("headType",&CurveSI::headType); in CurveSI()
419 QString CurveSI::headType(QString&) { in headType() function in Kst::CurveSI
420 return QString::number(curve->headType()); in headType()
H A Drelationscriptinterface.h102 QString headType(QString&);
H A Dcurve.h121 virtual int headType() const { return HeadType; } in headType() function
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dcurvedialog.cpp397 _curveTab->curveAppearance()->setHeadType(curve->headType()); in configureTab()
457 curve->setHeadType(_curveTab->curveAppearance()->headType()); in createNewDataObject()
564 …int headType = _curveTab->curveAppearance()->headTypeDirty() ? _curveTab->curveAppearance()->head… in editExistingDataObject() local
591 curve->setHeadType(headType); in editExistingDataObject()
623 curve->setHeadType(_curveTab->curveAppearance()->headType()); in editExistingDataObject()
/dports/audio/musescore/MuseScore-3.6.1/mtest/scripting/
H A Dp1.qml54 // log2(" headType:", note.headType);
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/graph/demos/
H A DGPUTextRendererListenerBase01.java75 int headType = 0; field in GPUTextRendererListenerBase01
142 headType = ( headType + 1 ) % 4 ; in switchHeadBox()
143 switch(headType) { in switchHeadBox()
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Dtheory_datatypes_type_rules.h393 TypeNode headType = n[0].getType(check); in computeType() local
394 if (!headType.isDatatype()) in computeType()
400 static_cast<DatatypeType>(headType.toType()).getDatatype(); in computeType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemahelper_p.h168 static void foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType,
H A Dqxsdschemahelper.cpp591 void XsdSchemaHelper::foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType, const … in foundSubstitutionGroupTypeInheritance() argument
597 if (memberType == headType) in foundSubstitutionGroupTypeInheritance()
607 …foundSubstitutionGroupTypeInheritance(headType, memberType->wxsSuperType(), derivationSet, blockSe… in foundSubstitutionGroupTypeInheritance()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemahelper_p.h164 static void foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType,
H A Dqxsdschemahelper.cpp576 void XsdSchemaHelper::foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType, const … in foundSubstitutionGroupTypeInheritance() argument
582 if (memberType == headType) in foundSubstitutionGroupTypeInheritance()
592 …foundSubstitutionGroupTypeInheritance(headType, memberType->wxsSuperType(), derivationSet, blockSe… in foundSubstitutionGroupTypeInheritance()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/encoder/
H A Dcode.go636 headType := code.ToHeaderType(tag.IsString)
638 headType = headType.HeadToOmitEmptyHead()
640 return headType
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/note/
H A Dtst_note.cpp142 QCOMPARE(int(n->headType()), i); in note()
264 QCOMPARE(int(n->headType()), i); in note()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsarrowsymbollayerwidget.cpp79 mHeadTypeCombo->setCurrentIndex( mLayer->headType() ); in setSymbolLayer()

123