Home
last modified time | relevance | path

Searched refs:changeLength (Results 1 – 25 of 54) sorted by relevance

123

/dports/audio/lmms/lmms-1.2.2/tests/src/tracks/
H A DAutomationTrackTest.cpp125 p.changeLength(100); in testLengthRespected()
130 p.changeLength(50); in testLengthRespected()
144 notePattern->changeLength(MidiTime(4, 0)); in testInlineAutomation()
189 tco.changeLength(MidiTime::ticksPerTact() * 2); in testBBTrack()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dhpgl_encoder.py268 newEndPoint = self.changeLength(Vector2d(oldPosX, oldPosY),\
276 def changeLength(self, p1, p2, offset): member in hpglEncoder
300 … pointThree = self.changeLength(self.vData[1][1], self.vData[2][1], self.toolOffset)
306 … pointThree = self.changeLength(self.vData[0][1], self.vData[1][1], self.toolOffset)
318 pointFour = self.changeLength(originalSegment.end,\
321 pointFour = self.changeLength(originalSegment.start,\
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_InsertSpan.cpp207 pft->changeLength(fragLen+length); in _insertSpan()
219 pft->changeLength(pft->getLength()+pftNext->getLength()); in _insertSpan()
252 pftPrev->changeLength(pftPrev->getLength()+pft->getLength()); in _insertSpan()
275 pftPrev->changeLength(prevLength+length); in _insertSpan()
320 pft->changeLength(fragOffset); in _insertSpan()
H A Dpt_PT_ChangeSpan.cpp194 pftPrev->changeLength(pftPrev->getLength()+length); in _fmtChangeSpan()
236 pftPrev->changeLength(pftPrev->getLength()+length); in _fmtChangeSpan()
283 pft->changeLength(len_1); in _fmtChangeSpan()
296 pft->changeLength(len_1); in _fmtChangeSpan()
319 pft->changeLength(len_1); in _fmtChangeSpan()
H A Dpf_Frag_Text.h59 void changeLength(UT_uint32 newLength);
H A Dpf_Frag_Text.cpp117 void pf_Frag_Text::changeLength(UT_uint32 newLength) in changeLength() function in pf_Frag_Text
H A Dpt_PT_Append.cpp413 pfLastText->changeLength(pfLastText->getLength() + length); in appendSpan()
533 pft->changeLength(pft->getLength()+length); in insertSpanBeforeFrag()
H A Dpt_PT_FmtMark.cpp179 pft->changeLength(fragOffset); in _insertFmtMark()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java148 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
157 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java148 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
157 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java147 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
156 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java147 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
156 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java147 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
156 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java148 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
157 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java148 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
157 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/
H A DArrayBounds.java148 private static void changeLength(Foo f, int n) { in changeLength() method in ArrayBounds
157 if (i == 0) changeLength(f, 5); in arraySideEffectWork()
/dports/audio/lmms/lmms-1.2.2/src/tracks/
H A DSampleTrack.cpp121 void SampleTCO::changeLength( const MidiTime & _length ) in changeLength() function in SampleTCO
123 TrackContentObject::changeLength( qMax( static_cast<int>( _length ), 1 ) ); in changeLength()
163 changeLength(length); in setSampleFile()
282 changeLength( _this.attribute( "len" ).toInt() ); in loadSettings()
466 m_tco->changeLength(length); in mouseDoubleClickEvent()
H A DBBTrack.cpp57 changeLength( MidiTime( t, 0 ) ); in BBTCO()
108 changeLength( element.attribute( "len" ).toInt() ); in loadSettings()
/dports/audio/lmms/lmms-1.2.2/include/
H A DSampleTrack.h46 virtual void changeLength( const MidiTime & _length );
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DAutomationPattern.cpp54 changeLength( MidiTime( 1, 0 ) ); in AutomationPattern()
201 changeLength( timeMapLength() ); in updateLength()
615 changeLength( len ); in loadSettings()
H A DTrack.cpp110 changeLength( 0 ); in TrackContentObject()
164 void TrackContentObject::changeLength( const MidiTime & length ) in changeLength() function in TrackContentObject
929 m_tco->changeLength( t ); in mouseMoveEvent()
1271 tco->changeLength( tco->length() ); in changePosition()
2364 tco->changeLength( MidiTime( 1, 0 ) ); in createTCOsForBB()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DTextEdit.pas248 …TERecalcProcPtr = procedure( pTE: TEPtr; changeLength: UInt16; var lineStart: UInt16; var firstCha…
1007 procedure InvokeTERecalcUPP( pTE: TEPtr; changeLength: UInt16; var lineStart: UInt16; var firstChar…
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DMultipleAlignmentObject.h128 void changeLength(U2OpStatus &os, qint64 newLength);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscntxt.h713 void changeLength(size_t newLength) { in changeLength() function
719 changeLength(newLength); in changeArray()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.h694 void changeLength(size_t newLength) { in changeLength() function
700 changeLength(newLength); in changeArray()

123