Searched refs:found (Results 1 - 25 of 39) sorted by relevance

12

/inkscape/src/debug/
H A Ddemangle.cpp54 MangleCache::iterator found=mangle_cache.find(name); local
57 if ( found != mangle_cache.end() ) {
58 result = (*found).second;
/inkscape/src/xml/
H A Dnode-fns.cpp32 IdPermittedMap::iterator found; local
33 found = id_permitted_names.find(qname);
34 if ( found != id_permitted_names.end() ) {
35 return found->second;
H A Drepr-util.cpp199 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...]
H A Dcomposite-node-observer.cpp178 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);
/inkscape/src/
H A Dattributes-test.h552 * If any are found, then:
574 bool found = false; local
581 found = true;
584 TS_ASSERT(!found);
H A Dconditions.cpp246 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 Ddocument-subset.cpp46 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...]
H A Dunicoderange.cpp81 bool found; local
87 found = true;
94 if (uni[pos]!='?' && uni[pos]!=r.start[p]) found = false;
96 if (found) return true;
/inkscape/src/ui/cache/
H A Dsvg_preview_cache.cpp97 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/share/extensions/
H A Dlorem_ipsum.py219 found=0
222 found+=1
223 if found==1:
225 if found==0:
H A Ddxf_input.py58 found = text.find('\P') # new line
59 while found > -1:
61 tspan.text = text[:found]
62 text = text[(found+2):]
63 found = text.find('\P')
/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py92 found = False
118 found = is_definition(l, f, i, "SRC")
119 if found:
122 found = is_definition(l, f, i, "INC")
123 if found:
127 if found:
/inkscape/src/ui/widget/
H A Dunit-tracker.cpp89 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/ui/dialog/
H A Dfind.cpp352 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 Dswatches.cpp873 bool found = false; local
874 for (std::map<SwatchesPanel*, SPDocument*>::iterator it = docPerPanel.begin(); (it != docPerPanel.end()) && !found; ++it) {
875 found = (it->second == document);
877 if (!found) {
889 bool found = false; local
890 for (std::map<SwatchesPanel*, SPDocument*>::iterator it = docPerPanel.begin(); (it != docPerPanel.end()) && !found; ++it) {
891 found = (it->second == document);
894 if (!found) {
/inkscape/src/libcroco/
H A Dcr-sel-eng.c358 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/libavoid/
H A Drouter.cpp197 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...]
H A Dorthogonal.cpp709 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...]
/inkscape/src/extension/
H A Deffect.cpp341 Inkscape::XML::Node *found = find_menu (firstchild, name); local
342 if (found)
343 return found;
/inkscape/src/libgdl/
H A Dgdl-dock.c1271 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/libdepixelize/priv/
H A Dhomogeneoussplines.h192 bool found = false; local
201 found = true;
221 if ( !found ) {
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf13 have found problems with this configuration, they are probably
/inkscape/src/widgets/
H A Dink-comboboxentry-action.cpp617 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;
H A Dgradient-selector.cpp393 bool found = false; local
404 found = true;
407 return found;
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.cpp81 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);

Completed in 145 milliseconds

12