#include "spice.h"
#include "sced.h"
Go to the source code of this file.
Definition at line 18 of file gridline.c.
82 if ((Top-YInL) % Step == 0 || (XInL-
Left) % Step == 0)
102 if ((Top-YInL) % Step == 0)
121 if ((XInL-Left) % Step == 0)
169 if ((Top-YInL) % Step == 0 || (XInL-
Left) % Step == 0)
188 if ((Top-YInL) % Step == 0)
205 if ((XInL-Left) % Step == 0)
struct ka * kvCoarseWindow
#define COARSEVIEWPORTONLY
void DevDefineLinestyle()
struct ka * kvFineViewport
struct ka * kvLargeCoarseViewport
int kpShowGridInLargeViewport
struct ka * kvCoarseViewport
void ShowLine |
( |
int |
Color, |
|
|
long |
X1, |
|
|
long |
Y1, |
|
|
long |
X2, |
|
|
long |
Y2 |
|
) |
| |
Definition at line 219 of file gridline.c.
224 long X1P,Y1P,X2P,Y2P;
239 DevLine((
int)X1P,(
int)Y1P,(
int)X2P,(
int)Y2P);
251 DevLine((
int)X1P,(
int)Y1P,(
int)X2P,(
int)Y2P);
#define COARSEVIEWPORTONLY
#define FineLToP(X, Y, XT, YT)
#define CoarseLToP(X, Y, XT, YT)
void ShowManhattanLine |
( |
int |
Color, |
|
|
long |
X1, |
|
|
long |
Y1, |
|
|
long |
X2, |
|
|
long |
Y2 |
|
) |
| |
Definition at line 258 of file gridline.c.
263 long X1P,Y1P,X2P,Y2P;
289 DevLine((
int)X1P,(
int)Y1P,(
int)X2P,(
int)Y2P);
313 DevLine((
int)X1P,(
int)Y1P,(
int)X2P,(
int)Y2P);
#define COARSEVIEWPORTONLY
#define FineLToP(X, Y, XT, YT)
#define CoarseLToP(X, Y, XT, YT)
#define SwapInts(Dragon, Eagle)