Home
last modified time | relevance | path

Searched refs:DISPLAYSMALLSHIFT (Results 1 – 3 of 3) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c1474 (w->screenhy - w->screenly) / DISPLAYSMALLSHIFT); in us_ontablet()
1513 -(w->screenhy - w->screenly) / DISPLAYSMALLSHIFT); in us_ontablet()
1552 -(w->screenhx - w->screenlx) / DISPLAYSMALLSHIFT); in us_ontablet()
1590 (w->screenhx - w->screenlx) / DISPLAYSMALLSHIFT); in us_ontablet()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h243 #define DISPLAYSMALLSHIFT 20 /* fraction of screen that shifts when arrows are clicked */ macro
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c2528 tr->mintime -= range/DISPLAYSMALLSHIFT; in sim_window_horizontalslider()
2529 tr->maxtime -= range/DISPLAYSMALLSHIFT; in sim_window_horizontalslider()
2565 tr->mintime += range/DISPLAYSMALLSHIFT; in sim_window_horizontalslider()
2566 tr->maxtime += range/DISPLAYSMALLSHIFT; in sim_window_horizontalslider()