Lines Matching refs:transform
245 position transform(const position &);
263 inline position troff_output::transform(const position &pos) in transform() function in troff_output
326 position c = transform(cent); in simple_circle()
340 position c = transform(cent); in simple_ellipse()
354 position s = transform(start); in simple_arc()
355 position c = transform(cent); in simple_arc()
357 distance ev = transform(end) - c; in simple_arc()
367 position s = transform(start); in simple_line()
368 distance ev = transform(end) - s; in simple_line()
379 position pos = transform(start); in simple_spline()
385 position temp = transform(v[i]); in simple_spline()
399 position pos = transform(v[0]); in simple_polygon()
405 position temp = transform(v[i]); in simple_polygon()
432 position c = transform(center); in text()
443 position c = transform(center); in text()
551 position c = transform(cent); in dot()