Home
last modified time | relevance | path

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

/csrg-svn/lib/libplot/bitgraph/
H A Dbg.h24 #define scaleY(yi) ((int) ((yi - lowy)*scale +0.5)) macro
/csrg-svn/lib/libplot/hp7221/
H A Dhp7221.h31 #define scaleY(yi) ((int) ((yi - lowy)*scale +0.5)) macro
/csrg-svn/usr.bin/plot/
H A Dcrtplot.c30 #define scaleY(y) (int) (LINES-0.5 - ((y-lowY)*rangeY)) macro