Home
last modified time | relevance | path

Searched defs:scalex (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/plot/libplot/
H A Dmplot.h14 double scalex, scaley; member
/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfd.c981 path_scale(gx_path *path, double scalex, double scaley) in path_scale()
1060 double scale, scalex = 1.0, scaley = 1.0; in gdev_pdf_fill_path() local
/plan9/sys/src/libscribble/
H A Dli_recognizer.c1918 int scalex = (tmp->xrange == 0) ? 100 : (100 * maxxrange + tmp->xrange / 2) / tmp->xrange; in lialg_canonicalize_examples() local
2218 int scalex, int scaley) { in lialg_translate_points()