Searched defs:where (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Ddropper-tool.cpp86 /* TODO: have a look at CalligraphicTool::setup where the same is done.. generalize? */
271 // where the color is picked, to show in the statusbar
272 gchar *where = this->dragging ? g_strdup_printf(_(", averaged with radius %d"), (int) rw) : g_strdup_printf("%s", _(" under cursor")); local
279 (pick == SP_DROPPER_PICK_VISIBLE) ? "" : alpha, where, message);
281 g_free(where);
H A Dtext-tool.cpp1688 void sp_text_context_place_cursor (TextTool *tc, SPObject *text, Inkscape::Text::Layout::iterator where) argument
1691 tc->text_sel_start = tc->text_sel_end = where;
/inkscape/src/
H A Dselection-chemistry.cpp1346 void sp_selection_change_layer_maintain_clones(std::vector<SPItem*> const &items,SPObject *where) argument
1352 SPItem *newparent = dynamic_cast<SPItem *>(where);
3096 // Keep track of parent, this is where <use> will be inserted.
4131 // transform mask, so it is moved the same spot where mask was applied

Completed in 331 milliseconds