Searched defs:after (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/livarot/
H A DAlphaLigne.h38 alpha_step before,after; member in class:AlphaLigne
/inkscape/src/xml/
H A Devent.cpp258 /* add the first log after it */
379 Inkscape::XML::Event *after=chg_order->next; local
384 return after;
450 g_warning("Event: Added %s to %s after %s", node_to_string(parent).c_str(), node_to_string(child).c_str(), ref_to_string(ref).c_str());
460 g_warning("Event: Moved %s after %s in %s", node_to_string(child).c_str(), ref_to_string(new_ref).c_str(), node_to_string(parent).c_str());
/inkscape/src/
H A Dsp-flowtext.cpp155 this->readAttr( "inkscape:layoutOptions" ); // must happen after css has been read
563 SPItem const *SPFlowtext::get_frame(SPItem const *after) const
565 SPItem *item = const_cast<SPFlowtext *>(this)->get_frame(after);
569 SPItem *SPFlowtext::get_frame(SPItem const *after) argument
587 if ( (after == NULL) || past ) {
590 if (item == after) {
630 Inkscape::XML::Node *rect_repr = xml_doc->createElement("svg:rect"); // FIXME: use path!!! after rects are converted to use path

Completed in 36 milliseconds