Home
last modified time | relevance | path

Searched refs:tickSize (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DAxisAnnotation3D.cxx82 vtkm::Vec3f_64 tickSize(0); in Render() local
113 tickSize = tickSize * this->Invert; in Render()
120 vtkm::Vec3f_32 tickSize(0); in Render() local
125 tickSize[1] = s; in Render()
126 tickSize[2] = s; in Render()
129 tickSize[0] = s; in Render()
130 tickSize[2] = s; in Render()
133 tickSize[0] = s; in Render()
134 tickSize[1] = s; in Render()
137 tickSize = tickSize * this->Invert; in Render()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DAxisAnnotation3D.cxx98 vtkm::Vec<vtkm::Float64, 3> tickSize(0); in Render() local
129 tickSize = tickSize * this->Invert; in Render()
136 vtkm::Vec<vtkm::Float32, 3> tickSize(0); in Render() local
141 tickSize[1] = s; in Render()
142 tickSize[2] = s; in Render()
145 tickSize[0] = s; in Render()
146 tickSize[2] = s; in Render()
149 tickSize[0] = s; in Render()
150 tickSize[1] = s; in Render()
153 tickSize = tickSize * this->Invert; in Render()
[all …]
/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/Clicker/Axis/DivisionType/
H A DLinearRounded.pm57 my $tickSize = $self->best_tick_size;
63 my $lowestTick = int( $range->lower() / $tickSize ) * $tickSize;
67 if ( $lowTickDifference > $self->tick_slop * $tickSize ) {
68 $lowestTick = $lowestTick + $tickSize;
79 while ( $range->upper - $tickSize > $lastTick ) {
80 $lastTick = $lastTick + $tickSize;
89 my $potentialUpperTick = $lastTick + $tickSize;
90 if ( $potentialUpperTick - $range->upper < $self->tick_slop * $tickSize ) {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dtick.go74 var tickSize float64
76 tickSize = float64(labelBox.Height() + DefaultMinimumTickVerticalSpacing)
78 tickSize = float64(labelBox.Width() + DefaultMinimumTickHorizontalSpacing)
82 domainRemainder := domain - (tickSize * 2)
83 intermediateTickCount := int(math.Floor(float64(domainRemainder) / float64(tickSize)))
/dports/finance/R-cran-timeSeries/timeSeries/R/
H A Dfin-spreads.R33 function(x, which = c("Bid", "Ask"), tickSize = NULL) argument
51 if (!is.null(tickSize)) series(spread) <- round(series(spread)/tickSize)
/dports/x11-clocks/tclock/tclock-1.0.1_3/
H A Dtclock.c67 int tickSize; variable
141 tickSize = scale * atoi(getOption("tick.size")) + 0.5; in initMisc()
142 if((tickRadius + tickSize) > clockRadius) in initMisc()
143 clockRadius = tickRadius+tickSize; in initMisc()
149 0.5 + (double)clockRadius + (double)cos60[j*5] * tickRadius - tickSize; in initMisc()
151 0.5 + (double)clockRadius + (double)sin60[j*5] * tickRadius - tickSize; in initMisc()
152 tick[i].width = tick[i].height = tickSize*2; in initMisc()
/dports/databases/pgaccess/pgaccess-1.00.20140902/demo/
H A Dsillygraphs.pga9 …:Graphs::dataSeries {id {3 4 5 6 1 7}} ; variable ::Graphs::tickSize ; set ::Graphs::tickSize {5} …
13 …:Graphs::dataSeries {id {3 4 5 6 1 7}} ; variable ::Graphs::tickSize ; set ::Graphs::tickSize {5} …
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Drainbow.py78 self.tickSize = (self.upperBound - self.lowerBound)/(self.resolution - 1)
144 normalised_value = round(val/self.tickSize) * self.tickSize
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dslider.cpp412 const int tickSize = FromDIP(TICK); in DoMoveWindow() local
426 tickOffset = tickSize; in DoMoveWindow()
455 xPos += tickSize; in DoMoveWindow()
469 xPos += tickSize; in DoMoveWindow()
566 const int tickSize = FromDIP(TICK); in DoGetBestSize() local
615 *width += tickSize; in DoGetBestSize()
618 *width += tickSize; in DoGetBestSize()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Daudio_engine.cpp123 float tickSize = sampleRate * 60.0 / bpm / resolution; in compute_tick_size() local
125 return tickSize; in compute_tick_size()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreStats.hs115 exprSize (Tick n e) = tickSize n + exprSize e
119 tickSize :: Tickish Id -> Int
120 tickSize (ProfNote _ _ _) = 1 function
121 tickSize _ = 1 function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreStats.hs115 exprSize (Tick n e) = tickSize n + exprSize e
119 tickSize :: Tickish Id -> Int
120 tickSize (ProfNote _ _ _) = 1 function
121 tickSize _ = 1 function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DStats.hs115 exprSize (Tick n e) = tickSize n + exprSize e
119 tickSize :: Tickish Id -> Int
120 tickSize (ProfNote _ _ _) = 1 function
121 tickSize _ = 1 function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DStats.hs116 exprSize (Tick n e) = tickSize n + exprSize e
120 tickSize :: CoreTickish -> Int
121 tickSize (ProfNote _ _ _) = 1 function
122 tickSize _ = 1 function
/dports/databases/kexi/kexi-3.2.0/src/widget/
H A Dkexislider.cpp112 …int tickSize(option.orientation == Qt::Horizontal ? (r.height() - h*extra)/3:(r.width() - w*extra)… in paintEvent() local
125 p.drawLine(position, h, position, tickSize + h); in paintEvent()
130 p.drawLine( position, r.height() - h - tickSize, position, r.height() - h ); in paintEvent()
136 p.drawLine(w, position, tickSize + w, position); in paintEvent()
141 p.drawLine(r.width() - w - tickSize, position, r.width() - w, position ); in paintEvent()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DDialogEQ.cpp81 const pp_uint32 tickSize = 4; in DialogEQ() local
106 … seperator = new PPSeperator(0, parentScreen, PPPoint(x2-(tickSize+1), (pp_int32)y2f), tickSize, g… in DialogEQ()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DMeterPlot.java179 private double tickSize; field in MeterPlot
246 this.tickSize = 10.0; in MeterPlot()
353 return this.tickSize; in getTickSize()
368 this.tickSize = size; in setTickSize()
1054 for (double v = minValue; v <= maxValue; v += this.tickSize) { in drawTicks()
1236 if (this.tickSize != that.tickSize) { in equals()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DcustomPlot.py51 origin = self.tickSize/2.
54 lengthIncludingPadding = length + self.tickSize + 2
/dports/finance/R-cran-timeSeries/timeSeries/man/
H A Dfin-spreads.Rd22 spreads(x, which = c("Bid", "Ask"), tickSize = NULL)
32 \item{tickSize}{
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/
H A Dticks.ts29 export function getScaledDecimals(decimals: number, tickSize: number) {
30 return decimals - Math.floor(Math.log(tickSize) / Math.LN10);
/dports/graphics/py-altair/altair-4.1.0/altair/examples/
H A Dstreamgraph.py14 axis=alt.Axis(format='%Y', domain=False, tickSize=0)
H A Dinteractive_legend.py18 alt.X('yearmonth(date):T', axis=alt.Axis(domain=False, format='%Y', tickSize=0)),
/dports/graphics/py-pycha/pycha-0.8.1/pycha/
H A Dchart.py415 x - self.options.axis.tickSize, y,
432 x, y + self.options.axis.tickSize,
698 …adding.top + x_axis_label_height + x_axis_tick_labels_height + options.axis.tickSize + self.title.h
701 … options.padding.left + y_axis_label_width + y_axis_tick_labels_width + options.axis.tickSize
705 …options.padding.left + options.padding.right + options.axis.tickSize + y_axis_label_width + y_axis…
721 self.y_ticks.w = options.axis.tickSize
725 self.x_ticks.y = self.x_tick_labels.y - options.axis.tickSize
727 self.x_ticks.h = options.axis.tickSize
797 tickSize=3.0,
H A Dradial.py127 cx.line_to(x - self.options.axis.tickSize, y)
144 x - self.options.axis.tickSize - (labelWidth * math.cos(radians)) - 4,
151 cx.move_to(x - self.options.axis.tickSize - labelWidth - 4,
241 y + self.options.axis.tickSize + (labelHeight * math.cos(radians)) + 4.0
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/slider/
H A DmultiSlider.tsx132 tickSize: number;
168 tickSize: 0,
331 tickSize={this.state.tickSize}
477 const tickSize = trackSize * tickSizeRatio;
478 this.setState({ tickSize, tickSizeRatio });

12345678910