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

/inkscape/src/2geom/
H A Dpathvector.cpp173 Interval itemBounds(ItemIterator ii) { argument
174 OptRect r = ii->path->boundsFast();
178 void addActiveItem(ItemIterator ii) { argument
179 unsigned w = ii->which;
180 unsigned ow = (ii->which + 1) % 2;
183 if (!ii->path->boundsFast().intersects(i->path->boundsFast())) continue;
184 std::vector<PathIntersection> px = ii->path->intersect(*i->path, _precision);
186 PathVectorTime tw(ii->index, px[k].first), tow(i->index, px[k].second);
193 _active[w].push_back(*ii);
196 void removeActiveItem(ItemIterator ii) { argument
[all...]
/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp184 gint ii = 0; local
186 family = SP_TEXT(parent_text)->layout.getFontFamily(ii);
188 ii++;
/inkscape/src/widgets/
H A Dcalligraphy-toolbar.cpp224 int ii=1; local
231 gtk_list_store_set( model, &iter, 0, _(preset_name.data()), 1, ii++, -1 );
238 gtk_list_store_set( model, &iter, 0, _("Save..."), 1, ii, -1 );
239 g_object_set_data(tbl, "save_presets_index", GINT_TO_POINTER(ii));

Completed in 624 milliseconds