Home
last modified time | relevance | path

Searched refs:rStop (Results 1 – 25 of 41) sorted by relevance

12

/dports/shells/elvish/elvish-0.17.0/pkg/cli/term/
H A Dfile_reader_unix.go27 rStop, wStop, err := os.Pipe()
31 return &bReader{file: file, rStop: rStop, wStop: wStop}, nil
36 rStop *os.File member
46 ready, err := eunix.WaitForRead(timeout, r.file, r.rStop)
55 r.rStop.Read(b[:])
83 r.rStop.Close()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dpdfwriter.cxx108 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop ) in DrawLine() argument
110 xImplementation->drawLine( rStart, rStop ); in DrawLine()
113 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in DrawLine() argument
115 xImplementation->drawLine( rStart, rStop, rInfo ); in DrawLine()
143 void PDFWriter::DrawArc( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() argument
145 xImplementation->drawArc( rRect, rStart, rStop, false, false ); in DrawArc()
148 void PDFWriter::DrawPie( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() argument
150 xImplementation->drawArc( rRect, rStart, rStop, true, false ); in DrawPie()
153 void PDFWriter::DrawChord( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() argument
155 xImplementation->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
H A DFileDefinitionWidgetDraw.cxx261 for (gfx::GradientStop const& rStop : pLinearGradient->maGradientStops) in drawFromDrawCommands()
263 Color aColor(rStop.maColor); in drawFromDrawCommands()
264 aColor.SetTransparency(rStop.mfOpacity * (1.0f - rRectangle.mnOpacity)); in drawFromDrawCommands()
265 aGradient.maStops.emplace_back(aColor, rStop.mfOffset); in drawFromDrawCommands()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter.cxx108 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop ) in DrawLine() argument
110 xImplementation->drawLine( rStart, rStop ); in DrawLine()
113 void PDFWriter::DrawLine( const Point& rStart, const Point& rStop, const LineInfo& rInfo ) in DrawLine() argument
115 xImplementation->drawLine( rStart, rStop, rInfo ); in DrawLine()
143 void PDFWriter::DrawArc( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc() argument
145 xImplementation->drawArc( rRect, rStart, rStop, false, false ); in DrawArc()
148 void PDFWriter::DrawPie( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie() argument
150 xImplementation->drawArc( rRect, rStart, rStop, true, false ); in DrawPie()
153 void PDFWriter::DrawChord( const tools::Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawChord() argument
155 xImplementation->drawArc( rRect, rStart, rStop, false, true ); in DrawChord()
H A DFileDefinitionWidgetDraw.cxx327 for (gfx::GradientStop const& rStop : pLinearGradient->maGradientStops) in drawFromDrawCommands()
329 Color aColor(rStop.maColor); in drawFromDrawCommands()
331 - (rStop.mfOpacity * (1.0f - rRectangle.mnOpacity))); in drawFromDrawCommands()
332 aGradient.maStops.emplace_back(aColor, rStop.mfOffset); in drawFromDrawCommands()
/dports/biology/bbmap/bbmap/current/driver/
H A DPlotGC.java159 long rStart=0, rStop=0; in process() local
184 rStop=rStart+len; in process()
185 String s=toGC(r.id, start, i, rStart, rStop, acgt); in process()
187 rStart=rStop+1; in process()
197 rStop=rStart+len; in process()
198 String s=toGC(r.id, start, i-1, rStart, rStop, acgt); in process()
200 rStart=rStop+1; in process()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/inc/
H A Djumpmatrix.hxx48 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) const in GetJump()
53 rStop = nStop; in GetJump()
103 …etJump( SCSIZE nCol, SCSIZE nRow, double& rBool, short& rStart, short& rNext, short& rStop ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/inc/
H A Djumpmatrix.hxx49 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) const in GetJump()
54 rStop = nStop; in GetJump()
104 …etJump( SCSIZE nCol, SCSIZE nRow, double& rBool, short& rStart, short& rNext, short& rStop ) const;
/dports/biology/bbmap/bbmap/current/aligner/
H A DAlignmentResult.java13 rStop=rStop_; in AlignmentResult()
22 public int rStop; field in AlignmentResult
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/tidwall/match/
H A Dmatch.go42 if r == rStop {
53 rStop const
60 return rStop
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/tidwall/match/
H A Dmatch.go42 if r == rStop {
53 rStop const
60 return rStop
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tidwall/match/
H A Dmatch.go42 if r == rStop {
53 rStop const
60 return rStop
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/tidwall/match/
H A Dmatch.go42 if r == rStop {
53 rStop const
60 return rStop
/dports/science/jdftx/jdftx-1.6.0/jdftx/fluid/
H A DSaLSA.h54 int rStart, rStop; //MPI division of response array variable
H A DSaLSA.cpp181 TaskDivision(response.size(), mpiWorld).myRange(rStart, rStop); in SaLSA()
191 for(int r=rStart; r<rStop; r++) in chi()
265 for(int r=rStart; r<rStop; r++) in get_Adiel_and_grad_internal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Djumpmatrix.cxx70 SCSIZE nCol, SCSIZE nRow, double& rBool, short& rStart, short& rNext, short& rStop) const in GetJump()
86 GetJump(rBool, rStart, rNext, rStop); in GetJump()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Djumpmatrix.cxx72 SCSIZE nCol, SCSIZE nRow, double& rBool, short& rStart, short& rNext, short& rStop) const in GetJump()
88 GetJump(rBool, rStart, rNext, rStop); in GetJump()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Ddecoview.hxx89 …void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Ddecoview.hxx114 …void DrawSeparator( const Point& rStart, const Point& rStop, bool bVertical = true …
/dports/science/jdftx/jdftx-1.6.0/jdftx/aux/
H A DElectrostaticRadius.cpp55 const double rStart = 1e-3, rStop = Rmax + 10*sigma, dlogr = 0.01, rRatio = exp(dlogr); in getProjector() local
56 std::vector<double> rArr; for(double r=rStart; r<=rStop; r*=rRatio) rArr.push_back(r); in getProjector()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpgdi.cxx1515 for (SalGradientStop const & rStop : rGradient.maStops) in implDrawGradient()
1517 double r = rStop.maColor.GetRed() / 255.0; in implDrawGradient()
1518 double g = rStop.maColor.GetGreen() / 255.0; in implDrawGradient()
1519 double b = rStop.maColor.GetBlue() / 255.0; in implDrawGradient()
1520 double a = (0xFF - rStop.maColor.GetTransparency()) / 255.0; in implDrawGradient()
1521 double offset = rStop.mfOffset; in implDrawGradient()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_c.c114 rStop={40,145,62,177}, variable
315 PlotCIcon(&rStop, button[1]); in DrawButton()
380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dmac_c.c114 rStop={40,145,62,177}, variable
315 PlotCIcon(&rStop, button[1]); in DrawButton()
380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dmac_c.c114 rStop={40,145,62,177}, variable
315 PlotCIcon(&rStop, button[1]); in DrawButton()
380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_c.c114 rStop={40,145,62,177}, variable
315 PlotCIcon(&rStop, button[1]); in DrawButton()
380 if( PtInRect(p, &rStop)){ mac_rc=RC_QUIT; ctl_current_time(0,0); } in click_PlayerWin()

12