/inkscape/src/debug/ |
H A D | demangle.cpp | 54 MangleCache::iterator found=mangle_cache.find(name); local 57 if ( found != mangle_cache.end() ) { 58 result = (*found).second;
|
/inkscape/src/ |
H A D | unicoderange.cpp | 81 bool found; local 87 found = true; 94 if (uni[pos]!='?' && uni[pos]!=r.start[p]) found = false; 96 if (found) return true;
|
H A D | attributes-test.h | 552 * If any are found, then: 574 bool found = false; local 581 found = true; 584 TS_ASSERT(!found);
|
H A D | conditions.cpp | 246 gchar const *found; local 247 found = strstr(value, SVG11FEATURE); 248 if ( value == found ) 249 return evaluateSVG11Feature(found + strlen(SVG11FEATURE)); 250 found = strstr(value, SVG10FEATURE); 251 if ( value == found ) 252 return evaluateSVG10Feature(found + strlen(SVG10FEATURE));
|
H A D | document-subset.cpp | 46 Siblings::iterator found; local 47 found = std::find(children.begin(), children.end(), obj); 48 if ( found != children.end() ) { 49 return found - children.begin(); 121 Siblings::iterator found; local 122 found = std::find(children.begin(), children.end(), obj); 123 unsigned index = found - children.begin(); 124 if ( found != children.end() ) { 125 children.erase(found); 154 Map::iterator found local [all...] |
/inkscape/src/xml/ |
H A D | node-fns.cpp | 32 IdPermittedMap::iterator found; local 33 found = id_permitted_names.find(qname); 34 if ( found != id_permitted_names.end() ) { 35 return found->second;
|
H A D | composite-node-observer.cpp | 178 ObserverRecordList::iterator found=std::find_if( local 183 if ( found != observers.end() ) { 184 found->marked = true; 204 ObserverRecordList::iterator found=find_if_before( local 209 if ( found != observers.end() ) { 210 observers.erase_after(found);
|
H A D | repr-util.cpp | 199 SPXMLNs *found=namespaces; local 200 while (found) { 201 if (found->prefix != prefix_key) { 202 found = found->next; 209 if (found) { // prefix already used? 307 encountered. If the child is found, then swap it to the 347 Inkscape::XML::Node const *found = 0; member in class:Inkscape::XML 354 found = repr; 361 for (Inkscape::XML::Node const *child = repr->firstChild() ; child && !found; chil 370 Inkscape::XML::Node const *found = sp_repr_lookup_name( const_cast<Inkscape::XML::Node const *>(repr), name, maxdepth ); member in class:Inkscape::XML 377 std::vector<Inkscape::XML::Node const *> found; local [all...] |
/inkscape/src/ui/cache/ |
H A D | svg_preview_cache.cpp | 97 std::map<Glib::ustring, GdkPixbuf *>::iterator found = _pixmap_cache.find(key); local 98 if ( found != _pixmap_cache.end() ) { 99 return found->second; 125 std::map<Glib::ustring, GdkPixbuf *>::iterator found = _pixmap_cache.find(key); local 126 if ( found != _pixmap_cache.end() ) { 127 g_object_unref(found->second); 128 found->second = NULL;
|
/inkscape/src/ui/widget/ |
H A D | unit-tracker.cpp | 89 gboolean found = gtk_tree_model_get_iter_first(GTK_TREE_MODEL(_store), &iter); local 90 while (found) { 98 found = gtk_tree_model_iter_next(GTK_TREE_MODEL(_store), &iter); 207 gboolean found = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(_store), &iter, NULL, oldActive); local 208 if (found) { 213 found = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(_store), &iter, NULL, active); 214 if (found) {
|
/inkscape/src/extension/ |
H A D | effect.cpp | 341 Inkscape::XML::Node *found = find_menu (firstchild, name); local 342 if (found) 343 return found;
|
/inkscape/src/libdepixelize/priv/ |
H A D | homogeneoussplines.h | 192 bool found = false; local 201 found = true; 221 if ( !found ) {
|
/inkscape/src/widgets/ |
H A D | gradient-selector.cpp | 393 bool found = false; local 404 found = true; 407 return found;
|
H A D | ink-comboboxentry-action.cpp | 617 gboolean found = ( action->active != -1 ); local 618 return found; 742 // Return row of active text or -1 if not found. If exclude is true, 751 gboolean found = false; local 770 found = true; 781 found = true; 791 if( !found ) row = -1;
|
/inkscape/src/libcroco/ |
H A D | cr-sel-eng.c | 358 gboolean found = FALSE; local 390 found = TRUE; 396 if (!found) { 407 gboolean found = FALSE; local 428 found = TRUE; 433 if (!found) { 792 *@return CR_OUTPUT_TOO_SHORT_ERROR if found more rulesets than the size 793 *of the a_rulesets array. In this case, the first *a_len rulesets found 796 *@return CR_OK if all the rulesets found have been returned. In this 797 *case, *a_len is set to the actual number of ruleset found 1185 gboolean found = FALSE; local 1260 gboolean found = FALSE; local [all...] |
/inkscape/src/libgdl/ |
H A D | gdl-dock-master.c | 927 gpointer *found; local 934 found = g_hash_table_lookup (master->dock_objects, nick_name); 936 return found ? GDL_DOCK_OBJECT (found) : NULL;
|
H A D | gdl-dock.c | 1271 GdlDockObject *found; local 1276 found = gdl_dock_master_get_object (GDL_DOCK_OBJECT_GET_MASTER (dock), name); 1278 return (found && GDL_IS_DOCK_ITEM (found)) ? GDL_DOCK_ITEM (found) : NULL; 1285 GdlDockObject *found; local 1290 found = gdl_dock_master_get_object (GDL_DOCK_OBJECT_GET_MASTER (dock), name); 1292 return (found && GDL_IS_DOCK_PLACEHOLDER (found)) ? 1293 GDL_DOCK_PLACEHOLDER (found) [all...] |
/inkscape/src/libnrtype/ |
H A D | font-lister.cpp | 1092 gboolean found = false; local 1099 found = true; 1103 if (found) {
|
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 352 bool found = find_strcmp(item_text, find, exact, casematch); local 354 if (found && replace) { 362 return found; 380 return found; 401 bool found = find_strcmp(item_id, id, exact, casematch); local 403 if (found && replace) { 412 return found; 426 bool found = find_strcmp(item_style, text, exact, casematch); local 428 if (found && replace) { 438 return found; 443 bool found = false; local 477 bool found = find_strcmp(attr_value, text, exact, casematch); local 520 bool found = find_strcmp(token.c_str(), font1.c_str(), exact, casematch); local [all...] |
H A D | color-item.cpp | 481 bool found = false; local 483 for ( std::vector<SwatchPage*>::iterator it2 = possible.begin(); it2 != possible.end() && !found; ++it2 ) { 488 found = true;
|
/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 496 bool found = this->_ptHandleTest(p, &this->shref); local 498 if (!found) { 757 bool found = this->_ptHandleTest(*p, &shape_label); local 759 if (found) {
|
/inkscape/src/ui/tool/ |
H A D | control-point-selection.cpp | 81 iterator found = _points.find(x); local 82 if (found != _points.end()) { 83 return std::pair<iterator, bool>(found, false); 86 found = _points.insert(x).first; 96 return std::pair<iterator, bool>(found, true);
|
/inkscape/src/libavoid/ |
H A D | connector.cpp | 756 bool found = false; local 757 while (!found) 764 found = true; 768 if (!found) 787 // found. 821 found = false; 835 db_printf("Warning: Path not found...\n"); 980 // Not found.
|
H A D | orthogonal.cpp | 709 VertInf *found = NULL; 715 found = *v; 719 if (!found) 721 found = new VertInf(router, dummyOrthogID, Point(posX, pos)); 722 vertInfs.insert(found); 724 return found; 1023 SegmentList::iterator found = _list.end(); local 1029 if (found != _list.end()) 1034 curr->mergeVertInfs(*found); 1035 _list.erase(found); [all...] |
H A D | router.cpp | 197 ActionInfoList::iterator found = local 199 if (found == actionList.end()) 206 found->conns.push_back(std::make_pair(type, connEnd)); 220 ActionInfoList::iterator found = local 222 if (found == actionList.end()) 238 ActionInfoList::iterator found = local 240 if (found != actionList.end()) 242 actionList.erase(found); 259 ActionInfoList::iterator found = local 261 if (found 282 ActionInfoList::iterator found = find(actionList.begin(), local 332 ActionInfoList::iterator found = local 956 bool found = (EdgeInf::existingEdge(i, j) != NULL); local [all...] |