Home
last modified time | relevance | path

Searched refs:llx (Results 176 – 200 of 3041) sorted by relevance

12345678910>>...122

/dports/cad/qflow/qflow-1.4.98/scripts/
H A Daddspacers.tcl.in174 set llx 0
186 set llx [expr {round($llx * $units)}]
241 set llx [expr {round($llx * $units)}]
339 set llx [expr {round($llx * $units)}]
343 if {$llx < $ox} {set llx $ox}
346 set ${macroname}(${pinname},llx) $llx
435 set ${macroname}(${pinname},llx) $llx
896 set llx [lindex $coords 0]
905 set llx [lindex $coords 0]
1242 set llx 0
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dprint.vglm.q163 llx <- logLik.vlm(object = object) functionVar
164 if (length(llx))
165 cat("Log-likelihood:", format(llx), "\n")
231 llx <- logLik.vlm(object = object) functionVar
233 if (length(llx))
234 cat("Log-likelihood:", format(llx), "\n")
294 llx <- logLik.vlm(object = object) functionVar
296 if (length(llx))
297 cat("Log-likelihood:", format(llx), "\n")
/dports/emulators/x49gp/x49gp/x49gp-code/include/
H A Dsymbol.h17 double llx; member
43 #define SYMBOL(name, x_advance, y_advance, llx, lly, urx, ury) \ argument
52 x_advance, y_advance, llx, lly, urx, ury, 1.0, 1.0, \
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/bind/pdflib/c/
H A Dstarter_webform.c25 double llx=150, lly=550, urx=350, ury=575; in main() local
77 PDF_create_field(p, llx, lly, urx, ury, "date", 0, "textfield",optlist); in main()
84 PDF_create_field(p, llx, lly, urx, ury, "name", 0, "textfield",optlist); in main()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/bind/pdflib/c/
H A Dstarter_webform.c25 double llx=150, lly=550, urx=350, ury=575; in main() local
77 PDF_create_field(p, llx, lly, urx, ury, "date", 0, "textfield",optlist); in main()
84 PDF_create_field(p, llx, lly, urx, ury, "name", 0, "textfield",optlist); in main()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/bind/pdflib/java/
H A Dpdflib.java87 double llx, double lly, double urx, double ury, String filename) in add_launchlink() argument
90 PDF_add_launchlink(p, llx, lly, urx, ury, filename); in add_launchlink()
101 PDF_add_locallink(p, llx, lly, urx, ury, page, optlist); in add_locallink()
119 double llx, double lly, double urx, double ury, in add_note() argument
123 PDF_add_note(p, llx, lly, urx, ury, contents, title, icon, open); in add_note()
131 double llx, double lly, double urx, double ury, in add_pdflink() argument
135 PDF_add_pdflink(p, llx, lly, urx, ury, filename, page, optlist); in add_pdflink()
177 double llx, double lly, double urx, double ury, String url) in add_weblink() argument
180 PDF_add_weblink(p, llx, lly, urx, ury, url); in add_weblink()
212 PDF_attach_file(p, llx, lly, urx, ury, filename, in attach_file()
[all …]
H A Dstarter_webform.java24 double llx=150, lly=550, urx=350, ury=575; in main() local
66 p.create_field(llx, lly, urx, ury, "date", "textfield", optlist); in main()
74 p.create_field(llx, lly, urx, ury, "name", "textfield", optlist); in main()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp/
H A Dpdflib.cpp178 PDFlib::add_note(double llx, double lly, double urx, double ury, in add_note() argument
181 PDFCPP_TRY m_PDFlib_api->PDF_add_note2(p, llx, lly, urx, ury, in add_note()
188 PDFlib::add_pdflink(double llx, double lly, double urx, double ury, in add_pdflink() argument
192 m_PDFlib_api->PDF_add_pdflink(p, llx, lly, urx, ury, CHAR(filename), in add_pdflink()
230 PDFlib::add_weblink(double llx, double lly, double urx, double ury, in add_weblink() argument
252 PDFlib::attach_file(double llx, double lly, double urx, double ury, in attach_file() argument
485 m_PDFlib_api->PDF_create_annotation(p, llx, lly, urx, ury, in create_annotation()
506 m_PDFlib_api->PDF_create_field(p, llx, lly, urx, in create_field()
766 PDFlib::fit_table(int table, double llx, double lly, double urx, in fit_table() argument
772 retval = m_PDFlib_api->PDF_fit_table(p, table, llx, lly, in fit_table()
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/bind/pdflib/java/
H A Dpdflib.java87 double llx, double lly, double urx, double ury, String filename) in add_launchlink() argument
90 PDF_add_launchlink(p, llx, lly, urx, ury, filename); in add_launchlink()
101 PDF_add_locallink(p, llx, lly, urx, ury, page, optlist); in add_locallink()
119 double llx, double lly, double urx, double ury, in add_note() argument
123 PDF_add_note(p, llx, lly, urx, ury, contents, title, icon, open); in add_note()
131 double llx, double lly, double urx, double ury, in add_pdflink() argument
135 PDF_add_pdflink(p, llx, lly, urx, ury, filename, page, optlist); in add_pdflink()
177 double llx, double lly, double urx, double ury, String url) in add_weblink() argument
180 PDF_add_weblink(p, llx, lly, urx, ury, url); in add_weblink()
212 PDF_attach_file(p, llx, lly, urx, ury, filename, in attach_file()
[all …]
H A Dstarter_webform.java24 double llx=150, lly=550, urx=350, ury=575; in main() local
66 p.create_field(llx, lly, urx, ury, "date", "textfield", optlist); in main()
74 p.create_field(llx, lly, urx, ury, "name", "textfield", optlist); in main()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/bind/pdflib/cpp/
H A Dpdflib.cpp178 PDFlib::add_note(double llx, double lly, double urx, double ury, in add_note() argument
181 PDFCPP_TRY m_PDFlib_api->PDF_add_note2(p, llx, lly, urx, ury, in add_note()
188 PDFlib::add_pdflink(double llx, double lly, double urx, double ury, in add_pdflink() argument
192 m_PDFlib_api->PDF_add_pdflink(p, llx, lly, urx, ury, CHAR(filename), in add_pdflink()
230 PDFlib::add_weblink(double llx, double lly, double urx, double ury, in add_weblink() argument
252 PDFlib::attach_file(double llx, double lly, double urx, double ury, in attach_file() argument
485 m_PDFlib_api->PDF_create_annotation(p, llx, lly, urx, ury, in create_annotation()
506 m_PDFlib_api->PDF_create_field(p, llx, lly, urx, in create_field()
766 PDFlib::fit_table(int table, double llx, double lly, double urx, in fit_table() argument
772 retval = m_PDFlib_api->PDF_fit_table(p, table, llx, lly, in fit_table()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_compound.c219 int llx, lly, urx, ury; in popup_close_compound() local
224 compound_bound(&objects, &llx, &lly, &urx, &ury); in popup_close_compound()
227 llx = ZOOMX(llx); in popup_close_compound()
231 XtTranslateCoords(canvas_sw, llx, lly, &xposn, &yposn); in popup_close_compound()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdoc.c1670 annbox.llx = rect->llx - xpos; annbox.lly = rect->lly - ypos; in pdf_doc_add_annot()
1817 bead->rect.llx = rect->llx; in pdf_doc_add_bead()
1991 p->pages.mediabox.llx = mediabox->llx; in pdf_doc_set_mediabox()
1997 page->cropbox.llx = mediabox->llx; in pdf_doc_set_mediabox()
2014 mediabox->llx = p->pages.mediabox.llx; in pdf_doc_get_mediabox()
2021 mediabox->llx = page->cropbox.llx; in pdf_doc_get_mediabox()
2026 mediabox->llx = p->pages.mediabox.llx; in pdf_doc_get_mediabox()
2320 pdf_dev_rectfill(r.llx, r.lly, r.urx - r.llx, r.ury - r.lly); in doc_fill_page_background()
2568 form->cropbox.llx = ref_x + cropbox->llx; in pdf_doc_begin_grabbing()
2583 info.bbox.llx = cropbox->llx; in pdf_doc_begin_grabbing()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dpdflib.h128 PDF_add_note(PDF *p, double llx, double lly, double urx, double ury,
207 double llx, double lly, double urx, double ury);
485 PDF_fit_table(PDF *p, int table, double llx, double lly,
492 PDF_fit_textflow(PDF *p, int textflow, double llx, double lly,
1041 double llx, double lly, double urx,
1044 double llx, double lly, double urx,
1055 double llx, double lly, double urx, double ury,
1062 void (PDFLIB_CALL * PDF_add_weblink)(PDF *p, double llx,
1120 double llx, double lly, double urx, double ury,
1172 double llx, double lly, double urx, double ury,
[all …]
H A Dp_type3.c570 pdc_scalar llx, pdc_scalar lly, pdc_scalar urx, pdc_scalar ury) in pdf__begin_glyph() argument
607 pdc_check_number(p->pdc, "llx", llx); in pdf__begin_glyph()
613 (llx != 0 || lly != 0 || in pdf__begin_glyph()
618 if (urx < llx) in pdf__begin_glyph()
620 tbc = llx; in pdf__begin_glyph()
621 llx = urx; in pdf__begin_glyph()
643 glyph->llx = llx; in pdf__begin_glyph()
684 glyph->wx, glyph->llx, glyph->lly, glyph->urx, glyph->ury); in pdf__begin_glyph()
687 if (glyph->llx < font->ft.bbox.llx) in pdf__begin_glyph()
688 font->ft.bbox.llx = glyph->llx; in pdf__begin_glyph()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dpdflib.h128 PDF_add_note(PDF *p, double llx, double lly, double urx, double ury,
207 double llx, double lly, double urx, double ury);
485 PDF_fit_table(PDF *p, int table, double llx, double lly,
492 PDF_fit_textflow(PDF *p, int textflow, double llx, double lly,
1041 double llx, double lly, double urx,
1044 double llx, double lly, double urx,
1055 double llx, double lly, double urx, double ury,
1062 void (PDFLIB_CALL * PDF_add_weblink)(PDF *p, double llx,
1120 double llx, double lly, double urx, double ury,
1172 double llx, double lly, double urx, double ury,
[all …]
H A Dp_type3.c570 pdc_scalar llx, pdc_scalar lly, pdc_scalar urx, pdc_scalar ury) in pdf__begin_glyph() argument
607 pdc_check_number(p->pdc, "llx", llx); in pdf__begin_glyph()
613 (llx != 0 || lly != 0 || in pdf__begin_glyph()
618 if (urx < llx) in pdf__begin_glyph()
620 tbc = llx; in pdf__begin_glyph()
621 llx = urx; in pdf__begin_glyph()
643 glyph->llx = llx; in pdf__begin_glyph()
684 glyph->wx, glyph->llx, glyph->lly, glyph->urx, glyph->ury); in pdf__begin_glyph()
687 if (glyph->llx < font->ft.bbox.llx) in pdf__begin_glyph()
688 font->ft.bbox.llx = glyph->llx; in pdf__begin_glyph()
/dports/cad/magic/magic-8.3.245/oa/
H A Doa.c152 oaTreeCellSrFunc(instname, defname, llx, lly, urx, ury, cdarg) in oaTreeCellSrFunc() argument
155 int llx, lly, urx, ury;
166 r.r_xbot = llx;
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dfig2pdftex.py84 (llx, lly, urx, ury) = list(map(int, boundingboxline.search(line).groups()))
85 width = urx - llx
87 xoffset = - llx
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Deps.c10 int eps_bbox(char *eps, double *llx, double *lly, double *urx, double *ury) in eps_bbox() argument
31 (buf, "%%%%BoundingBox: %lf %lf %lf %lf", llx, lly, urx, in eps_bbox()
45 int eps_trans(double llx, double lly, double urx, double ury, in eps_trans() argument
51 xc = (llx + urx) / 2; in eps_trans()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_vertex.cxx247 int llx = (int)rint(xt-rx); in circle() local
248 int w = (int)rint(xt+rx)-llx; in circle()
254 (fl_display, fl_window, fl_gc, llx, lly, w, h, 0, 360*64); in circle()
258 Pie(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
260 Arc(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_vertex.cxx258 int llx = (int)rint(xt-rx); in circle() local
259 int w = (int)rint(xt+rx)-llx; in circle()
265 (fl_display, fl_window, fl_gc, llx, lly, w, h, 0, 360*64); in circle()
269 Pie(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
271 Arc(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_vertex.cxx258 int llx = (int)rint(xt-rx); in circle() local
259 int w = (int)rint(xt+rx)-llx; in circle()
265 (fl_display, fl_window, fl_gc, llx, lly, w, h, 0, 360*64); in circle()
269 Pie(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
271 Arc(fl_gc, llx, lly, llx+w, lly+h, 0,0, 0,0); in circle()
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkPostScriptWriter.cxx63 float llx = (pagewid - scols) / 2; in WriteFileHeader() local
71 *file << "%%BoundingBox: " << (int)llx << " " << (int)lly << " " << (int)(llx + scols + 0.5) in WriteFileHeader()
96 *file << llx << " " << lly << " translate\n"; in WriteFileHeader()
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkPostScriptWriter.cxx69 float llx = ( pagewid - scols ) / 2; in WriteFileHeader() local
77 *file << "%%BoundingBox: " << (int) llx << " " << (int) lly in WriteFileHeader()
78 << " " << (int) ( llx + scols + 0.5 ) << " " << in WriteFileHeader()
103 *file << llx << " " << lly << " translate\n"; in WriteFileHeader()

12345678910>>...122