Home
last modified time | relevance | path

Searched refs:llx (Results 201 – 225 of 3041) sorted by relevance

12345678910>>...122

/dports/math/vtk6/VTK-6.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()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Ddraw.c259 if( r > segment->llx ){ in draw_the_data()
282 if( r > rowptr->llx ){ in draw_the_data()
284 TWdrawCell( rowptr->seg, rowptr->llx, rowptr->lly, in draw_the_data()
1387 if( tile->llx <= x && x <= tile->urx &&
1413 if( segment->llx <= x && x <= segment->urx && in pick_row()
1422 if( rowptr->llx <= x && x <= rowptr->urx && in pick_row()
1633 sprintf( left, "Left : %d", tile->llx ) ;
1781 if( temp < tile->llx ){
1796 if( temp < tile->llx ){
1806 tile->row_start = temp - tile->llx ;
[all …]
/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-mif.c40 int llx; member
104 int llx, int lly, int urx, int ury, in output_mif_writer() argument
116 cbox.llx = llx; in output_mif_writer()
160 (urx-llx)*72.0/cbox.dpi, (ury-lly)*72.0/cbox.dpi); in output_mif_writer()
H A Doutput-pstoedit.c63 int llx, int lly, int urx, int ury,
166 int llx, int lly, int urx, int ury, in output_pstoedit_invoke_writer() argument
174 llx, lly, urx, ury, in output_pstoedit_invoke_writer()
191 int llx, int lly, int urx, int ury, in output_pstoedit_writer() argument
243 llx, lly, urx, ury, opts, in output_pstoedit_writer()
/dports/science/cdcl/dcl-5.4.8-C/src/env2/pslib/
H A Dcdclpsnup117 llx = $2; lly = $3; urx = $4; ury = $5
118 xwidth = (urx-llx)*scale[nup]; ywidth = (ury-lly)*scale[nup]
156 ee = llx + xwidth*row
159 ee = llx + xwidth*column
168 ee = llx + ywidth*(column-1)
/dports/science/dcl/dcl-5.4.8/src/env2/pslib/
H A Ddclpsnup117 llx = $2; lly = $3; urx = $4; ury = $5
118 xwidth = (urx-llx)*scale[nup]; ywidth = (ury-lly)*scale[nup]
156 ee = llx + xwidth*row
159 ee = llx + xwidth*column
168 ee = llx + ywidth*(column-1)
/dports/x11-toolkits/p5-Tk-Enscript/Tk-Enscript-1.10/
H A DEnscript.pm75 my($llx, $lly, $urx, $ury) = @{$args{-bbox}} if exists $args{-bbox};
77 $llx = $args{-llx} || $media_desc{LLX};
112 my @text_args = ($llx, $y,
113 -width => $urx-$llx,
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-iommu-intel-iommu7 Format: %llx. This allows association of a sysfs
16 of this DRHD unit. Format: %llx.
24 value of this DRHD unit. Format: %llx.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-iommu-intel-iommu7 Format: %llx. This allows association of a sysfs
16 of this DRHD unit. Format: %llx.
24 value of this DRHD unit. Format: %llx.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-iommu-intel-iommu7 Format: %llx. This allows association of a sysfs
16 of this DRHD unit. Format: %llx.
24 value of this DRHD unit. Format: %llx.
/dports/print/a2ps/a2ps-4.13/lib/
H A Dmedia.c104 int llx, int lly, int urx, int ury) in add_medium() argument
111 a_medium->llx = llx; in add_medium()
220 media[i]->llx, media[i]->lly, in list_media_long()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/a2ping/
H A Da2ping.pl1312 my ($llx, $lly, $urx, $ury, $after_correct, $fontsdefs, $is_restored) = @_;
1313 if (defined $llx) {
1315 my $old_bbox="$llx $lly $urx $ury"; # debug "Old BoundingBox: $old_bbox";
1317 ($xoffset, $yoffset) = (-$llx, -$lly);
1322 ($llx,$lly,$urx,$ury)=(0,0,$urx-$llx,$ury-$lly) if !$::opt_below;
1329 $bbx.="%%BoundingBox: ".myfloor($llx)." ".myfloor($lly)." ".
1331 $bbx.="%%HiResBoundingBox: $llx $lly $urx $ury\n".
1332 "%%ExactBoundingBox: $llx $lly $urx $ury\n" if myfloor($llx)!=$llx
1366 my $new_bbox="$llx $lly $urx $ury";
1466 my($llx,$lly,$urx,$ury);
[all …]
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenpictex.c177 (llx/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT, in genpictex_end()
284 int x, y, llx, lly, urx, ury; local
313 llx =urx = x;
318 if (x < llx) llx = x;
324 put_box (llx, lly, urx, ury, l);
358 put_box (llx, lly, urx, ury, l) in put_box() argument
359 int llx, lly, urx, ury; in put_box()
373 (llx/ppi)*CONVUNIT,
400 (llx/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT,
420 ((llx+radius)/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT,
[all …]
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenpictex.c200 (llx/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT, in genpictex_end()
304 int x, y, llx, lly, urx, ury; in genpictex_line() local
333 llx =urx = x; in genpictex_line()
337 if (x < llx) llx = x; in genpictex_line()
343 put_box (llx, lly, urx, ury, l); in genpictex_line()
379 put_box(int llx, int lly, int urx, int ury, F_line *l) in put_box() argument
392 (llx/ppi)*CONVUNIT, in put_box()
420 (llx/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT, in put_box()
439 ((llx+radius)/ppi)*CONVUNIT, (convy(lly/ppi))*CONVUNIT, in put_box()
460 ((llx+radius)/ppi)*CONVUNIT, in put_box()
[all …]
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFPageObjectHelper.cc852 double width = rect.urx - rect.llx; in getMatrixForTransformations()
1000 if ((T.urx == T.llx) || (T.ury == T.lly)) in getMatrixForFormXObjectPlacement()
1005 double rect_w = rect.urx - rect.llx; in getMatrixForFormXObjectPlacement()
1007 double t_w = T.urx - T.llx; in getMatrixForFormXObjectPlacement()
1035 double t_cx = (T.llx + T.urx) / 2.0; in getMatrixForFormXObjectPlacement()
1037 double r_cx = (rect.llx + rect.urx) / 2.0; in getMatrixForFormXObjectPlacement()
1132 auto left_x = rect.llx - media_rect.llx; in flattenRotation()
1152 new_rect.llx = media_rect.llx + right_x; in flattenRotation()
1159 new_rect.llx = media_rect.lly + top_y; in flattenRotation()
1185 cm.f = media_rect.urx + media_rect.llx; in flattenRotation()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dps.c196 dev->llx = XPSSIZE; in ps_init()
412 dev->llx = MIN(dev->llx, xx1); in plD_line_ps()
419 dev->llx = MIN(dev->llx, xx2); in plD_line_ps()
518 dev->llx /= ENLARGE; in plD_tidy_ps()
522 dev->llx += XOFFSET; in plD_tidy_ps()
546 dev->llx, dev->lly, dev->urx, dev->ury); in plD_tidy_ps()
649 dev->llx = MIN(dev->llx, x); in fill_polygon()
668 dev->llx = MIN(dev->llx, x); in fill_polygon()
1012 dev->llx = MIN(dev->llx, args->x + (MIN(l1*cs,l2*cs)-1.5) * font_factor * ft_ht * ENLARGE ); in proc_str()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsegaic24.c263 int llx = xx2; in sys24_tile_draw_rect() local
266 while(llx > 0) { in sys24_tile_draw_rect()
272 if(!cur_x && llx>=128) { in sys24_tile_draw_rect()
316 int llx1 = llx >= 128 ? 128 : llx; in sys24_tile_draw_rect()
353 llx -= 128; in sys24_tile_draw_rect()
397 int llx = xx2; in sys24_tile_draw_rect_rgb() local
400 while(llx > 0) { in sys24_tile_draw_rect_rgb()
406 if(!cur_x && llx>=128) { in sys24_tile_draw_rect_rgb()
443 int llx1 = llx >= 128 ? 128 : llx; in sys24_tile_draw_rect_rgb()
473 llx -= 128; in sys24_tile_draw_rect_rgb()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsegaic24.c263 int llx = xx2; in sys24_tile_draw_rect() local
266 while(llx > 0) { in sys24_tile_draw_rect()
272 if(!cur_x && llx>=128) { in sys24_tile_draw_rect()
316 int llx1 = llx >= 128 ? 128 : llx; in sys24_tile_draw_rect()
353 llx -= 128; in sys24_tile_draw_rect()
397 int llx = xx2; in sys24_tile_draw_rect_rgb() local
400 while(llx > 0) { in sys24_tile_draw_rect_rgb()
406 if(!cur_x && llx>=128) { in sys24_tile_draw_rect_rgb()
443 int llx1 = llx >= 128 ? 128 : llx; in sys24_tile_draw_rect_rgb()
473 llx -= 128; in sys24_tile_draw_rect_rgb()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dwritet3.w55 static void update_bbox(int llx, int lly, int urx, int ury,
59 t3_b0 = llx;
64 if (llx < t3_b0)
65 t3_b0 = llx;
97 int llx, lly, urx, ury;
182 llx = -cd.xoff;
184 urx = cd.cwidth + llx + 1;
186 update_bbox(llx, lly, urx, ury, t3_glyph_num == 0);
197 (int) llx, (int) lly, (int) urx, (int) ury);
201 (int) cd.cheight, (int) llx, (int) lly);

12345678910>>...122