Home
last modified time | relevance | path

Searched refs:mCurve (Results 1 – 25 of 83) sorted by relevance

1234

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/pace/ec/
H A DEcdhGenericMapping.cpp21 , mCurve(pCurve) in Q_DECLARE_LOGGING_CATEGORY()
29 Q_ASSERT(!mCurve.isNull()); in generateTerminalMappingData()
31 if (!EC_KEY_set_group(mTerminalKey.data(), mCurve.data())) in generateTerminalMappingData()
41 return EcUtil::point2oct(mCurve, EC_KEY_get0_public_key(mTerminalKey.data())); in generateTerminalMappingData()
48 QSharedPointer<EC_POINT> cardPubKey = EcUtil::oct2point(mCurve, pCardMappingData); in generateEphemeralDomainParameters()
67 return mCurve; in generateEphemeralDomainParameters()
73 QSharedPointer<EC_POINT> H = EcUtil::create(EC_POINT_new(mCurve.data())); in createNewGenerator()
80 QSharedPointer<EC_POINT> G_tilde = EcUtil::create(EC_POINT_new(mCurve.data())); in createNewGenerator()
93 if (!EC_GROUP_get_order(mCurve.data(), curveOrder.data(), nullptr)) in setGenerator()
99 if (!EC_GROUP_get_cofactor(mCurve.data(), curveCofactor.data(), nullptr)) in setGenerator()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webaudio/
H A DWaveShaperNode.cpp156 mCurve = std::move(aCurve); in SetRawArrayData()
177 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
181 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
196 if (!mCurve.Length()) { in ProcessBlock()
279 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
304 if (aOptions.mCurve.WasPassed()) { in Create()
351 mCurve = aCurve.Clone(); in SetCurveInternal()
356 mCurve.Clear(); in CleanCurveInternal()
371 if (mCurve.IsEmpty()) { in GetCurve()
376 MOZ_ASSERT(mCurve.Length() >= 2); in GetCurve()
[all …]
H A DAudioEventTimeline.cpp62 mCurve(nullptr), in AudioTimelineEvent()
80 mCurve(nullptr), in AudioTimelineEvent()
96 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
104 delete[] mCurve; in ~AudioTimelineEvent()
200 return ExtractValueFromCurve(time, aNext->mCurve, aNext->mCurveLength, in GetValueAtTimeOfEvent()
231 return aEvent->mCurve[aEvent->mCurveLength - 1]; in GetValuesAtTimeHelperInternal()
248 return ExtractValueFromCurve(aPrevious->Time<TimeType>(), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
263 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
307 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webaudio/
H A DWaveShaperNode.cpp157 mCurve.SwapElements(aCurve); in SetRawArrayData()
178 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
182 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
197 if (!mCurve.Length()) { in ProcessBlock()
280 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
305 if (aOptions.mCurve.WasPassed()) { in Create()
352 mCurve = aCurve.Clone(); in SetCurveInternal()
357 mCurve.Clear(); in CleanCurveInternal()
372 if (mCurve.IsEmpty()) { in GetCurve()
377 MOZ_ASSERT(mCurve.Length() >= 2); in GetCurve()
[all …]
H A DAudioEventTimeline.cpp63 mCurve(nullptr), in AudioTimelineEvent()
81 mCurve(nullptr), in AudioTimelineEvent()
97 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
105 delete[] mCurve; in ~AudioTimelineEvent()
201 return ExtractValueFromCurve(time, aNext->mCurve, aNext->mCurveLength, in GetValueAtTimeOfEvent()
232 return aEvent->mCurve[aEvent->mCurveLength - 1]; in GetValuesAtTimeHelperInternal()
249 return ExtractValueFromCurve(aPrevious->Time<TimeType>(), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
264 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
308 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DWaveShaperNode.cpp156 mCurve = std::move(aCurve); in SetRawArrayData()
177 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
181 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
196 if (!mCurve.Length()) { in ProcessBlock()
279 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
304 if (aOptions.mCurve.WasPassed()) { in Create()
351 mCurve = aCurve.Clone(); in SetCurveInternal()
356 mCurve.Clear(); in CleanCurveInternal()
371 if (mCurve.IsEmpty()) { in GetCurve()
376 MOZ_ASSERT(mCurve.Length() >= 2); in GetCurve()
[all …]
H A DAudioEventTimeline.cpp62 mCurve(nullptr), in AudioTimelineEvent()
80 mCurve(nullptr), in AudioTimelineEvent()
96 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
104 delete[] mCurve; in ~AudioTimelineEvent()
200 return ExtractValueFromCurve(time, aNext->mCurve, aNext->mCurveLength, in GetValueAtTimeOfEvent()
231 return aEvent->mCurve[aEvent->mCurveLength - 1]; in GetValuesAtTimeHelperInternal()
248 return ExtractValueFromCurve(aPrevious->Time<TimeType>(), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
263 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
307 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webaudio/
H A DWaveShaperNode.cpp156 mCurve = std::move(aCurve); in SetRawArrayData()
177 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
181 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
196 if (!mCurve.Length()) { in ProcessBlock()
279 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
304 if (aOptions.mCurve.WasPassed()) { in Create()
351 mCurve = aCurve.Clone(); in SetCurveInternal()
356 mCurve.Clear(); in CleanCurveInternal()
371 if (mCurve.IsEmpty()) { in GetCurve()
376 MOZ_ASSERT(mCurve.Length() >= 2); in GetCurve()
[all …]
H A DAudioEventTimeline.cpp62 mCurve(nullptr), in AudioTimelineEvent()
80 mCurve(nullptr), in AudioTimelineEvent()
96 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
104 delete[] mCurve; in ~AudioTimelineEvent()
200 return ExtractValueFromCurve(time, aNext->mCurve, aNext->mCurveLength, in GetValueAtTimeOfEvent()
231 return aEvent->mCurve[aEvent->mCurveLength - 1]; in GetValuesAtTimeHelperInternal()
248 return ExtractValueFromCurve(aPrevious->Time<TimeType>(), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
263 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
307 aPrevious->mCurve, aPrevious->mCurveLength, in GetValuesAtTimeHelperInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webaudio/
H A DWaveShaperNode.cpp157 mCurve.SwapElements(aCurve); in SetRawArrayData()
178 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
182 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
197 if (!mCurve.Length()) { in ProcessBlock()
281 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
309 if (aOptions.mCurve.WasPassed()) { in Create()
363 mCurve = aCurve; in SetCurveInternal()
368 mCurve.Clear(); in CleanCurveInternal()
383 if (mCurve.IsEmpty()) { in GetCurve()
388 MOZ_ASSERT(mCurve.Length() >= 2); in GetCurve()
[all …]
H A DAudioEventTimeline.cpp63 mCurve(nullptr), in AudioTimelineEvent()
81 mCurve(nullptr), in AudioTimelineEvent()
97 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
105 delete[] mCurve; in ~AudioTimelineEvent()
201 return ExtractValueFromCurve(time, aNext->mCurve, aNext->mCurveLength, in GetValueAtTimeOfEvent()
234 return ExtractValueFromCurve(TimeOf(aPrevious), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
248 return ExtractValueFromCurve(TimeOf(aPrevious), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
292 return ExtractValueFromCurve(TimeOf(aPrevious), aPrevious->mCurve, in GetValuesAtTimeHelperInternal()
/dports/graphics/qgis/qgis-3.22.3/src/core/annotations/
H A Dqgsannotationlineitem.cpp27 , mCurve( curve ) in QgsAnnotationLineItem()
42 QPolygonF pts = mCurve->asQPolygonF(); in render()
77 element.setAttribute( QStringLiteral( "wkt" ), mCurve->asWkt() ); in writeXml()
88 for ( auto it = mCurve->vertices_begin(); it != mCurve->vertices_end(); ++it, ++i ) in nodes()
110 if ( mCurve->deleteVertex( deleteOperation->nodeId() ) ) in applyEdit()
122 if ( mCurve->insertVertex( endOfSegmentVertex, segmentPoint ) ) in applyEdit()
131 mCurve->transform( transform ); in applyEdit()
146 std::unique_ptr< QgsCurve > modifiedCurve( mCurve->clone() ); in transientEditResults()
158 std::unique_ptr< QgsCurve > modifiedCurve( mCurve->clone() ); in transientEditResults()
180 mCurve.reset( curve->clone() ); in readXml()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webaudio/
H A DWaveShaperNode.cpp31 NS_IMPL_CYCLE_COLLECTION_TRACE_JS_MEMBER_CALLBACK(mCurve) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED()
180 mCurve.SwapElements(aCurve); in SetRawArrayData()
203 aOutputBuffer[j] = mCurve[0]; in ProcessCurve()
207 aOutputBuffer[j] = mCurve[mCurve.Length() - 1]; in ProcessCurve()
225 if (!mCurve.Length()) { in ProcessBlock()
234 float index = (mCurve.Length() - 1) * 0.5; in ProcessBlock()
308 nsTArray<float> mCurve; member in mozilla::dom::WaveShaperNodeEngine
318 , mCurve(nullptr) in WaveShaperNode()
337 mCurve = nullptr; in ClearCurve()
374 mCurve = floats.Obj(); in SetCurve()
[all …]
H A DAudioEventTimeline.h44 , mCurve(nullptr) in mType()
61 , mCurve(nullptr) in AudioTimelineEvent()
76 SetCurveParams(rhs.mCurve, rhs.mCurveLength); in AudioTimelineEvent()
85 delete[] mCurve; in ~AudioTimelineEvent()
103 mCurve = new float[aCurveLength]; in SetCurveParams()
104 PodCopy(mCurve, aCurve, aCurveLength); in SetCurveParams()
106 mCurve = nullptr; in SetCurveParams()
120 float* mCurve; member
190 if (!aEvent.mCurve || !aEvent.mCurveLength) { in ValidateEvent()
195 if (!IsValid(aEvent.mCurve[i])) { in ValidateEvent()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/sbml/
H A DReferenceGlyph.cpp92 ,mCurve(level,version,pkgVersion) in ReferenceGlyph()
111 ,mCurve(layoutns) in ReferenceGlyph()
174 , mCurve (2, l2version) in ReferenceGlyph()
325 return &this->mCurve; in getCurve()
333 return &this->mCurve; in getCurve()
344 this->mCurve = *curve; in setCurve()
466 object = &mCurve; in createObject()
665 mCurve.write(stream); in writeElements()
731 this->mCurve.accept(v); in accept()
756 mCurve.setSBMLDocument(d); in setSBMLDocument()
[all …]
H A DSpeciesReferenceGlyph.cpp106 ,mCurve(level,version,pkgVersion) in SpeciesReferenceGlyph()
125 ,mCurve(layoutns) in SpeciesReferenceGlyph()
161 ,mCurve (layoutns) in SpeciesReferenceGlyph()
372 return &this->mCurve; in getCurve()
380 return &this->mCurve; in getCurve()
391 this->mCurve = *curve; in setCurve()
516 object = &mCurve; in createObject()
733 mCurve.write(stream); in writeElements()
793 this->mCurve.accept(v); in accept()
818 mCurve.setSBMLDocument(d); in setSBMLDocument()
[all …]
H A DReactionGlyph.cpp111 ,mCurve(layoutns) in ReactionGlyph()
139 ,mCurve(layoutns) in ReactionGlyph()
168 ,mCurve(layoutns) in ReactionGlyph()
194 ,mCurve(2,l2version) in ReactionGlyph()
454 return &this->mCurve; in getCurve()
463 return &this->mCurve; in getCurve()
473 this->mCurve = *curve; in setCurve()
637 object = &mCurve; in createObject()
785 mCurve.write(stream); in writeElements()
1008 this->mCurve.accept(v); in accept()
[all …]
H A DGeneralGlyph.cpp118 ,mCurve(layoutns) in GeneralGlyph()
148 ,mCurve(layoutns) in GeneralGlyph()
180 ,mCurve(layoutns) in GeneralGlyph()
209 ,mCurve(2,l2version) in GeneralGlyph()
607 return &this->mCurve; in getCurve()
616 return &this->mCurve; in getCurve()
626 this->mCurve = *curve; in setCurve()
858 object = &mCurve; in createObject()
1007 mCurve.write(stream); in writeElements()
1211 this->mCurve.accept(v); in accept()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/sbml/
H A DReferenceGlyph.cpp92 ,mCurve(level,version,pkgVersion) in ReferenceGlyph()
111 ,mCurve(layoutns) in ReferenceGlyph()
174 , mCurve (2, l2version) in ReferenceGlyph()
325 return &this->mCurve; in getCurve()
333 return &this->mCurve; in getCurve()
344 this->mCurve = *curve; in setCurve()
466 object = &mCurve; in createObject()
665 mCurve.write(stream); in writeElements()
731 this->mCurve.accept(v); in accept()
756 mCurve.setSBMLDocument(d); in setSBMLDocument()
[all …]
H A DSpeciesReferenceGlyph.cpp106 ,mCurve(level,version,pkgVersion) in SpeciesReferenceGlyph()
125 ,mCurve(layoutns) in SpeciesReferenceGlyph()
161 ,mCurve (layoutns) in SpeciesReferenceGlyph()
372 return &this->mCurve; in getCurve()
380 return &this->mCurve; in getCurve()
391 this->mCurve = *curve; in setCurve()
516 object = &mCurve; in createObject()
733 mCurve.write(stream); in writeElements()
793 this->mCurve.accept(v); in accept()
818 mCurve.setSBMLDocument(d); in setSBMLDocument()
[all …]
H A DReactionGlyph.cpp111 ,mCurve(layoutns) in ReactionGlyph()
139 ,mCurve(layoutns) in ReactionGlyph()
168 ,mCurve(layoutns) in ReactionGlyph()
194 ,mCurve(2,l2version) in ReactionGlyph()
454 return &this->mCurve; in getCurve()
463 return &this->mCurve; in getCurve()
473 this->mCurve = *curve; in setCurve()
637 object = &mCurve; in createObject()
785 mCurve.write(stream); in writeElements()
1008 this->mCurve.accept(v); in accept()
[all …]
H A DGeneralGlyph.cpp118 ,mCurve(layoutns) in GeneralGlyph()
148 ,mCurve(layoutns) in GeneralGlyph()
180 ,mCurve(layoutns) in GeneralGlyph()
209 ,mCurve(2,l2version) in GeneralGlyph()
607 return &this->mCurve; in getCurve()
616 return &this->mCurve; in getCurve()
626 this->mCurve = *curve; in setCurve()
858 object = &mCurve; in createObject()
1007 mCurve.write(stream); in writeElements()
1211 this->mCurve.accept(v); in accept()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/annotations/
H A Dqgsannotationlineitem.cpp24 , mCurve( curve ) in QgsAnnotationLineItem()
39 QPolygonF pts = mCurve->asQPolygonF(); in render()
74 element.setAttribute( QStringLiteral( "wkt" ), mCurve->asWkt() ); in writeXml()
92 mCurve.reset( curve->clone() ); in readXml()
105 return mCurve->boundingBox(); in boundingBox()
110 …_ptr< QgsAnnotationLineItem > item = qgis::make_unique< QgsAnnotationLineItem >( mCurve->clone() ); in clone()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscurveeditorwidget.cpp43 , mCurve( transform ) in QgsCurveEditorWidget()
100 mCurve = curve; in setCurve()
156 QList< QgsPointXY > cp = mCurve.controlPoints(); in keyPressEvent()
160 mCurve.setControlPoints( cp ); in keyPressEvent()
173 mCurve.addControlPoint( point.x(), point.y() ); in plotMousePress()
186 QList< QgsPointXY > controlPoints = mCurve.controlPoints(); in findNearestControlPoint()
212 QList< QgsPointXY > cp = mCurve.controlPoints(); in plotMouseMove()
241 mCurve.setControlPoints( cp ); in plotMouseMove()
315 const auto constControlPoints = mCurve.controlPoints(); in updatePlot()
330 QVector< double > y = mCurve.y( x ); in updatePlot()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgscurveeditorwidget.cpp45 , mCurve( transform ) in QgsCurveEditorWidget()
102 mCurve = curve; in setCurve()
158 QList< QgsPointXY > cp = mCurve.controlPoints(); in keyPressEvent()
162 mCurve.setControlPoints( cp ); in keyPressEvent()
175 mCurve.addControlPoint( point.x(), point.y() ); in plotMousePress()
188 const QList< QgsPointXY > controlPoints = mCurve.controlPoints(); in findNearestControlPoint()
214 QList< QgsPointXY > cp = mCurve.controlPoints(); in plotMouseMove()
243 mCurve.setControlPoints( cp ); in plotMouseMove()
317 const auto constControlPoints = mCurve.controlPoints(); in updatePlot()
332 const QVector< double > y = mCurve.y( x ); in updatePlot()

1234