Searched defs:get_width (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dsynfig_output.py81 def get_width(self): function
102 width = property(get_width, set_width)
/inkscape/src/ui/tools/
H A Dspray-tool.cpp366 static double get_width(SprayTool *tc) function in namespace:Inkscape::UI::Tools
374 return 250 * get_width(tc)/SP_EVENT_CONTEXT(tc)->desktop->current_zoom();

Completed in 270 milliseconds