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

/inkscape/src/widgets/
H A Dmeasure-toolbar.cpp82 MeasureTool *mt = get_measure_tool(); local
83 if (mt) {
84 mt->showCanvasItems();
98 MeasureTool *mt = get_measure_tool(); local
99 if (mt) {
100 mt->showCanvasItems();
113 MeasureTool *mt = get_measure_tool(); local
114 if (mt) {
115 mt->showCanvasItems();
129 MeasureTool *mt local
143 MeasureTool *mt = get_measure_tool(); local
161 MeasureTool *mt = get_measure_tool(); local
179 MeasureTool *mt = get_measure_tool(); local
197 MeasureTool *mt = get_measure_tool(); local
215 MeasureTool *mt = get_measure_tool(); local
222 MeasureTool *mt = get_measure_tool(); local
230 MeasureTool *mt = get_measure_tool(); local
238 MeasureTool *mt = get_measure_tool(); local
246 MeasureTool *mt = get_measure_tool(); local
254 MeasureTool *mt = get_measure_tool(); local
[all...]
H A Dmesh-toolbar.cpp338 MeshTool *mt = get_mesh_tool(); local
339 if (mt) {
340 sp_mesh_context_corner_operation( mt, MG_CORNER_SIDE_TOGGLE );
346 MeshTool *mt = get_mesh_tool(); local
347 if (mt) {
348 sp_mesh_context_corner_operation( mt, MG_CORNER_SIDE_ARC );
354 MeshTool *mt = get_mesh_tool(); local
355 if (mt) {
356 sp_mesh_context_corner_operation( mt, MG_CORNER_COLOR_PICK );
/inkscape/src/livarot/
H A DPathConversion.cpp1020 double mt = (st + et) / 2; local
1025 RecCubicTo(iS, hisD, m, md, tresh, lev - 1, st, mt, piece);
1026 AddPoint(m, piece, mt);
1027 RecCubicTo(m, md, iE, hieD, tresh, lev - 1, mt, et, piece);
1050 const double mt = (st + et) / 2; local
1052 RecBezierTo(0.5 * (iS + iP), iS, m, tresh, lev - 1, st, mt, piece);
1053 AddPoint(m, piece, mt);
1054 RecBezierTo(0.5 * (iP + iE), m, iE, tresh, lev - 1, mt, et, piece);
1183 const double mt = (st + et) / 2; local
1187 RecCubicTo(iS, hisD, m, md, tresh, lev - 1, st, mt, piec
1255 double mt = (st + et) / 2; local
[all...]

Completed in 574 milliseconds