Home
last modified time | relevance | path

Searched refs:pminx (Results 1 – 24 of 24) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairo_renddesc.cpp60 double pminx, pminy, pmaxx, pmaxy; in cairo_renddesc_untransform() local
131 pminx=min(min(min(tl_x, tr_x), bl_x), br_x); in cairo_renddesc_untransform()
136 mtlx=pminx; in cairo_renddesc_untransform()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairo_renddesc.cpp60 double pminx, pminy, pmaxx, pmaxy; in cairo_renddesc_untransform() local
131 pminx=min(min(min(tl_x, tr_x), bl_x), br_x); in cairo_renddesc_untransform()
136 mtlx=pminx; in cairo_renddesc_untransform()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dcairo_renddesc.cpp60 double pminx, pminy, pmaxx, pmaxy; in cairo_renddesc_untransform() local
131 pminx=min(min(min(tl_x, tr_x), bl_x), br_x); in cairo_renddesc_untransform()
136 mtlx=pminx; in cairo_renddesc_untransform()
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dlav_defs.h5 long pminx, pmaxx, pminy, pmaxy; variable
H A Dplot_domain.cgi12 use vars qw($pminx $pmaxx $pminy $pmaxy $lvstr $max_x $max_y
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dsave_pdf.c265 int pminx = p[0], pminy = p[1]; in pdf_plot_polygon() local
279 pminx = min(pminx, p[i*2]); in pdf_plot_polygon()
285 NSLOG(netsurf, INFO, "%d %d %d %d %f", pminx, pminy, pmaxx, pmaxy, in pdf_plot_polygon()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dwatershed.c159 l_int32 *pminx, l_int32 *pmaxx,
820 l_int32 *pminx, in pushNewPixel() argument
835 *pminx = L_MIN(*pminx, x); in pushNewPixel()
H A Dconncomp.c112 l_int32 *pminx, l_int32 *pmaxx,
1091 l_int32 *pminx, in pushFillsegBB() argument
1106 *pminx = L_MIN(*pminx, xleft); in pushFillsegBB()
H A Dptafunc1.c469 l_float32 *pminx, in ptaGetRange() argument
479 if (!pminx && !pmaxx && !pminy && !pmaxy) in ptaGetRange()
481 if (pminx) *pminx = 0; in ptaGetRange()
502 if (pminx) *pminx = minx; in ptaGetRange()
H A Dboxfunc4.c2644 l_int32 *pminx, in boxaLocationRange() argument
2653 if (!pminx && !pminy && !pmaxx && !pmaxy) in boxaLocationRange()
2655 if (pminx) *pminx = 0; in boxaLocationRange()
2677 if (pminx) *pminx = minx; in boxaLocationRange()
H A Dallheaders.h370 LEPT_DLL extern l_int32 boxaLocationRange ( BOXA *boxa, l_int32 *pminx, l_int32 *pminy, l_int32 *pm…
2067 LEPT_DLL extern l_int32 ptaGetRange ( PTA *pta, l_float32 *pminx, l_float32 *pmaxx, l_float32 *pmin…
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dconncomp.c102 l_int32 *pminx, l_int32 *pmaxx,
1031 l_int32 *pminx, in pushFillsegBB() argument
1046 *pminx = L_MIN(*pminx, xleft); in pushFillsegBB()
H A Dwatershed.c146 l_int32 *pminx, l_int32 *pmaxx,
806 l_int32 *pminx, in pushNewPixel() argument
821 *pminx = L_MIN(*pminx, x); in pushNewPixel()
H A Dboxfunc1.c1078 l_int32 *pminx, in boxaLocationRange() argument
1089 if (!pminx && !pminy && !pmaxx && !pmaxy) in boxaLocationRange()
1107 if (pminx) *pminx = minx; in boxaLocationRange()
H A Dleptprotos.h231 LEPT_DLL extern l_int32 boxaLocationRange ( BOXA *boxa, l_int32 *pminx, l_int32 *pminy, l_int32 *pm…
/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1route.c1395 int pminx, pmaxx, pos, err, direct; in Sc_route_between_ch_nodes() local
1424 pminx = maxx1; in Sc_route_between_ch_nodes()
1429 pminx = maxx2; in Sc_route_between_ch_nodes()
1434 pminx = maxi(minx1, minx2); in Sc_route_between_ch_nodes()
1439 pminx -= sc_routecontrol.fuzzy_window_limit; in Sc_route_between_ch_nodes()
1465 if (pos >= pminx && pos <= pmaxx) in Sc_route_between_ch_nodes()
1529 if (place->xpos >= pminx && place->xpos <= pmaxx) in Sc_route_between_ch_nodes()
1534 if (place->xpos < pminx) in Sc_route_between_ch_nodes()
1536 pos = abs(pminx - place->xpos); in Sc_route_between_ch_nodes()
/dports/biology/fasta3/fasta-36.3.8/scripts/
H A Dlav2plt.pl29 use vars qw($pminx $pmaxx $pminy $pmaxy $lvstr $max_x $max_y
H A Dplot_domain2t.cgi30 use vars qw($pminx $pmaxx $pminy $pmaxy $lvstr $max_x $max_y
/dports/biology/fasta/fasta/
H A Dfldispn.c41 static int pminx, pmaxx, pminy, pmaxy, pmaxb, pmaxox, pmaxoy, pmaxob; variable
H A Dtldispn.c43 long pminx, pmaxx, pminy, pmaxy; variable
H A Dmtdispn.c61 long pminx, pmaxx, pminy, pmaxy; variable
H A Dps_dispn.c45 long pminx, pmaxx, pminy, pmaxy; variable
H A Dttdispn.c46 long pminx, pmaxx, pminy, pmaxy; variable
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h355 LEPT_DLL extern l_int32 boxaLocationRange ( BOXA *boxa, l_int32 *pminx, l_int32 *pminy, l_int32 *pm…
2020 LEPT_DLL extern l_int32 ptaGetRange ( PTA *pta, l_float32 *pminx, l_float32 *pmaxx, l_float32 *pmin…