Home
last modified time | relevance | path

Searched refs:draw_compoundelements (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_draw.h34 void draw_compoundelements(F_compound *c, int op);
H A De_align.c96 draw_compoundelements(cur_c, ERASE); in init_align_canvas()
133 draw_compoundelements(cur_c, PAINT); in init_align_canvas()
153 draw_compoundelements(cur_c, ERASE); in init_align()
178 draw_compoundelements(cur_c, PAINT); in init_align()
H A De_flip.c226 draw_compoundelements(old_c, ERASE); in init_flipcompound()
H A De_rotate.c332 draw_compoundelements(c, ERASE); in init_rotatecompound()
H A Du_draw.c1381 draw_compoundelements(F_compound *c, int op) in draw_compoundelements() function
1417 draw_compoundelements(c1, op); in draw_compoundelements()