Searched refs:counter (Results 1 - 20 of 20) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_core_mouseHandler_noclick.js26 for (var counter = 0; counter < elems.length; counter++)
28 if (elems[counter].getAttributeNS("https://launchpad.net/jessyink", "subtype") == "jessyInk_core_mouseHandler_noclick")
29 jessyInk_core_mouseHandler_noclick(elems[counter]);
H A DjessyInk.js142 for (var counter = 0; counter < namedViews.length; counter++)
144 if (namedViews[counter].hasAttribute("id") && namedViews[counter].hasAttribute("pagecolor"))
146 if (namedViews[counter].getAttribute("id") == "base")
148 BACKGROUND_COLOR = namedViews[counter].getAttribute("pagecolor");
189 for (var counter = 0; counter < nodes.length; counter
[all...]
H A DjessyInk_core_mouseHandler_zoomControl.js26 for (var counter = 0; counter < elems.length; counter++)
28 if (elems[counter].getAttributeNS("https://launchpad.net/jessyink", "subtype") == "jessyInk_core_mouseHandler_zoomControl")
29 jessyInk_core_mouseHandler_zoomControl(elems[counter]);
110 for (var counter = 0; counter < children.length; counter++)
112 if (children[counter].getBBox)
114 var childPointList = obj.projectRect(children[counter]
[all...]
H A Dpathscatter.py255 counter=0
281 clone=copy.deepcopy(patternList[counter])
282 counter=(counter+1)%len(patternList)
/inkscape/src/io/
H A Dsys.cpp100 static gint counter = 0; local
103 DEBUG_MESSAGE( dumpOne, "entering fopen_utf8name( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
106 DEBUG_MESSAGE( dumpOne, " STEP 0 ( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
110 DEBUG_MESSAGE( dumpOne, " STEP 1 ( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
112 DEBUG_MESSAGE( dumpOne, " STEP 2 ( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
114 DEBUG_MESSAGE( dumpOne, " STEP 3 ( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
120 DEBUG_MESSAGE( dumpOne, " calling is_os_wide() ( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
125 DEBUG_MESSAGE( dumpOne, "leaving fopen_utf8name( '%s', '%s' )[%d]", utf8name, mode, (counter++) );
133 static gint counter = 0; local
136 DEBUG_MESSAGE( dumpMk, "entering mkdir_utf8name( '%s' )[%d]", utf8name, (counter
[all...]
/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp298 int counter = 0; local
317 powerend = fillet_chamfer_values.rad_to_len(counter,powerend);
320 powerend = counter + (power / 100);
322 if (ignore_radius_0 && (filletChamferData[counter][X] == 0 ||
323 filletChamferData[counter][X] == counter)) {
324 powerend = filletChamferData[counter][X];
326 if (filletChamferData[counter][Y] == 0) {
327 powerend = filletChamferData[counter][X];
330 powerend = filletChamferData[counter][
346 int counter = 0; local
417 int counter = 0; local
509 unsigned int counter = 0; local
[all...]
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp121 unsigned long counter = 0; local
131 counter++;
171 last_pathv[counterPaths].size() > counter - offset &&
173 last_pathv[counterPaths][counter - offset].initialPoint(),
184 counter - offset <= last_pathv[counterPaths].size() &&
188 long e = counter - offset + 1;
191 last_pathv[counterPaths].size() + counter - offset;
232 double xPos = _vector[counter - offset][X];
233 if (_vector.size() <= (unsigned)(counter - offset)) {
241 double vectorY = _vector[counter
277 int counter = 0; local
542 int counter = -1; local
584 int counter = -1; local
[all...]
/inkscape/src/libvpsc/pairingheap/
H A DPairingHeap.cpp36 counter=0;
48 counter=rhs->size();
75 counter++;
80 return counter;
109 counter--;
H A DPairingHeap.h104 counter+=rhs->size();
117 int counter; member in class:PairingHeap
/inkscape/src/libcola/
H A Dgradient_projection.cpp43 unsigned i,j,counter; local
70 for (counter=0; counter<max_iterations&&!converged; counter++) {
163 return counter;
/inkscape/src/
H A Dknot-holder-entity.h80 static int counter; member in class:KnotHolderEntity
H A Dsp-shape.cpp294 int counter[4] = {0}; local
314 ai->key() + i, counter[i], m_auto,
316 counter[i]++;
332 ai->key() + i, counter[i], m,
334 counter[i]++;
352 ai->key() + i, counter[i], m,
354 counter[i]++;
369 ai->key() + i, counter[i], m,
371 counter[i]++;
393 ai->key() + i, counter[
[all...]
H A Dknot-holder-entity.cpp31 int KnotHolderEntity::counter = 0; member in class:KnotHolderEntity
43 my_counter = KnotHolderEntity::counter++;
H A Ddocument.cpp1189 int counter = 32; local
1193 if (counter == 0) {
1197 counter--;
1199 if (counter == 0)
1222 return counter>0;
H A Dbox3d.cpp45 static gint counter = 0; variable
66 my_counter = counter++;
/inkscape/src/2geom/
H A Dbezier-clipping.cpp745 static size_t counter = 0; local
746 if (domA.extent() == 1 && domB.extent() == 1) counter = 0;
747 if (++counter > 100) return;
904 static size_t counter = 0; local
905 if (domA.extent() == 1 && domB.extent() == 1) counter = 0;
906 if (++counter > 100) return;
/inkscape/src/ui/dialog/
H A Dlayer-properties.cpp275 unsigned int counter = _desktop->layer_manager->childCount(layer); local
276 for ( unsigned int i = 0; i < counter; i++ ) {
H A Dlayers.cpp403 unsigned int counter = _desktop->layer_manager->childCount(layer); local
404 for ( unsigned int i = 0; i < counter; i++ ) {
/inkscape/src/xml/
H A Drepr-util.cpp164 int counter=0; local
166 temp = g_strdup_printf("%s%d", new_prefix, counter++);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1522 static int counter = 0; local
1523 file_name = g_strdup_printf("%s_img%d.png", _docname, counter++);

Completed in 297 milliseconds