Home
last modified time | relevance | path

Searched refs:aStop (Results 1 – 25 of 73) sorted by relevance

123

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/dlg/
H A DDateDlg.cpp31 { Fl_Input* o = aStop = new Fl_Input(10, 75, 200, 25, "STOPDATE"); in DateDlg()
45 aStop->label (STRING(STOP_DATE)); in DateDlg()
55 aStop->value (stopDate); in DateDlg()
57 aStop->deactivate (); in DateDlg()
70 … if (checkDate (aStart) == true && checkDate (aStop) == true || checkDate2 (aStart, aStop) == true) in cb2()
H A DDateDlg.h30 const char* StopDate () {return aStop->value();}; in StopDate()
37 Fl_Input* aStop; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/directshow/
H A DAudioSinkFilter.cpp208 AudioSinkFilter::GetStopPosition(LONGLONG* aStop) in GetStopPosition() argument
211 return pinSeeking->GetStopPosition(aStop); in GetStopPosition()
237 LONGLONG* aStop, in SetPositions() argument
243 aStop, in SetPositions()
249 LONGLONG* aStop) in GetPositions() argument
252 return pinSeeking->GetPositions(aCurrent, aStop); in GetPositions()
H A DAudioSinkFilter.h70 LONGLONG* aStop,
73 LONGLONG* aStop);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgvisitor.cxx91 gfx::GradientStop aStop; in visit() local
92 aStop.maColor = rEntry.getColor(); in visit()
93 aStop.mfOffset = rEntry.getOffset(); in visit()
94 aStop.mfOpacity = rEntry.getOpacity(); in visit()
95 pRectangle->mpFillGradient->maGradientStops.push_back(aStop); in visit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgvisitor.cxx111 gfx::GradientStop aStop; in visit() local
112 aStop.maColor = rEntry.getColor(); in visit()
113 aStop.mfOffset = rEntry.getOffset(); in visit()
114 aStop.mfOpacity = rEntry.getOpacity(); in visit()
115 pRectangle->mpFillGradient->maGradientStops.push_back(aStop); in visit()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglStrBlocks.cc55 PglStrPointBlock::PglStrPointBlock(const char *aStart, const char *aStop): in PglStrPointBlock() argument
56 PglStrBlock(sbtPoint), theStart(aStart), theStop(aStop) { in PglStrPointBlock()
107 PglStrRangeBlock::PglStrRangeBlock(int aStart, int aStop, bool beIsolated): in PglStrRangeBlock() argument
108 PglStrBlock(sbtRange), theStart(aStart), theStop(aStop), thePos(aStart) , in PglStrRangeBlock()
H A DPglStrBlocks.h43 PglStrPointBlock(const char *aStart, const char *aStop);
68 PglStrRangeBlock(int aStart, int aStop, bool beIsolated);
H A DPglStrRangeLexer.cc20 PglStrRangeLexer::Lexem::Lexem(const char *aStart, const char *aStop): in Lexem() argument
21 theStart(aStart), theStop(aStop) { in Lexem()
H A DPglStrRangeLexer.h22 Lexem(const char *aStart, const char *aStop);
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dhelperwrongspellrenderer.cxx51 const basegfx::B2DPoint aStop(aLocalTransform in renderWrongSpellPrimitive2D() local
54 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dhelperwrongspellrenderer.cxx46 …const basegfx::B2DPoint aStop(aLocalTransform * basegfx::B2DPoint(rWrongSpellCandidate.getStop(), … in renderWrongSpellPrimitive2D() local
48 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_ErrorHandler.cxx232 Standard_Boolean aStop = Standard_False; in FindHandler() local
237 while(!aStop) { in FindHandler()
263 aStop = Standard_True; in FindHandler()
268 aStop = Standard_True; in FindHandler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive2d/
H A Dwrongspellprimitive2d.cxx57 basegfx::B2DPoint aStop(getStop(), fRelativeUnderlineDistance); in create2DDecomposition() local
61 aPolygon.append(getTransformation() * aStop); in create2DDecomposition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive2d/
H A Dwrongspellprimitive2d.cxx59 basegfx::B2DPoint aStop(getStop(), fRelativeUnderlineDistance); in create2DDecomposition() local
63 aPolygon.append(getTransformation() * aStop); in create2DDecomposition()
/dports/cad/opencascade/opencascade-7.6.0/src/StdPersistent/
H A DStdPersistent_Naming.cxx99 Handle(TDF_Attribute) aStop = myStop->GetAttribute(); in Import()
100 theName.StopNamedShape (Handle(TNaming_NamedShape)::DownCast (aStop)); in Import()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DStringRangeBlocks.cc122 StringRangeInterval::StringRangeInterval(int aStart, int aStop, bool beIsolated, int aBase): in StringRangeInterval() argument
123 StringRangeBlock(sbtInterval), theStart(aStart), theStop(aStop), in StringRangeInterval()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/download/
H A DDownloadThread.h27 const char* aStop; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLLabelElement.cpp62 static bool InInteractiveHTMLContent(nsIContent* aContent, nsIContent* aStop) { in InInteractiveHTMLContent() argument
64 while (content && content != aStop) { in InInteractiveHTMLContent()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediasource/
H A DContainerParser.cpp413 StopAt aStop = StopAt::eEnd) { in AtomParser() argument
414 mValid = Init(aParser, aData, aStop).isOk(); in AtomParser()
418 const MediaSpan& aData, StopAt aStop) { in Init() argument
480 if (aStop == StopAt::eInitSegment && (mInitOffset || mMediaOffset)) { in Init()
486 if (aStop == StopAt::eMediaSegment && in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediasource/
H A DContainerParser.cpp413 StopAt aStop = StopAt::eEnd) { in AtomParser() argument
414 mValid = Init(aParser, aData, aStop).isOk(); in AtomParser()
418 const MediaSpan& aData, StopAt aStop) { in Init() argument
480 if (aStop == StopAt::eInitSegment && (mInitOffset || mMediaOffset)) { in Init()
486 if (aStop == StopAt::eMediaSegment && in Init()
/dports/www/firefox/firefox-99.0/dom/media/mediasource/
H A DContainerParser.cpp413 StopAt aStop = StopAt::eEnd) { in AtomParser() argument
414 mValid = Init(aParser, aData, aStop).isOk(); in AtomParser()
418 const MediaSpan& aData, StopAt aStop) { in Init() argument
480 if (aStop == StopAt::eInitSegment && (mInitOffset || mMediaOffset)) { in Init()
486 if (aStop == StopAt::eMediaSegment && in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediasource/
H A DContainerParser.cpp413 StopAt aStop = StopAt::eEnd) { in AtomParser() argument
414 mValid = Init(aParser, aData, aStop).isOk(); in AtomParser()
418 const MediaSpan& aData, StopAt aStop) { in Init() argument
480 if (aStop == StopAt::eInitSegment && (mInitOffset || mMediaOffset)) { in Init()
486 if (aStop == StopAt::eMediaSegment && in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mediasource/
H A DContainerParser.cpp412 StopAt aStop = StopAt::eEnd) { in AtomParser() argument
413 mValid = Init(aParser, aData, aStop).isOk(); in AtomParser()
417 const MediaByteBuffer* aData, StopAt aStop) { in Init() argument
479 if (aStop == StopAt::eInitSegment && (mInitOffset || mMediaOffset)) { in Init()
485 if (aStop == StopAt::eMediaSegment && in Init()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSScanner.cpp1061 int32_t aStop = Peek(); in ScanString() local
1062 MOZ_ASSERT(aStop == '"' || aStop == '\'', "should not have been called"); in ScanString()
1064 aToken.mSymbol = char16_t(aStop); // Remember how it's quoted. in ScanString()
1072 AddEOFCharacters(aStop == '"' ? eEOFCharacters_DoubleQuote in ScanString()
1076 if (ch == aStop) { in ScanString()

123