Searched defs:tag (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/util/
H A Dege-tags.cpp107 bool TagSet::addTag(Tag const& tag) argument
112 if (tag.key == it->key) {
115 for ( std::vector<Label>::const_iterator it2 = tag.labels.begin(); it2 != tag.labels.end(); ++it2 ) {
127 tags.push_back(tag);
128 counts[tag.key] = 0;
154 Tag tag(key);
155 tags.push_back(tag);
/inkscape/src/
H A Drdf.h35 // char const *fragment; /* XML contents for the RDF/License tag */
72 char const *tag; /* namespace tag for the RDF/Work element */ member in struct:rdf_work_entity_t
H A Dfile.cpp1239 const gchar *tag = child->getRepr()->name(); local
1240 if (!strcmp(tag, "svg:style")) {
/inkscape/src/libnrtype/
H A DFontFactory.cpp596 void dump_tag( guint32 *tag, Glib::ustring prefix = "" ) { argument
598 << ((char)((*tag & 0xff000000)>>24))
599 << ((char)((*tag & 0x00ff0000)>>16))
600 << ((char)((*tag & 0x0000ff00)>>8))
601 << ((char)((*tag & 0x000000ff)>>0))
605 Glib::ustring extract_tag( guint32 *tag ) {
607 tag_name += ((char)((*tag & 0xff000000)>>24));
608 tag_name += ((char)((*tag & 0x00ff0000)>>16));
609 tag_name += ((char)((*tag & 0x0000ff00)>>8));
610 tag_name += ((char)((*tag
[all...]
/inkscape/src/ui/dialog/
H A Dsymbols.cpp611 Glib::ustring tag = fn.substr( fn.find_last_of(".") + 1 ); local
616 if( tag.compare( "vss" ) == 0 ) {

Completed in 43 milliseconds