Searched refs:toString (Results 1 - 25 of 32) sorted by relevance
12
/inkscape/src/ |
H A D | uri.h | 118 char *toString() const { return _impl->toString(); } function in class:Inkscape::URI 142 char *toString() const;
|
H A D | uri-test.h | 38 stringTest( URI(uri.c_str()).toString(), expected );
|
H A D | style.h | 299 char const *getFilterURI() const { return (filter.href) ? filter.href->getURI()->toString() : NULL; } 303 char const *getFillURI() const { return (fill.value.href) ? fill.value.href->getURI()->toString() : NULL; } 307 char const *getStrokeURI() const { return (stroke.value.href) ? stroke.value.href->getURI()->toString() : NULL; }
|
H A D | color.h | 58 std::string toString() const;
|
H A D | sp-tag-use.cpp | 128 gchar *uri_string = ref->getURI()->toString();
|
H A D | sp-stop.cpp | 137 Glib::ustring colorStr = this->specified_color.toString();
|
H A D | uri.cpp | 171 gchar *uriString = toString(); 226 gchar *URI::Impl::toString() const { function in class:Inkscape::URI::Impl
|
H A D | sp-mesh.cpp | 176 << patch.getColor( k ).toString() << std::endl;
|
H A D | style-test.h | 250 TS_ASSERT_EQUALS( style.fill.value.href->getURI()->toString(), std::string(cases[i].uri) );
|
H A D | uri-references.cpp | 134 gchar *filename = uri.toString();
|
H A D | sp-conn-end-pair.cpp | 176 gchar *str = U->toString();
|
H A D | color.cpp | 194 std::string SPColor::toString() const function in class:SPColor
|
H A D | sp-filter.cpp | 345 gchar *uri_string = this->href->getURI()->toString();
|
H A D | sp-tref.cpp | 179 gchar *uri_string = this->uriOriginalRef->getURI()->toString();
|
H A D | sp-gradient.cpp | 606 gchar *uri_string = this->ref->getURI()->toString(); 860 os << "stop-color:" << gr->vector.stops[i].color.toString() << ";stop-opacity:" << gr->vector.stops[i].opacity;
|
H A D | sp-use.cpp | 175 gchar *uri_string = this->ref->getURI()->toString();
|
H A D | sp-item.cpp | 763 gchar *uri = item->clip_ref->getURI()->toString(); 772 gchar *uri = item->mask_ref->getURI()->toString();
|
H A D | style-internal.cpp | 1293 const gchar* uri = this->value.href->getURI()->toString(); 1708 gchar *uri = this->href->getURI()->toString();
|
/inkscape/src/xml/ |
H A D | rebase-hrefs-test.h | 80 gchar *str = uri.toString(); 98 g_message(" uri from [%s] to [%s]", things[i], again.toString() ); 100 gchar *str = again.toString();
|
/inkscape/src/libvpsc/ |
H A D | variable.h | 32 char *toString();
|
/inkscape/share/extensions/test/ |
H A D | inkweb-debug.js | 39 var code = InkWeb[att].toString() 55 func.argList = func.toString() 100 v = v.toString();
|
/inkscape/src/libavoid/ |
H A D | vpsc.h | 145 char *toString();
|
/inkscape/share/extensions/ |
H A D | jessyInk.js | 1312 exportNode.setAttributeNS(NSS["inkscape"], "label", "slide_" + padString((counterSlides + 1).toString(), slides.length.toString().length) + "_effect_" + padString("0", maxEffect.toString().length)); 1333 var layerName = "slide_" + padString((counterSlides + 1).toString(), slides.length.toString().length) + "_effect_" + padString((counter + 1).toString(), maxEffect.toString().length);
|
/inkscape/src/extension/internal/ |
H A D | javafx-out.cpp | 398 gchar *str = fill.value.href->getURI()->toString();
|
/inkscape/src/ui/widget/ |
H A D | color-icc-selector.cpp | 661 g_message("+ new color is [%s]", tmp.toString().c_str());
|
Completed in 1621 milliseconds
12