Searched refs:draw_text (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp378 draw_text(cairo_t *cr, Geom::Point loc, const char* txt, bool bottom = false, function in namespace:Inkscape::UI::Widget
401 draw_text(cr, pos, number.str().c_str(), true);
/inkscape/share/extensions/
H A Dgcodetools.py1485 def draw_text(text,x,y, group = None, style = None, font_size = 10, gcodetools_tag = None) : function
1536 draw_text(text,x[0]+size*2.2,x[1]-size, group = group, font_size = font_size)
3523 draw_text("Step = %s\nSquare = %f\nSquare improvement = %f\nTime from start = %f"%(i,(b[2]-b[0])*(b[3]-b[1]),improve,time.time()-start_time),x,y-50)
5839 draw_text(axis,graffiti_reference_points_count*100+10,-10, group = g, gcodetools_tag = "Gcodetools graffiti reference point text")
5880 draw_text("(%s; %s; %s)" % (i[0],i[1],i[2]), (si[0]+10), (-si[1]-10+doc_height), group = g, gcodetools_tag = "Gcodetools orientation point text")
5989 draw_text(key, 0, y, group = g, gcodetools_tag = "Gcodetools tool definition field name", font_size = 10 if key!='name' else 20)
5992 draw_text(param, 150, y, group = g, gcodetools_tag = "Gcodetools tool definition field value", font_size = 10 if key!='name' else 20)

Completed in 34 milliseconds