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

/inkscape/src/
H A Dselcue.cpp208 SPCanvasItem* baseline_point = NULL; local
214 baseline_point = sp_canvas_item_new(_desktop->getControls(), SP_TYPE_CTRL,
222 sp_canvas_item_show(baseline_point);
223 SP_CTRL(baseline_point)->moveto((*pt) * item->i2dt_affine());
224 sp_canvas_item_move_to_z(baseline_point, 0);
229 if (baseline_point) {
230 _text_baselines.push_back(baseline_point);

Completed in 437 milliseconds