Home
last modified time | relevance | path

Searched refs:abswidth (Results 1 – 12 of 12) sorted by relevance

/dports/devel/rth/rth/jpgraph-1.8/src/
H A Djpgraph_bar.php199 var $abswidth=-1; // Width in absolute pixels variable in BarPlot
276 if( $this->abswidth == -1 ) // Not set
304 $this->abswidth=$aWidth;
353 if( $this->abswidth > -1 )
354 $abswidth=$this->abswidth;
371 $x -= $abswidth/2;
373 $x -= $abswidth;
380 $x+$abswidth,$zp);
631 if( $this->abswidth > -1 )
632 $abswidth=$this->abswidth;
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/support/smstats/includes/
H A Djpgraph_bar.php199 var $abswidth=-1; // Width in absolute pixels variable in BarPlot
277 if( $this->abswidth == -1 ) // Not set
305 $this->abswidth=$aWidth;
358 if( $this->abswidth > -1 )
359 $abswidth=$this->abswidth;
376 $x -= $abswidth/2;
378 $x -= $abswidth;
385 $x+$abswidth,$zp);
654 if( $this->abswidth > -1 )
655 $abswidth=$this->abswidth;
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DBarPlot.php46 protected $abswidth = -1; // Width in absolute pixels variable in Amenadiel\\JpGraph\\Plot\\BarPlot
171 if ($this->abswidth > -1) {
172 $graph->SetTextScaleAbsCenterOff($this->abswidth);
184 if ($this->abswidth == -1) {
217 $this->abswidth = $aWidth;
227 $this->abswidth = $aWidth;
366 if ($this->abswidth > -1) {
367 $abswidth = $this->abswidth;
369 $abswidth = round($this->width * $xscale->scale_factor, 0);
407 $x + $abswidth, $yscale->Translate($this->coords[0][$i]),
[all …]
H A DAccBarPlot.php165 if ($this->abswidth > -1) {
166 $abswidth = $this->abswidth;
168 $abswidth = round($this->width * $xscale->scale_factor, 0);
171 $pts = [$xt, $accyt, $xt, $yt, $xt + $abswidth, $yt, $xt + $abswidth, $accyt];
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_bar.php33 var $abswidth=-1; // Width in absolute pixels variable in BarPlot
139 if( $this->abswidth == -1 ) {
169 $this->abswidth=$aWidth;
295 if( $this->abswidth > -1 ) {
296 $abswidth=$this->abswidth;
320 $x -= $abswidth/2;
322 $x -= $abswidth;
331 $x+$abswidth,$zp);
717 if( $this->abswidth > -1 )
718 $abswidth=$this->abswidth;
[all …]
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_bar.php38 protected $abswidth=-1; // Width in absolute pixels variable in BarPlot
129 if( $this->abswidth > -1 ) {
130 $graph->SetTextScaleAbsCenterOff($this->abswidth);
143 if( $this->abswidth == -1 ) {
173 $this->abswidth=$aWidth;
299 if( $this->abswidth > -1 ) {
300 $abswidth=$this->abswidth;
337 $x+$abswidth,$zp);
743 if( $this->abswidth > -1 )
744 $abswidth=$this->abswidth;
[all …]
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_bar.php33 var $abswidth=-1; // Width in absolute pixels variable in BarPlot
129 if( $this->abswidth > -1 ) {
130 $graph->SetTextScaleAbsCenterOff($this->abswidth);
144 if( $this->abswidth == -1 ) {
174 $this->abswidth=$aWidth;
301 if( $this->abswidth > -1 ) {
302 $abswidth=$this->abswidth;
340 $x+$abswidth,$zp);
749 if( $this->abswidth > -1 )
750 $abswidth=$this->abswidth;
[all …]
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_bar.php38 protected $abswidth=-1; // Width in absolute pixels variable in BarPlot
154 if( $this->abswidth > -1 ) {
168 if( $this->abswidth == -1 ) {
192 $this->abswidth=$aWidth;
202 $this->abswidth=$aWidth;
351 if( $this->abswidth > -1 ) {
352 $abswidth=$this->abswidth;
394 $x+$abswidth,$zp);
924 if( $this->abswidth > -1 ) {
925 $abswidth=$this->abswidth;
[all …]
/dports/sysutils/htop/htop-3.1.2/pcp/
H A DPCPDynamicColumn.c254 int abswidth = abs(width); in PCPDynamicColumn_writeField() local
255 if (abswidth > DYNAMIC_MAX_COLUMN_WIDTH) { in PCPDynamicColumn_writeField()
256 abswidth = DYNAMIC_MAX_COLUMN_WIDTH; in PCPDynamicColumn_writeField()
257 width = -abswidth; in PCPDynamicColumn_writeField()
265 Process_printLeftAlignedField(str, attr, atom.cp, abswidth); in PCPDynamicColumn_writeField()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A Dapt_signs.cxx58 abswidth = c == 0 ? g->get_width() * scale : c; in element_info()
64 double abswidth; member
246 … gg->addGlyph(element->glyph, hpos, grounddist, element->abswidth, element->height, xform); in makeFace()
247 hpos += element->abswidth; in makeFace()
/dports/textproc/asciidoc/asciidoc-9.1.1/
H A Dasciidoc.py3215 self.abswidth = None # 1.. (page units).
3261 self.abswidth = None # 1.. (page units).
3331 abswidth = float(config.pagewidth)
3350 abswidth = float(v[:-1]) / 100 * config.pagewidth
3365 self.abswidth = abswidth
3456 col.abswidth = self.abswidth * (col.pcwidth / 100)
3458 col.abswidth = '%.2f' % py2round(col.abswidth, 2)
3460 col.abswidth = '%d' % py2round(col.abswidth)
3479 self.attributes['colabswidth'] = col.abswidth
3593 self.attributes['colabswidth'] = col.abswidth
[all …]
/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c4926 int abswidth = (width > 0) ? width : -width; in xo_anchor_stop() local
4927 int blen = abswidth - xop->xo_anchor_columns; in xo_anchor_stop()
4932 if (abswidth > XO_MAX_ANCHOR_WIDTH) { in xo_anchor_stop()