pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 void common_draw_pcb_line (hidGC gc, LineType *line); 00002 void common_draw_pcb_arc (hidGC gc, ArcType *arc); 00003 void common_gui_draw_pcb_polygon (hidGC gc, PolygonType *poly, const BoxType *clip_box); 00004 void common_fill_pcb_polygon (hidGC gc, PolygonType *poly, const BoxType *clip_box); 00005 void common_thindraw_pcb_polygon (hidGC gc, PolygonType *poly, const BoxType *clip_box); 00006 void common_fill_pcb_pad (hidGC gc, PadType *pad, bool clear, bool mask); 00007 void common_thindraw_pcb_pad (hidGC gc, PadType *pad, bool clear, bool mask); 00008 void common_fill_pcb_pv (hidGC fg_gc, hidGC bg_gc, PinType *pv, bool drawHole, bool mask); 00009 void common_thindraw_pcb_pv (hidGC fg_gc, hidGC bg_gc, PinType *pv, bool drawHole, bool mask); 00010 void common_draw_helpers_init (HID_DRAW *graphics);