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

/inkscape/src/livarot/
H A Dsweep-event.h20 int ind; ///< Index in the binary heap. member in class:SweepEvent
H A DShape.h83 int ind; // index of qrsData elem for edge (ie inverse of the bord) member in struct:Shape::quick_raster_data
404 int ind; // for the GetAdjacencies function: index in the sliceSegs array (for quick deletions) member in struct:Shape::sweep_src_data
420 int ind; // order of the edges during the depth-first search member in struct:Shape::sweep_dest_data
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp1030 unsigned ind = (cc->active_handle == cc->endpt_handle[0]) ? 0 : 1; local
1031 sp_conn_end_detach(cc->clickeditem, ind);
/inkscape/
H A Dbuildtool.cpp608 int ind = info->brackets[info->num_brackets - 1].len == -1 ? local
610 info->brackets[ind].len = (int) (&re[i] - info->brackets[ind].ptr);
612 ind, info->brackets[ind].len, info->brackets[ind].ptr));

Completed in 91 milliseconds