Home
last modified time | relevance | path

Searched refs:llx (Results 26 – 50 of 2913) sorted by relevance

12345678910>>...117

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/common/
H A Dbbox.c26 double llx, lly; member
53 bbox.llx = bbox.urx = x;
57 if ( x < bbox.llx )
58 bbox.llx = x;
99 x = ctm[0] * ubbox.llx + ctm[2] * ubbox.lly + ctm[4];
100 y = ctm[1] * ubbox.llx + ctm[3] * ubbox.lly + ctm[5];
102 x = ctm[0] * ubbox.llx + ctm[2] * ubbox.ury + ctm[4];
103 y = ctm[1] * ubbox.llx + ctm[3] * ubbox.ury + ctm[5];
111 bbox.llx -= slop + 0.5;
115 …fprintf(fp, "%s %d %d %d %d\n", keyword, (int)bbox.llx, (int)bbox.lly,(int)bbox.urx, (int)bbox.ury…
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpstopnm.c59 assert(box.urx >= box.llx); in assertValidBox()
118 float llx, lly, urx, ury; in parseCommandLine() local
208 else cmdlineP->extractBox.llx = llx * 72; in parseCommandLine()
504 if (llx > urx) in boundingBoxFmPostscriptFile()
513 retval.llx = llx; retval.lly = lly; in boundingBoxFmPostscriptFile()
565 retval.llx = 72; in computeBoxToExtract()
678 retval.llx = inputBox.llx - (int)leftRightBorderSize; in addBorders()
710 int llx, lly; in writePstrans() local
711 llx = box.llx - (xsize * 72 / xres - (box.urx - box.llx)) / 2; in writePstrans()
716 int llx, ury; in writePstrans() local
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DRectangle.java99 protected float llx; field in Rectangle
163 this.llx = llx; in Rectangle()
186 this(rect.llx, rect.lly, rect.urx, rect.ury); in Rectangle()
249 public void setLeft(float llx) { in setLeft() argument
250 this.llx = llx; in setLeft()
259 return llx; in getLeft()
269 return llx + margin; in getLeft()
306 return urx - llx; in getWidth()
379 if (llx > urx) { in normalize()
380 float a = llx; in normalize()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/
H A DRectangle.java107 protected float llx; field in Rectangle
181 this.llx = llx; in Rectangle()
324 if (llx > urx) { in normalize()
325 float a = llx; in normalize()
326 llx = urx; in normalize()
383 llx = value; in setLeft()
557 return llx; in left()
560 return llx; in getLeft()
611 return llx + margin; in left()
657 return urx - llx; in width()
[all …]
/dports/devel/splint/splint-3.1.2/test/tests2.4/
H A Dlonglong.c1 long long llf (long long llx, long lx, long double lld) { in llf() argument
2 int m = llx; /* int <- long long */ in llf()
8 llx = lx; in llf()
9 lx = llx; /* long <- long long */ in llf()
10 llx = m; in llf()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFRectangle.java35 protected int llx; field in PDFRectangle
60 public PDFRectangle(int llx, int lly, int urx, int ury) { in PDFRectangle() argument
61 this.llx = llx; in PDFRectangle()
73 this.llx = array[0]; in PDFRectangle()
86 textBuffer.append('[').append(llx) in format()
/dports/devel/lasi/libLASi-1.1.3/examples/
H A DComplexTextLayoutExample.cpp30 llx = MIN(llx, x); \
44 llx = MIN(llx, x); \
71 llx = MIN(llx, x+dxprime); \
78 llx = MIN(llx, x+dxprime); \
85 llx = MIN(llx, x+dxprime); \
92 llx = MIN(llx, x+dxprime); \
118 double x,y,llx,urx,lly,ury; in main() local
158 llx = x; in main()
249 llx = MIN(llx, x); in main()
447 doc.write(cout, llx, lly, urx, ury); in main()
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_geom.c493 (r1->llx <= r2->llx && r1->lly <= r2->lly && in pdc_rect_contains()
500 r1->llx = r2->llx; in pdc_rect_copy()
510 r->llx = llx; in pdc_rect_init()
523 r2->urx <= r1->llx || in pdc_rect_intersect()
537 result->llx = MAX(r1->llx, r2->llx); in pdc_rect_intersect()
563 if (x[i] < r2->llx) in pdc_rect_transform()
579 if (r->urx < r->llx) in pdc_rect_normalize()
581 aux = r->llx; r->llx = r->urx; r->urx = aux; in pdc_rect_normalize()
594 dst->llx = src->llx; in pdc_rect_normalize2()
599 dst->llx = src->urx; in pdc_rect_normalize2()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_geom.c493 (r1->llx <= r2->llx && r1->lly <= r2->lly && in pdc_rect_contains()
500 r1->llx = r2->llx; in pdc_rect_copy()
510 r->llx = llx; in pdc_rect_init()
523 r2->urx <= r1->llx || in pdc_rect_intersect()
537 result->llx = MAX(r1->llx, r2->llx); in pdc_rect_intersect()
563 if (x[i] < r2->llx) in pdc_rect_transform()
579 if (r->urx < r->llx) in pdc_rect_normalize()
581 aux = r->llx; r->llx = r->urx; r->urx = aux; in pdc_rect_normalize()
594 dst->llx = src->llx; in pdc_rect_normalize2()
599 dst->llx = src->urx; in pdc_rect_normalize2()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dfrcompil.c44 void fr_compile_rect(fmp *fmptr, int llx, int lly, int ulx, int uly, uchar seen_bits) { in fr_compile_rect() argument
53 if (llx > 0) in fr_compile_rect()
54 llx--; in fr_compile_rect()
56 llx = 0; in fr_compile_rect()
66 x = llx; in fr_compile_rect()
68 x = llx; in fr_compile_rect()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/gvpr/lib/
H A Dbb6 double llx, lly, urx, ury;
16 if (llx0 < llx) llx = llx0;
25 llx = 1000000; lly = 1000000; urx = -1000000; ury = -1000000;
31 if ((x - w2) < llx) llx = x - w2;
38 $.bb = sprintf ("%lf,%lf,%lf,%lf", llx, lly, urx, ury);
/dports/print/gv/gv-3.7.4/src/
H A Dzoom.c91 int llx; in zoom_createZoom() local
121 llx = p->psx; in zoom_createZoom()
123 urx = p->psx + p->width - 1; if (urx<llx) urx=llx; in zoom_createZoom()
125 IIMESSAGE(llx,lly) IIMESSAGE(urx,ury) in zoom_createZoom()
128 if (llx < current_llx) { llx = current_llx; urx = llx + p->width; } in zoom_createZoom()
130 if (urx > current_urx) { urx = current_urx; llx = urx - p->width; } in zoom_createZoom()
132 if (llx < current_llx) llx = current_llx; in zoom_createZoom()
135 left_margin = llx - current_llx; in zoom_createZoom()
164 XtSetArg(args[n], XtNllx, llx); n++; in zoom_createZoom()
219 IIMESSAGE(llx,lly) IIMESSAGE(urx,ury) in zoom_createZoom()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzDebug.gdb16 printf "Oop: 0x%016llx\tState: ", (uintptr_t)$obj
130 printf " Start: 0x%llx\n", ZAddressSpaceStart
131 printf " End: 0x%llx\n", ZAddressSpaceEnd
132 printf " Size: %-15llu (0x%llx)\n", ZAddressSpaceSize, ZAddressSpaceSize
137 printf " Page Size Small: %-15llu (0x%llx)\n", ZPageSizeSmall, ZPageSizeSmall
138 printf " Page Size Medium: %-15llu (0x%llx)\n", ZPageSizeMedium, ZPageSizeMedium
140 printf " Good: 0x%016llx\n", ZAddressGoodMask
141 printf " Bad: 0x%016llx\n", ZAddressBadMask
142 printf " WeakBad: 0x%016llx\n", ZAddressWeakBadMask
143 printf " Marked: 0x%016llx\n", ZAddressMetadataMarked
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzDebug.gdb16 printf "Oop: 0x%016llx\tState: ", (uintptr_t)$obj
130 printf " Start: 0x%llx\n", ZAddressSpaceStart
131 printf " End: 0x%llx\n", ZAddressSpaceEnd
132 printf " Size: %-15llu (0x%llx)\n", ZAddressSpaceSize, ZAddressSpaceSize
137 printf " Page Size Small: %-15llu (0x%llx)\n", ZPageSizeSmall, ZPageSizeSmall
138 printf " Page Size Medium: %-15llu (0x%llx)\n", ZPageSizeMedium, ZPageSizeMedium
140 printf " Good: 0x%016llx\n", ZAddressGoodMask
141 printf " Bad: 0x%016llx\n", ZAddressBadMask
142 printf " WeakBad: 0x%016llx\n", ZAddressWeakBadMask
143 printf " Marked: 0x%016llx\n", ZAddressMetadataMarked
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzDebug.gdb16 printf "Oop: 0x%016llx\tState: ", (uintptr_t)$obj
130 printf " Start: 0x%llx\n", ZAddressSpaceStart
131 printf " End: 0x%llx\n", ZAddressSpaceEnd
132 printf " Size: %-15llu (0x%llx)\n", ZAddressSpaceSize, ZAddressSpaceSize
137 printf " Page Size Small: %-15llu (0x%llx)\n", ZPageSizeSmall, ZPageSizeSmall
138 printf " Page Size Medium: %-15llu (0x%llx)\n", ZPageSizeMedium, ZPageSizeMedium
140 printf " Good: 0x%016llx\n", ZAddressGoodMask
141 printf " Bad: 0x%016llx\n", ZAddressBadMask
142 printf " WeakBad: 0x%016llx\n", ZAddressWeakBadMask
143 printf " Marked: 0x%016llx\n", ZAddressMetadataMarked
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzDebug.gdb16 printf "Oop: 0x%016llx\tState: ", (uintptr_t)$obj
130 printf " Start: 0x%llx\n", ZAddressSpaceStart
131 printf " End: 0x%llx\n", ZAddressSpaceEnd
132 printf " Size: %-15llu (0x%llx)\n", ZAddressSpaceSize, ZAddressSpaceSize
137 printf " Page Size Small: %-15llu (0x%llx)\n", ZPageSizeSmall, ZPageSizeSmall
138 printf " Page Size Medium: %-15llu (0x%llx)\n", ZPageSizeMedium, ZPageSizeMedium
140 printf " Good: 0x%016llx\n", ZAddressGoodMask
141 printf " Bad: 0x%016llx\n", ZAddressBadMask
142 printf " WeakBad: 0x%016llx\n", ZAddressWeakBadMask
143 printf " Marked: 0x%016llx\n", ZAddressMetadataMarked
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrBoundary.h53 frCoord llx = 0; in getBBox() local
58 llx = points_.begin()->x(); in getBBox()
64 llx = (llx < point.x()) ? llx : point.x(); in getBBox()
69 boxIn.set(llx, lly, urx, ury); in getBBox()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/infra/
H A DfrBox.h48 frBox(frCoord llx, frCoord lly, frCoord urx, frCoord ury) in frBox() argument
50 ll_.set((llx > urx) ? urx : llx, (lly > ury) ? ury : lly); in frBox()
51 ur_.set((llx > urx) ? llx : urx, (lly > ury) ? lly : ury); in frBox()
66 void set(frCoord llx, frCoord lly, frCoord urx, frCoord ury) in set() argument
68 ll_.set((llx > urx) ? urx : llx, (lly > ury) ? ury : lly); in set()
69 ur_.set((llx > urx) ? llx : urx, (lly > ury) ? lly : ury); in set()
191 frBox3D(int llx, int lly, int urx, int ury, int zl, int zh) in frBox3D() argument
192 : frBox(llx, lly, urx, ury), zl_(zl), zh_(zh) in frBox3D()
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dreadeps.c39 int *llx, int *lly);
137 gsexe_mediabox(char *file, int *llx, int *lly, int *urx, int *ury) in gsexe_mediabox() argument
218 *llx = (int)floor(bb[0]); in gsexe_mediabox()
236 scan_mediabox(FILE *file, int *llx, int *lly, int *urx, int *ury) in scan_mediabox() argument
253 *llx = (int)floor(lx); in scan_mediabox()
287 if (scan_mediabox(pic_stream->fp, llx, lly, &urx, &ury)) { in read_pdf()
291 if (gsexe_mediabox(pic_stream->content, llx, lly, &urx, &ury)) in read_pdf()
293 pic->bit_size.x = urx - *llx; in read_pdf()
299 pic->bit_size.x = urx - *llx; in read_pdf()
327 *llx = 0; in read_eps()
[all …]
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dllx-test.c104 static struct llx *
112 null_release_node (struct llx *llx UNUSED, void *aux UNUSED)
140 struct llx *x;
157 struct llx *x;
261 struct llx *llx = llx_push_tail (list, (*elems)[i], &llx_malloc_mgr);
275 struct llx *x;
411 struct llx *llx;
417 for (llx = llx_head (list), i = 0; i < cnt; llx = llx_next (llx), i++)
426 for (llx = llx_tail (list), i = 0; i < cnt; llx = llx_prev (llx), i++)
532 struct llx **elemp;
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritet3.c84 t3_b0 = llx; in update_bbox()
89 if (llx < t3_b0) in update_bbox()
90 t3_b0 = llx; in update_bbox()
105 int width, height, depth, llx, lly, urx, ury; in t3_write_glyph() local
126 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in t3_write_glyph()
138 (int) t3_char_widths[glyph_index], (int) llx, in t3_write_glyph()
175 integer llx, lly, urx, ury; in writepk() local
216 llx = -cd.xoff; in writepk()
218 urx = cd.cwidth + llx + 1; in writepk()
220 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in writepk()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritet3.c84 t3_b0 = llx; in update_bbox()
89 if (llx < t3_b0) in update_bbox()
90 t3_b0 = llx; in update_bbox()
105 int width, height, depth, llx, lly, urx, ury; in t3_write_glyph() local
126 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in t3_write_glyph()
138 (int) t3_char_widths[glyph_index], (int) llx, in t3_write_glyph()
175 integer llx, lly, urx, ury; in writepk() local
216 llx = -cd.xoff; in writepk()
218 urx = cd.cwidth + llx + 1; in writepk()
220 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in writepk()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritet3.c84 t3_b0 = llx; in update_bbox()
89 if (llx < t3_b0) in update_bbox()
90 t3_b0 = llx; in update_bbox()
105 int width, height, depth, llx, lly, urx, ury; in t3_write_glyph() local
126 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in t3_write_glyph()
138 (int) t3_char_widths[glyph_index], (int) llx, in t3_write_glyph()
175 integer llx, lly, urx, ury; in writepk() local
216 llx = -cd.xoff; in writepk()
218 urx = cd.cwidth + llx + 1; in writepk()
220 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in writepk()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritet3.c84 t3_b0 = llx; in update_bbox()
89 if (llx < t3_b0) in update_bbox()
90 t3_b0 = llx; in update_bbox()
105 int width, height, depth, llx, lly, urx, ury; in t3_write_glyph() local
126 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in t3_write_glyph()
138 (int) t3_char_widths[glyph_index], (int) llx, in t3_write_glyph()
175 integer llx, lly, urx, ury; in writepk() local
216 llx = -cd.xoff; in writepk()
218 urx = cd.cwidth + llx + 1; in writepk()
220 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in writepk()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dwritet3.c84 t3_b0 = llx; in update_bbox()
89 if (llx < t3_b0) in update_bbox()
90 t3_b0 = llx; in update_bbox()
105 int width, height, depth, llx, lly, urx, ury; in t3_write_glyph() local
126 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in t3_write_glyph()
138 (int) t3_char_widths[glyph_index], (int) llx, in t3_write_glyph()
175 integer llx, lly, urx, ury; in writepk() local
216 llx = -cd.xoff; in writepk()
218 urx = cd.cwidth + llx + 1; in writepk()
220 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0); in writepk()
[all …]

12345678910>>...117