Searched defs:SPTextPath (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-textpath.h11 #define SP_TEXTPATH(obj) (dynamic_cast<SPTextPath*>((SPObject*)obj))
12 #define SP_IS_TEXTPATH(obj) (dynamic_cast<const SPTextPath*>((SPObject*)obj) != NULL)
14 class SPTextPath : public SPItem { class in inherits:SPItem
16 SPTextPath();
17 virtual ~SPTextPath();
36 SPItem *sp_textpath_get_path_item(SPTextPath *tp);
H A Dsp-tspan.cpp224 void refresh_textpath_source(SPTextPath* offset);
226 SPTextPath::SPTextPath() : SPItem() { function in class:SPTextPath
236 SPTextPath::~SPTextPath() {
240 void SPTextPath::build(SPDocument *doc, Inkscape::XML::Node *repr) {
268 void SPTextPath::release() {
280 void SPTextPath::set(unsigned int key, const gchar* value) {
299 void SPTextPath::update(SPCtx *ctx, guint flags) {
338 void refresh_textpath_source(SPTextPath* t
[all...]

Completed in 50 milliseconds