|
| static void | out_path () |
| |
| void | GenEnd (FILE *FileDesc) |
| |
| void | GenBeginSymbol (FILE *FileDesc, int SymbolNum, long A, long B) |
| |
| void | GenEndSymbol (FILE *FileDesc) |
| |
| void | GenBeginCall (FILE *FileDesc, int Number) |
| |
| void | GenEndCall (FILE *FileDesc) |
| |
| void | GenTranslation (FILE *FileDesc, long X, long Y) |
| |
| void | GenRotation (FILE *FileDesc, long X, long Y) |
| |
| void | GenMirrorX (FILE *FileDesc) |
| |
| void | GenMirrorY (FILE *FileDesc) |
| |
| void | GenPolygon (FILE *FileDesc, struct p *Path) |
| |
| void | GenPolygonOffset (FILE *FileDesc, struct p *Path, long X, long Y) |
| |
| void | GenWire (FILE *FileDesc, long Width, struct p *Path) |
| |
| void | GenWireOffset (FILE *FileDesc, long Width, struct p *Path, long X, long Y) |
| |
| static void | out_path (FILE *FileDesc, struct p *Path, char *buf, long X, long Y) |
| |
| void | GenBox (FILE *FileDesc, long Length, long Width, long X, long Y, int XDir, int YDir) |
| |
| void | GenLayer (FILE *FileDesc, char Technology, Mask) |
| |
| void | GenUserExtension (FILE *FileDesc, char Digit, char *Text) |
| |
| void | GenComment (FILE *FileDesc, char *Text) |
| |