Home
last modified time | relevance | path

Searched refs:xcDRAW_INIT (Results 1 – 4 of 4) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Delements.c2479 case xcDRAW_INIT: in generic_mode_draw()
2605 case xcDRAW_INIT: in selarea_mode_draw()
2634 case xcDRAW_INIT: in rescale_mode_draw()
2663 case xcDRAW_INIT: in move_mode_draw()
2722 case xcDRAW_INIT: in normal_mode_draw()
H A Devents.c2199 move_mode_draw(xcDRAW_INIT, NULL); in functiondispatch()
2285 rescale_mode_draw(xcDRAW_INIT, NULL); in functiondispatch()
3481 text_mode_draw(xcDRAW_INIT, *lastlabel); in edit()
3485 text_mode_draw(xcDRAW_INIT, *lastlabel); in edit()
3596 path_mode_draw(xcDRAW_INIT, lastpath); in pathedit()
3628 poly_mode_draw(xcDRAW_INIT, lastpoly); in pathedit()
3662 spline_mode_draw(xcDRAW_INIT, lastspline); in pathedit()
3693 arc_mode_draw(xcDRAW_INIT, lastarc); in pathedit()
5556 move_mode_draw(xcDRAW_INIT, NULL); in copydrag()
5715 text_mode_draw(xcDRAW_INIT, TOLABEL(EDITPART)); in finish_op()
H A Dxcircuit.h1592 xcDRAW_INIT, /* Initalize fixed_pixmap and draw the element(s) */ enumerator
H A Dselection.c1402 selarea_mode_draw(xcDRAW_INIT, NULL); in startselect()