Searched refs:rmax (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DFontInstance.cpp627 Geom::Point rmax(glyphs[no].bbox[2],glyphs[no].bbox[3]);
628 return Geom::Rect(rmin, rmax);
/inkscape/share/extensions/
H A Dgrid_polar.py144 rmax = self.options.r_divs * dr
165 draw_SVG_line(0, 0, rmax*sin(i*dtheta), rmax*cos(i*dtheta),
177 rmax*sin(i*dtheta+pi/2.0), rmax*cos(i*dtheta+pi/2.0),
186 rmax*sin(angle), rmax*cos(angle),
194 label_radius = rmax+self.options.a_label_outset #radius of label centres

Completed in 19 milliseconds