Searched defs:ymax (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libcola/
H A Dstraightener.h17 void boundingBox(double &xmin,double &ymin,double &xmax,double &ymax) { argument
19 xmax=ymax=-DBL_MAX;
24 ymax = std::max(ymax,ys[i]);
37 double xmin, xmax, ymin, ymax; member in struct:straightener::Edge
43 route->boundingBox(xmin,ymin,xmax,ymax);
51 route->boundingBox(xmin,ymin,xmax,ymax);
95 double xmin, xmax, ymin, ymax; member in class:straightener::Node
103 ymin(y-height/2),ymax(y+height/2),
112 ymin(y-height/2),ymax(
[all...]
/inkscape/src/2geom/
H A Dconvex-hull.h284 boost::optional<Point> ymin, ymax, xmin, xmax; local
293 if (!ymax || Point::LexGreater<Y>()(p, *ymax)) {
294 ymax = p;
302 ConvexHull qhull(*xmin, *xmax, *ymin, *ymax);
311 out.push_back(*ymax);
H A Delliptical-arc.cpp835 Point ymax = pointAtAngle(ymax_a); local
836 if (ymin[Y] > ymax[Y]) {
837 swap(ymin, ymax);
841 Interval yspan(ymin[Y], ymax[Y]);
844 bool left = cross(ymax - ymin, p - ymin) > 0;
881 Interval ival(ip[Y], ymax[Y]);
887 Interval ival(ymax[Y], ymin[Y]);
907 Interval ival(fp[Y], ymax[Y]);
913 Interval ival(ymax[Y], ymin[Y]);
/inkscape/share/extensions/
H A Dvoronoi.py179 priorityQ = PriorityQueue(siteList.ymin,siteList.ymax,len(siteList))
617 def __init__(self,ymin,ymax,nsites):
619 self.deltay = ymax - ymin
723 ymax = property(_getymax) variable in class:SiteList
/inkscape/src/extension/internal/
H A Dtext_reassemble.c336 \param ymax If the pointer is defined, the value is adjusted if ymin of wc character is more than the current value.
338 int TR_getadvance(FT_INFO *fti, FNT_SPECS *fsp, uint32_t wc, uint32_t pc, int load_flags, int kern_mode, int *ymin, int *ymax){ argument
356 if(ymax && (bbox.yMax > *ymax))*ymax=bbox.yMax;
438 \param ymax If the pointer is defined, the value is adjusted if ymax of current complex is more than the current value.
441 double TR_baseline(TR_INFO *tri, int src, double *ymax, double *ymin){ argument
460 if(ymax){
462 if(*ymax <
533 double ymax = DBL_MIN; local
1731 int ymin,ymax; local
[all...]
/inkscape/src/libuemf/
H A Duwmf.c2440 double xmax,ymax; local
2449 ymax = U_ROUND((double) size->y * (double) dpi);
2450 if(xmax < 0 || ymax < 0 || xmax > 32767 || ymax > 32767){
2455 ym16 = ymax;

Completed in 58 milliseconds