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

/inkscape/src/trace/
H A Dquantize.cpp329 int i1 = childIndex(node1->rgb >> (newwidth - node1->width - 1)); local
332 node1->ref = &newnode->child[i1];
333 newnode->child[i1] = node1;
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp267 SPItem *i1 = SP_ITEM(a); local
270 Geom::OptRect bbox1 = i1->desktopVisualBounds();
281 // if i2 is higher only 0.2 or less times it is righter than i1, put i1 first
/inkscape/src/libavoid/
H A Dgeometry.cpp309 // point index; i1 = i-1 mod n
361 // point index; i1 = i-1 mod n
362 size_t i1 = ( i + n - 1 ) % n; local
367 // if( ((P[i].y > 0) && (P[i1].y <= 0)) ||
368 // ((P[i1].y > 0) && (P[i].y <= 0)) )
370 if ((P[i].y > 0) != (P[i1].y > 0))
373 double x = (P[i].x * P[i1].y - P[i1].x * P[i].y)
374 / (P[i1].y - P[i].y);
384 // if( ((P[i].y < 0) && (P[i1]
[all...]
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp398 gint i1 = g_slist_index(these_stops, stop1); local
399 if (i1 != -1) {
400 GSList *next_next = g_slist_nth (next_stops, i1);

Completed in 56 milliseconds