![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <toporouter.h>
Data Fields | |
| double | s |
| int | mode |
| void * | data |
| char * | filename |
| double | iw |
| double | ih |
Definition at line 450 of file toporouter.h.
| void* drawing_context_t::data |
Definition at line 459 of file toporouter.h.
Referenced by toporouter_draw_surface().
Definition at line 461 of file toporouter.h.
Referenced by toporouter_output_close(), and toporouter_output_init().
| double drawing_context_t::ih |
image height dimensions.
Definition at line 463 of file toporouter.h.
Referenced by toporouter_output_init().
| double drawing_context_t::iw |
image width dimensions.
Definition at line 462 of file toporouter.h.
Referenced by toporouter_output_init().
Definition at line 458 of file toporouter.h.
Referenced by toporouter_draw_surface(), and toporouter_draw_vertex().
| double drawing_context_t::s |
scale factor.
Definition at line 456 of file toporouter.h.
Referenced by toporouter_draw_edge(), toporouter_draw_surface(), toporouter_draw_vertex(), and toporouter_output_init().