Home
last modified time | relevance | path

Searched refs:posn_rnd (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/tests/
H A Dtest2.c57 posn_rnd[cur_gridunit][cur_pointposn], cur_gridunit); in printmsg()
96 yspacing = posn_rnd[cur_gridunit][cur_pointposn]; in main()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_pan.c36 #define PAN_OFFSET ((int)(posn_rnd[cur_gridunit][P_GRID3] / \
H A Dmode.c44 int posn_rnd[NUM_GRID_UNITS][P_GRID4 + 1] = { variable
H A Dmode.h161 extern int posn_rnd[NUM_GRID_UNITS][P_GRID4+1];
H A Dw_canvas.c1093 spacing = (int)(posn_rnd[grid_unit][cur_pointposn] / appres.userscale);