Home
last modified time | relevance | path

Searched refs:llx (Results 1 – 25 of 2401) sorted by relevance

12345678910>>...97

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dllx.h172 void llx_splice (struct llx *before, struct llx *r0, struct llx *r1);
189 struct llx *llx_find (const struct llx *r0, const struct llx *r1,
194 struct llx *llx_find_if (const struct llx *r0, const struct llx *r1,
205 struct llx *llx_max (const struct llx *r0, const struct llx *r1,
207 struct llx *llx_min (const struct llx *r0, const struct llx *r1,
229 struct llx *llx_merge (struct llx *a0, struct llx *a1,
232 size_t llx_unique (struct llx *r0, struct llx *r1, struct llx *dups,
241 struct llx *llx_partition (struct llx *r0, struct llx *r1,
296 llx_next (const struct llx *llx) in llx_next() argument
305 llx_prev (const struct llx *llx) in llx_prev() argument
[all …]
H A Dllx.c43 struct llx *llx, *next; in llx_destroy() local
45 for (llx = llx_head (list); llx != llx_null (list); llx = next) in llx_destroy()
124 llx_splice (struct llx *before, struct llx *r0, struct llx *r1) in llx_splice()
153 struct llx *next = llx_next (llx); in llx_remove()
165 struct llx *llx; in llx_remove_range() local
167 for (llx = r0; llx != r1;) in llx_remove_range()
168 llx = llx_remove (llx, manager); in llx_remove_range()
399 struct llx *llx; in llx_apply() local
401 for (llx = r0; llx != r1; llx = llx_next (llx)) in llx_apply()
548 llx_merge (struct llx *a0, struct llx *a1, struct llx *b0, struct llx *b1, in llx_merge()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DAnnotation.java174 this.llx = llx; in Annotation()
186 llx = an.llx; in Annotation()
226 this(llx, lly, urx, ury); in Annotation()
247 this(llx, lly, urx, ury); in Annotation()
267 this(llx, lly, urx, ury); in Annotation()
290 this(llx, lly, urx, ury); in Annotation()
447 this.llx = llx; in setDimensions()
460 public float llx() { in llx() method in Annotation
461 return llx; in llx()
499 if (Float.isNaN(llx)) in llx()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfAcroForm.java362 tp.drawTextField(0f, 0f, urx - llx, ury - lly); in drawSingleLineOfText()
365 tp.rectangle(3f, 3f, urx - llx - 6f, ury - lly - 6f); in drawSingleLineOfText()
395 tp.drawTextField(0f, 0f, urx - llx, ury - lly); in drawMultiLineOfText()
398 tp.rectangle(3f, 3f, urx - llx - 6f, ury - lly - 6f); in drawMultiLineOfText()
483 tpOn.drawTextField(0f, 0f, urx - llx, ury - lly); in drawCheckBoxAppearences()
493 tpOff.drawTextField(0f, 0f, urx - llx, ury - lly); in drawCheckBoxAppearences()
536 drawRadioAppearences(radio, value, llx, lly, urx, ury); in addRadioButton()
551 tpOn.drawRadioField(0f, 0f, urx - llx, ury - lly, true); in drawRadioAppearences()
693 setSignatureParams(signature, name, llx, lly, urx, ury); in addSignature()
728 tp.rectangle(0, 0, urx - llx, ury - lly); in drawSignatureAppearences()
[all …]
H A DPdfRectangle.java73 private float llx = 0; field in PdfRectangle
100 this.llx = lly; in PdfRectangle()
101 this.lly = llx; in PdfRectangle()
106 this.llx = llx; in PdfRectangle()
111 super.add(new PdfNumber(this.llx)); in PdfRectangle()
117 public PdfRectangle(float llx, float lly, float urx, float ury) { in PdfRectangle() argument
118 this(llx, lly, urx, ury, 0); in PdfRectangle()
207 return llx; in left()
248 return llx + margin; in left()
291 return urx - llx; in width()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfAcroForm.java369 tp.drawTextField(0f, 0f, urx - llx, ury - lly); in drawSingleLineOfText()
372 tp.rectangle(3f, 3f, urx - llx - 6f, ury - lly - 6f); in drawSingleLineOfText()
403 tp.drawTextField(0f, 0f, urx - llx, ury - lly); in drawMultiLineOfText()
406 tp.rectangle(3f, 3f, urx - llx - 6f, ury - lly - 6f); in drawMultiLineOfText()
492 tpOn.drawTextField(0f, 0f, urx - llx, ury - lly); in drawCheckBoxAppearences()
502 tpOff.drawTextField(0f, 0f, urx - llx, ury - lly); in drawCheckBoxAppearences()
545 drawRadioAppearences(radio, value, llx, lly, urx, ury); in addRadioButton()
561 tpOn.drawRadioField(0f, 0f, urx - llx, ury - lly, true); in drawRadioAppearences()
703 setSignatureParams(signature, name, llx, lly, urx, ury); in addSignature()
739 tp.rectangle(0, 0, urx - llx, ury - lly); in drawSignatureAppearences()
[all …]
H A DPdfRectangle.java80 private float llx = 0; field in PdfRectangle
107 this.llx = lly; in PdfRectangle()
108 this.lly = llx; in PdfRectangle()
113 this.llx = llx; in PdfRectangle()
118 super.add(new PdfNumber(this.llx)); in PdfRectangle()
124 public PdfRectangle(float llx, float lly, float urx, float ury) { in PdfRectangle() argument
125 this(llx, lly, urx, ury, 0); in PdfRectangle()
177 return llx; in left()
218 return llx + margin; in left()
261 return urx - llx; in width()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Duspp.f90190 integer :: llx, l, li, lj local
201 llx = (2*lli-1)**2
206 allocate (rr( llx ))
207 allocate (ylm( llx, llx ))
208 allocate (mly( llx, llx ))
221 call ylmr2(llx,llx,r,rr,ylm)
231 do l = 1, llx
271 do ir = 1, llx
350 ylm(llx,llx),&! the real spherical harmonics for array r
351 mly(llx,llx) ! the inverse of ylm considered as a matrix
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DAnnotation.java187 this.llx = llx; in Annotation()
197 llx = an.llx; in Annotation()
239 this(llx, lly, urx, ury); in Annotation()
261 this(llx, lly, urx, ury); in Annotation()
282 this(llx, lly, urx, ury); in Annotation()
306 this(llx, lly, urx, ury); in Annotation()
544 this.llx = llx; in setDimensions()
558 public float llx() { in llx() method in Annotation
559 return llx; in llx()
601 if (Float.isNaN(llx)) in llx()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_align.c43 static int llx, lly, urx, ury; variable
299 dx = xcmin - llx; in get_dx_dy()
305 dx = (xcmin - llx) + (abs(xcmin - llx) + abs(xcmax - urx)) / 2; in get_dx_dy()
335 center = (urx + llx)/2; in pos_arc()
348 *size = abs(urx - llx); in pos_arc()
675 if (llx < *min) *min = llx; in init_distrib_edges()
690 if (llx < *min) *min = llx; in init_distrib_edges()
705 if (llx < *min) *min = llx; in init_distrib_edges()
720 if (llx < *min) *min = llx; in init_distrib_edges()
735 if (llx < *min) *min = llx; in init_distrib_edges()
[all …]
H A Df_readeps.c82 *llx = (int)floor(lx); in scan_mediabox()
104 if (*urx - *llx > 0 && *ury - *lly > 0) in correct_boundingbox()
108 *llx = *lly = 0; in correct_boundingbox()
126 int llx = 0, lly = 0, urx = 0, ury = 0; in read_pdf() local
146 gs_mediabox(pic_stream->content, &llx, &lly, &urx, &ury); in read_pdf()
153 correct_boundingbox(&llx, &lly, &urx, &ury, "/MediaBox"); in read_pdf()
158 pic->pic_cache->size_x = round((urx - llx) * PIC_FACTOR); in read_pdf()
185 int llx, lly, urx, ury; in read_eps() local
198 llx = lly = urx = ury = 0; in read_eps()
216 llx = floor(rllx); in read_eps()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Dmerge.c85 left = begin_tile->llx ; in merge_upward()
98 if( tileptr->llx > left ){ in merge_upward()
158 tptr->llx = tileptr->llx ; in merge_upward()
308 tptr->llx = tileptr->llx ; in merge_downward()
408 if( projectX( tileptr->llx,tileptr->urx,begin_tile->llx,begin_tile->urx)){
459 tptr->llx = tileptr->llx ;
555 if( projectX( tileptr->llx,tileptr->urx,begin_tile->llx,begin_tile->urx)){
557 if( begin_tile->llx > tileptr->llx ){
558 begin_tile->llx = tileptr->llx ;
603 tptr->llx = tileptr->llx ;
[all …]
H A Dgenrows.c177 tptr->llx = llx ; in process_tiles()
314 llx = rowptr->llx ; in print_blk_file()
318 if( segment->llx < llx ) { in print_blk_file()
319 llx = segment->llx ; in print_blk_file()
1160 last_rowptrS->llx = llx ; in makerows()
1216 llx = tileptr->llx ;
1343 rowptr->llx = llx ;
1365 set_of_rowsS->llx = llx ;
1380 last_rowptrS->llx = llx ;
1416 new_tile->llx = tile->llx ;
[all …]
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dreadeps.c29 read_pdf(file, filetype, pic, llx, lly) in read_pdf() argument
33 int *llx, *lly;
35 return read_eps_pdf(file,filetype,pic,llx,lly,True);
45 read_eps(file, filetype, pic, llx, lly) in read_eps() argument
49 int *llx, *lly;
51 return read_eps_pdf(file,filetype,pic,llx,lly,False);
55 read_eps_pdf(file, filetype, pic, llx, lly, pdf_flag) in read_eps_pdf() argument
59 int *llx, *lly;
71 *llx = 0;
83 *llx = *lly = 0;
[all …]
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dflat.c75 Fixed llx, lly; in FMiniFltn() local
76 llx = pfr->llx; in FMiniFltn()
78 *(p++) = f0.x - llx; in FMiniFltn()
111 llx = c; in FMiniFltn()
115 llx = c; in FMiniFltn()
119 llx = c; in FMiniFltn()
298 llx = urx = c0.x; in FFltnCurve()
300 llx = c; in FFltnCurve()
304 llx = c; in FFltnCurve()
308 llx = c; in FFltnCurve()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DTTFFont.cpp85 float llx, lly, llz, urx, ury, urz; in updateAlign() local
89 float w = urx - llx; in updateAlign()
113 float llx, lly, llz, urx, ury, urz; in getStringWidth() local
124 w = std::max(w, urx - llx); in getStringWidth()
132 w = std::max(w, urx - llx); in getStringWidth()
163 float llx, lly, llz, urx, ury, urz; in updateFormatting() local
165 float w = urx - llx; in updateFormatting()
177 float w = urx - llx; in updateFormatting()
194 w = urx - llx; in updateFormatting()
204 float llx, lly, llz, urx, ury, urz; in updateFormatting() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 32) in ieee_fpe_handler()
302 llx = float64_add(llx, lly); in ieee_fpe_handler()
304 llx = float64_sub(llx, lly); in ieee_fpe_handler()
338 long long llx, lly; in ieee_fpe_handler() local
341 llx = ((long long)hx << 32) in ieee_fpe_handler()
346 llx = float64_div(llx, lly); in ieee_fpe_handler()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 32) in ieee_fpe_handler()
302 llx = float64_add(llx, lly); in ieee_fpe_handler()
304 llx = float64_sub(llx, lly); in ieee_fpe_handler()
338 long long llx, lly; in ieee_fpe_handler() local
341 llx = ((long long)hx << 32) in ieee_fpe_handler()
346 llx = float64_div(llx, lly); in ieee_fpe_handler()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/cpu/sh4/
H A Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 32) in ieee_fpe_handler()
302 llx = float64_add(llx, lly); in ieee_fpe_handler()
304 llx = float64_sub(llx, lly); in ieee_fpe_handler()
338 long long llx, lly; in ieee_fpe_handler() local
341 llx = ((long long)hx << 32) in ieee_fpe_handler()
346 llx = float64_div(llx, lly); in ieee_fpe_handler()
[all …]
/dports/games/golly/golly-3.3-src/gollybase/
H A Dhlifedraw.cpp143 (llx + vieww <= 0 || lly + viewh <= 0 || llx >= sw || lly >= sw)) in drawnode()
156 renderbm(-llx, -lly) ; in drawnode()
166 drawpixel(-llx, -lly) ; in drawnode()
296 llx = (llx << 1) + llxb[i] ; in draw()
298 if (llx > 2*maxd || lly > 2*maxd || llx < -2*maxd || lly < -2*maxd) { in draw()
305 llx = (llx << 1) + llxb[d] ; in draw()
307 if (llx >= 1) { in draw()
320 llx-- ; in draw()
335 if (llx > 2*maxd || lly > 2*maxd || llx < -2*maxd || lly < -2*maxd) { in draw()
342 llx = (llx << 1) + llxb[i] ; in draw()
[all …]
H A Dghashdraw.cpp160 (llx + vieww <= 0 || lly + viewh <= 0 || llx >= sw || lly >= sw)) in drawghnode()
173 renderbm(-llx, -lly) ; in drawghnode()
183 drawpixel(-llx, -lly) ; in drawghnode()
297 llx = (llx << 1) + llxb[i] ; in draw()
299 if (llx > 2*maxd || lly > 2*maxd || llx < -2*maxd || lly < -2*maxd) { in draw()
306 llx = (llx << 1) + llxb[d] ; in draw()
308 if (llx >= 1) { in draw()
321 llx-- ; in draw()
336 if (llx > 2*maxd || lly > 2*maxd || llx < -2*maxd || lly < -2*maxd) { in draw()
343 llx = (llx << 1) + llxb[i] ; in draw()
[all …]
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFAnnotationObjectHelper.cc224 double rect_w = rect.urx - rect.llx; in getPageContentForAppearance()
231 rect.llx, in getPageContentForAppearance()
233 rect.llx + rect_h, in getPageContentForAppearance()
239 rect.llx - rect_w, in getPageContentForAppearance()
241 rect.llx, in getPageContentForAppearance()
247 rect.llx - rect_h, in getPageContentForAppearance()
249 rect.llx, in getPageContentForAppearance()
261 if ((T.urx == T.llx) || (T.ury == T.lly)) in getPageContentForAppearance()
268 AA.translate(rect.llx, rect.lly); in getPageContentForAppearance()
269 AA.scale((rect.urx - rect.llx) / (T.urx - T.llx), in getPageContentForAppearance()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dbbox.c17 integer llx, lly, urx, ury; member
182 cc->llx = 0; in bbtfmload()
193 cc->llx = 0; in bbtfmload()
219 cc->llx = 0; in bbtfmload()
300 llx = lly = 1000000000; in bbdopage()
344 if (h + bcd->llx < llx) llx = h + bcd->llx; in bbdopage()
350 if (h + bcd->lly < llx) llx = h + bcd->lly; in bbdopage()
351 if (v + bcd->llx < lly) lly = v + bcd->llx; in bbdopage()
375 if (h < llx) llx = h; in bbdopage()
380 if (h < llx) llx = h; in bbdopage()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpstopnm.csh44 set llx = 72
71 case -llx:
74 set llx = `(echo "scale=4";echo "$argv[1] * 72")|bc -l`
163 set llx = $bb[2]
172 set tmpsx = `(echo "scale=4";echo "$urx - $llx")|bc -l`
202 set llx = `(echo "scale=4";echo "$llx - $tmpsx * $xborder")|bc -l`
258 set llx = `(echo "scale=4";echo "$llx - ($xsize *72/$xres - $sx)/2")|bc -l`
260 set pstrans = "$llx neg $lly neg translate"
264 set llx = `(echo "scale=4";echo "$llx - ($ysize *72/$yres - $sy)/2")|bc -l`
266 set pstrans = "90 rotate $llx neg $ury neg translate"
/dports/cad/feappv/feappv-4.1i/plot/
H A Dfpplcl.f26 character llx*9,lly*9,urx*9,ury*9 local
49 write(llx,'(i9)') -nint(yur*pscal) - 3 + 625
54 write(llx,'(i9)') nint(xll*pscal) - 3
62 call feapbb(fname,llx,lly,urx,ury)
70 subroutine feapbb(filer,llx,lly,urx,ury) argument
88 character llx*9,lly*9,urx*9,ury*9 local
98 boundbox(15:23) = llx

12345678910>>...97