Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.cc9112 gen remove_at_display(const gen &g,GIAC_CONTEXT){ in remove_at_display() function
9145 os_set_pixel(x.val,y.val,vs==2?0:remove_at_display(v[2],contextptr).val); in _set_pixel()
9147 aspen_set_pixel(x.val,y.val,vs==2?0:remove_at_display(v[2],contextptr).val); in _set_pixel()
9166 v[2]=remove_at_display(v[2],contextptr); in _set_pixel()
9394 int attr=remove_at_display(v.back(),contextptr).val; in _draw_polygon()
9609 int attr=vs==(arc?6:3)?0:remove_at_display(v.back(),contextptr).val; in _draw_arc()
9670 int attr=vs==4?0:remove_at_display(v[4],contextptr).val; in draw_line_or_rectangle()
9681 draw_line(x0.val,y0.val,x1.val,y1.val,vs==4?0:remove_at_display(v[4],contextptr).val,contextptr); in draw_line_or_rectangle()
9730 …aw_string(v[1].val,v[2].val,v.size()>3?remove_at_display(v[3],contextptr).val:_BLACK,v.size()>4?re… in _draw_string()