/inkscape/src/libvpsc/pairingheap/ |
H A D | PairingHeap.h | 104 counter+=rhs->size(); 117 int counter; member in class:PairingHeap
|
/inkscape/src/ |
H A D | knot-holder-entity.h | 80 static int counter; member in class:KnotHolderEntity
|
H A D | knot-holder-entity.cpp | 31 int KnotHolderEntity::counter = 0; member in class:KnotHolderEntity 43 my_counter = KnotHolderEntity::counter++;
|
H A D | sp-shape.cpp | 294 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 D | box3d.cpp | 45 static gint counter = 0; variable 66 my_counter = counter++;
|
H A D | document.cpp | 1189 int counter = 32; local 1193 if (counter == 0) { 1197 counter--; 1199 if (counter == 0) 1222 return counter>0;
|
/inkscape/src/libcola/ |
H A D | gradient_projection.cpp | 43 unsigned i,j,counter; local 70 for (counter=0; counter<max_iterations&&!converged; counter++) { 163 return counter;
|
/inkscape/src/io/ |
H A D | sys.cpp | 100 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/ui/dialog/ |
H A D | layer-properties.cpp | 275 unsigned int counter = _desktop->layer_manager->childCount(layer); local 276 for ( unsigned int i = 0; i < counter; i++ ) {
|
H A D | layers.cpp | 403 unsigned int counter = _desktop->layer_manager->childCount(layer); local 404 for ( unsigned int i = 0; i < counter; i++ ) {
|
/inkscape/src/xml/ |
H A D | repr-util.cpp | 164 int counter=0; local 166 temp = g_strdup_printf("%s%d", new_prefix, counter++);
|
/inkscape/src/live_effects/ |
H A D | lpe-fillet-chamfer.cpp | 298 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 D | filletchamferpointarray.cpp | 121 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/2geom/ |
H A D | bezier-clipping.cpp | 745 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/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 1522 static int counter = 0; local 1523 file_name = g_strdup_printf("%s_img%d.png", _docname, counter++);
|