Home
last modified time | relevance | path

Searched refs:xleft (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/Utilities/
H A Dgrater.f9062 del=xleft(ii+1)-xleft(ii)
74 del=xleft(nstack+1)-xleft(nstack)
75 xleft(nstack+3)=xleft(nstack+1)
91 del1=xleft(jj+1)-xleft(jj)
170 del=xleft(ii+1)-xleft(ii)
183 xleft(nstack+3)=xleft(nstack+1)
199 del1=xleft(jj+1)-xleft(jj)
279 del=xleft(ii+1)-xleft(ii)
308 del1=xleft(jj+1)-xleft(jj)
388 del=xleft(ii+1)-xleft(ii)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/Utilities/
H A Dgrater.f9062 del=xleft(ii+1)-xleft(ii)
74 del=xleft(nstack+1)-xleft(nstack)
75 xleft(nstack+3)=xleft(nstack+1)
91 del1=xleft(jj+1)-xleft(jj)
170 del=xleft(ii+1)-xleft(ii)
183 xleft(nstack+3)=xleft(nstack+1)
199 del1=xleft(jj+1)-xleft(jj)
279 del=xleft(ii+1)-xleft(ii)
308 del1=xleft(jj+1)-xleft(jj)
388 del=xleft(ii+1)-xleft(ii)
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/printsheet/doc/
H A Dpdf_standardlabel.class.php118 $xleft = 2; $ytop = 2;
129 $pdf->SetXY($_PosX + $xleft, $_PosY + 1); // Only 1 mm and not ytop for top text
130 …$pdf->Cell($this->_Width - 2 * $xleft, $this->_Line_Height, $outputlangs->convToOutputCharset($hea…
152 …if ($textleft == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, $widthtous…
155 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
164 $pdf->SetXY($_PosX + $xleft + $widthtouse + 1, $_PosY + $ytop);
165 …$pdf->MultiCell($this->_Width - $xleft - $xleft - $widthtouse - 1, $this->_Line_Height, $outputlan…
170 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
171 …$pdf->MultiCell($this->_Width - $widthtouse - $xleft - $xleft - 1, $this->_Line_Height, $outputlan…
174 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
H A Dpdf_tcpdflabel.class.php135 $xleft = 2;
141 $pdf->SetXY($_PosX + $xleft, $_PosY + 1); // Only 1 mm and not ytop for top text
149 $maxwidthtouse = round($this->_Width - 2 * $xleft);
164 …if ($textleft == '%LOGO%' && $logo) $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, 0, $logoHe…
169 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
192 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
196 if ($logo) $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, 0, $logoHeight);
201 $pdf->SetXY($_PosX + $xleft + $logoWidth + 1, $_PosY + $ytop);
211 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
216 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/printsheet/doc/
H A Dpdf_standardlabel.class.php114 $xleft = 2;
124 $pdf->SetXY($_PosX + $xleft, $_PosY + 1); // Only 1 mm and not ytop for top text
132 $maxwidthtouse = round(($this->_Width - 2 * $xleft) * $imgscalewidth);
154 $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, $widthtouse, $heighttouse);
158 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
168 $pdf->SetXY($_PosX + $xleft + $widthtouse + 1, $_PosY + $ytop);
169 …$pdf->MultiCell($this->_Width - $xleft - $xleft - $widthtouse - 1, $this->_Line_Height, $outputlan…
176 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
177 …$pdf->MultiCell($this->_Width - $widthtouse - $xleft - $xleft - 1, $this->_Line_Height, $outputlan…
180 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
H A Dpdf_tcpdflabel.class.php132 $xleft = 2;
145 $maxwidthtouse = round($this->_Width - 2 * $xleft);
160 $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, 0, $logoHeight);
164 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
172 $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, $logoWidth, 0);
184 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
188 $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, 0, $logoHeight);
193 $pdf->SetXY($_PosX + $xleft + $logoWidth + 1, $_PosY + $ytop);
203 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
208 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
/dports/comms/linrad/linrad-04.02/
H A Dfcdpp.c152 int xleft; member
350 fcdgrbutt[UG_LEFT].x1=fcdgr.xleft; in make_fcdproplus_control_graph()
351 fcdgrbutt[UG_LEFT].x2=fcdgr.xleft+2; in make_fcdproplus_control_graph()
358 fcdgrbutt[UG_TOP].x1=fcdgr.xleft; in make_fcdproplus_control_graph()
362 fcdgrbutt[UG_BOTTOM].x1=fcdgr.xleft; in make_fcdproplus_control_graph()
480 fcdprodriver.fcdgr_xleft=fcdgr.xleft; in show_fcdpp_parms()
534 if (fcdgr.xleft!=mouse_x) in mouse_continue_fcdproplus_graph()
561 fcdgr.xleft+=i; in mouse_continue_fcdproplus_graph()
665 fcdgr_old_x1=fcdgr.xleft; in mouse_on_fcdproplus_graph()
675 if(mouse_x > fcdgr.xleft+48*text_width && mouse_x < fcdgr.xleft+53*text_width) in mouse_on_fcdproplus_graph()
[all …]
H A Dusers.c249 int xleft; member
286 hide_mouse(ug.xleft, ug.xright,ug.ytop,ug.ybottom); in show_user_parms()
315 ug.xleft=mouse_x; in mouse_continue_users_graph()
414 ug_old_x1=ug.xleft; in mouse_on_users_graph()
425 numinput_xpix=ug.xleft+11*text_width; in mouse_on_users_graph()
466 scro[users_graph_scro].x1=ug.xleft; in make_users_control_graph()
472 ugbutt[UG_LEFT].x1=ug.xleft; in make_users_control_graph()
473 ugbutt[UG_LEFT].x2=ug.xleft; in make_users_control_graph()
480 ugbutt[UG_TOP].x1=ug.xleft; in make_users_control_graph()
484 ugbutt[UG_BOTTOM].x1=ug.xleft; in make_users_control_graph()
[all …]
H A Dusers_tr.c241 int xleft; member
428 hwaredriver.ug_xleft=ug.xleft; in show_user_parms()
469 ugbutt[UG_LEFT].x1=ug.xleft; in make_users_control_graph()
470 ugbutt[UG_LEFT].x2=ug.xleft+2; in make_users_control_graph()
477 ugbutt[UG_TOP].x1=ug.xleft; in make_users_control_graph()
481 ugbutt[UG_BOTTOM].x1=ug.xleft; in make_users_control_graph()
557 ug.xleft+=i; in mouse_continue_users_graph()
679 ug_old_x1=ug.xleft; in mouse_on_users_graph()
691 if(mouse_x > ug.xleft && mouse_x < ug.xleft+10*text_width) in mouse_on_users_graph()
703 if(mouse_x > ug.xleft+18.5*text_width && mouse_x < ug.xleft+25*text_width) in mouse_on_users_graph()
[all …]
H A Dusers_w3sz.c31 int xleft; member
379 ug.xleft=0; in init_users_control_window()
389 ug.xright=ug.xleft+25*text_width; in init_users_control_window()
526 ug.xleft=mouse_x; in mouse_continue_users_graph()
612 ug_old_x1=ug.xleft; in mouse_on_users_graph()
623 numinput_xpix=ug.xleft+11*text_width; in mouse_on_users_graph()
665 scro[users_graph_scro].x1=ug.xleft; in make_users_control_graph()
671 ugbutt[UG_LEFT].x1=ug.xleft; in make_users_control_graph()
672 ugbutt[UG_LEFT].x2=ug.xleft; in make_users_control_graph()
679 ugbutt[UG_TOP].x1=ug.xleft; in make_users_control_graph()
[all …]
H A Dmeter_graph.c165 if(mg.xleft!=mouse_x) in mouse_continue_meter_graph()
169 mg.xleft=mouse_x; in mouse_continue_meter_graph()
172 if(mg.xleft > j)mg.xleft=j; in mouse_continue_meter_graph()
173 if(mg_old_x1 > mg.xleft)mg_old_x1=mg.xleft; in mouse_continue_meter_graph()
185 j=mg.xleft+MG_MIN_WIDTH; in mouse_continue_meter_graph()
420 mg_old_x1=mg.xleft; in mouse_on_meter_graph()
465 mgbutt[MG_LEFT].x1=mg.xleft; in make_meter_graph()
466 mgbutt[MG_LEFT].x2=mg.xleft+2; in make_meter_graph()
473 mgbutt[MG_TOP].x1=mg.xleft; in make_meter_graph()
477 mgbutt[MG_BOTTOM].x1=mg.xleft; in make_meter_graph()
[all …]
H A Delektor.c209 int xleft; member
313 egrbutt[UG_LEFT].x1=egr.xleft; in make_elektor_control_graph()
314 egrbutt[UG_LEFT].x2=egr.xleft+2; in make_elektor_control_graph()
321 egrbutt[UG_TOP].x1=egr.xleft; in make_elektor_control_graph()
325 egrbutt[UG_BOTTOM].x1=egr.xleft; in make_elektor_control_graph()
481 if (egr.xleft!=mouse_x) in mouse_continue_elektor_graph()
508 egr.xleft+=i; in mouse_continue_elektor_graph()
700 egr_old_x1=egr.xleft; in mouse_on_elektor_graph()
710 if(mouse_x > (egr.xleft+50*text_width) && mouse_x < (egr.xleft+54*text_width)) in mouse_on_elektor_graph()
722 if(mouse_x > egr.xleft+18*text_width && mouse_x < egr.xleft+25*text_width) in mouse_on_elektor_graph()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DConnCompEraser.cpp90 new_seg.xleft = xleft; in pushSegSameDir()
111 new_seg.xleft = xleft; in pushSegInvDir()
127 seg1.xleft = m_x; in pushInitialSegments()
137 seg2.xleft = m_x; in pushInitialSegments()
237 int x = seg.xleft; in eraseConnComp4()
245 if (x >= seg.xleft) { in eraseConnComp4()
255 x = seg.xleft + 1; in eraseConnComp4()
294 int x = seg.xleft - 1; in eraseConnComp8()
302 if (x >= seg.xleft - 1) { in eraseConnComp8()
307 if (xstart < seg.xleft) { in eraseConnComp8()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/member/doc/
H A Dpdf_standard.class.php131 $xleft = 2; $ytop = 2;
142 $pdf->SetXY($_PosX + $xleft, $_PosY + 1); // Only 1 mm and not ytop for top text
143 …$pdf->Cell($this->_Width - 2 * $xleft, $this->_Line_Height, $outputlangs->convToOutputCharset($hea…
165 …if ($textleft == '__LOGO__' && $logo) $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, $widthto…
168 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
177 $pdf->SetXY($_PosX + $xleft + $widthtouse + 1, $_PosY + $ytop);
178 …$pdf->MultiCell($this->_Width - $xleft - $xleft - $widthtouse - 1, $this->_Line_Height, $outputlan…
183 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
184 …$pdf->MultiCell($this->_Width - $widthtouse - $xleft - $xleft - 1, $this->_Line_Height, $outputlan…
187 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/member/doc/
H A Dpdf_standard.class.php126 $xleft = 2;
136 $pdf->SetXY($_PosX + $xleft, $_PosY + 1); // Only 1 mm and not ytop for top text
144 $maxwidthtouse = round(($this->_Width - 2 * $xleft) * $imgscalewidth);
166 $pdf->Image($logo, $_PosX + $xleft, $_PosY + $ytop, $widthtouse, $heighttouse);
170 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
180 $pdf->SetXY($_PosX + $xleft + $widthtouse + 1, $_PosY + $ytop);
181 …$pdf->MultiCell($this->_Width - $xleft - $xleft - $widthtouse - 1, $this->_Line_Height, $outputlan…
188 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
189 …$pdf->MultiCell($this->_Width - $widthtouse - $xleft - $xleft - 1, $this->_Line_Height, $outputlan…
192 $pdf->SetXY($_PosX + $xleft, $_PosY + $ytop);
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dboundary.c314 plot_bounds.xleft = xoffset * t->xmax in boundary()
480 plot_bounds.xleft += space_to_left; in boundary()
488 plot_bounds.xleft += 0.5 * t->h_char; in boundary()
839 key->bounds.xleft = plot_bounds.xleft + t->h_char; in do_key_bounds()
845 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
890 key->bounds.xleft = plot_bounds.xleft; in do_key_bounds()
893 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
915 key->bounds.xleft = x; in do_key_bounds()
919 key->bounds.xleft -= key_width; in do_key_bounds()
1067 plot_bounds.xleft += key_xleft; in do_key_layout()
[all …]
/dports/print/catdvi/catdvi-0.14/
H A Dcanvas.c136 sint32 xleft, in canv_put_linebuf() argument
144 CANV_CHECK_X(this, xleft); in canv_put_linebuf()
155 xleft, in canv_put_linebuf()
170 for(x = xleft + 1; x < xleft + width; ++x) { in canv_put_linebuf()
192 CANV_CHECK_X(this, xleft); in canv_put_hline()
195 assert(xleft <= xright); in canv_put_hline()
198 for(x = xleft + 1; x < xright; ++x) { in canv_put_hline()
228 sint32 xleft, in canv_put_black_box() argument
236 CANV_CHECK_X(this, xleft); in canv_put_black_box()
240 assert(xleft <= xright); in canv_put_black_box()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dboundary.c330 plot_bounds.xleft = xoffset * t->xmax in boundary()
498 plot_bounds.xleft += space_to_left; in boundary()
506 plot_bounds.xleft += 0.5 * t->h_char; in boundary()
858 key->bounds.xleft = plot_bounds.xleft + t->h_char; in do_key_bounds()
864 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
909 key->bounds.xleft = plot_bounds.xleft; in do_key_bounds()
912 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
934 key->bounds.xleft = x; in do_key_bounds()
938 key->bounds.xleft -= key_width; in do_key_bounds()
1103 plot_bounds.xleft += key_xleft; in do_key_layout()
[all …]
H A Dcolor.c257 corners[0].x = corners[3].x = color_box.bounds.xleft; in draw_inside_color_smooth_box_bitmap()
265 xy_from = color_box.bounds.xleft; in draw_inside_color_smooth_box_bitmap()
343 x1 = x2 = color_box.bounds.xleft + cb_place * (color_box.bounds.xright - color_box.bounds.xleft); in cbtick_callback()
359 (*term->move) (color_box.bounds.xleft, y1); in cbtick_callback()
428 x1 = color_box.bounds.xleft; in cbtick_callback()
429 x2 = color_box.bounds.xleft - len; in cbtick_callback()
467 color_box.bounds.xleft = xtemp; in draw_color_smooth_box()
477 color_box.bounds.xright += color_box.bounds.xleft; in draw_color_smooth_box()
493 color_box.bounds.xleft += color_box.xoffset; in draw_color_smooth_box()
506 color_box.bounds.xleft += cblen; in draw_color_smooth_box()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dboundary.c330 plot_bounds.xleft = xoffset * t->xmax in boundary()
498 plot_bounds.xleft += space_to_left; in boundary()
506 plot_bounds.xleft += 0.5 * t->h_char; in boundary()
858 key->bounds.xleft = plot_bounds.xleft + t->h_char; in do_key_bounds()
864 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
909 key->bounds.xleft = plot_bounds.xleft; in do_key_bounds()
912 key->bounds.xleft = ((plot_bounds.xright + plot_bounds.xleft) - key_width) / 2; in do_key_bounds()
934 key->bounds.xleft = x; in do_key_bounds()
938 key->bounds.xleft -= key_width; in do_key_bounds()
1103 plot_bounds.xleft += key_xleft; in do_key_layout()
[all …]
H A Dcolor.c257 corners[0].x = corners[3].x = color_box.bounds.xleft; in draw_inside_color_smooth_box_bitmap()
265 xy_from = color_box.bounds.xleft; in draw_inside_color_smooth_box_bitmap()
343 x1 = x2 = color_box.bounds.xleft + cb_place * (color_box.bounds.xright - color_box.bounds.xleft); in cbtick_callback()
359 (*term->move) (color_box.bounds.xleft, y1); in cbtick_callback()
428 x1 = color_box.bounds.xleft; in cbtick_callback()
429 x2 = color_box.bounds.xleft - len; in cbtick_callback()
467 color_box.bounds.xleft = xtemp; in draw_color_smooth_box()
477 color_box.bounds.xright += color_box.bounds.xleft; in draw_color_smooth_box()
493 color_box.bounds.xleft += color_box.xoffset; in draw_color_smooth_box()
506 color_box.bounds.xleft += cblen; in draw_color_smooth_box()
[all …]
/dports/math/R-cran-prodlim/prodlim/R/
H A DbackGround.R50 xleft <- sort(unique(c(xlim[1],vertical,xlim[2]))) functionVar
51 NR <- length(xleft)
55 x=c(xleft[r],xleft[r+1],xleft[r+1],xleft[r],xleft[r]),
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DDEXEP_BOX.DP56 if xleft >= 52; let xleft = 52; end if
65 . print "xleft = ^xleft"
68 . box xleft y0 85 90
69 box xleft y0 xright 90
82 let x0 = xleft + 3; move x0 y0; text Factor
83 let x0 = xleft + 10; move x0 y0; text Effect
84 let x0 = xleft + 17.5; move x0 y0; text (%)
89 let x0 = xleft + 3; let y0 = 86.5
133 let x0 = xleft + 13; let y0 = 86.5
153 let x0p = xleft + 20
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DdrawGraph2d.cpp226 glVertex2d(xleft, ytop); in drawGraphAxes()
227 glVertex2d(xleft + width, ytop); in drawGraphAxes()
229 glVertex2d(xleft, ytop - height); in drawGraphAxes()
263 glVertex2d(xleft, ytop); in drawGraphAxes()
264 glVertex2d(xleft, ytop - height); in drawGraphAxes()
267 glVertex2d(xleft + width, ytop); in drawGraphAxes()
268 glVertex2d(xleft, ytop); in drawGraphAxes()
298 label, xleft + width / 2, in drawGraphAxes()
312 glVertex2d(xleft, ytop - i * dy); in drawGraphAxes()
364 glVertex2d(xleft + i * dx, ybot); in drawGraphAxes()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Ditech8_vidhrdw.c367 int xleft, y; \
397 for (xleft = width + skip[0] + skip[1]; xleft > 0; ) \
408 innercount = (xleft > count) ? count : xleft; \
410 xleft -= innercount; \
428 for (xleft = skip[y & 1]; xleft > 0; ) \
439 innercount = (xleft > count) ? count : xleft; \
441 xleft -= innercount; \
448 for (xleft = width; xleft > 0; ) \
459 innercount = (xleft > count) ? count : xleft; \
480 for (xleft = skip[~y & 1]; xleft > 0; ) \
[all …]

12345678910>>...23