Searched refs:combined (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | resource-manager.cpp | 196 std::string combined = Glib::build_filename(doc->getBase(), uri); local 358 std::vector<std::string> combined; local 359 combined.insert( combined.end(), baseParts.begin(), baseParts.end() ); 360 combined.insert( combined.end(), current.begin(), current.end() ); 361 std::string filepath = Glib::build_filename( combined );
|
/inkscape/src/ui/dialog/ |
H A D | glyphs.cpp | 610 Glib::ustring combined; local 613 combined = str; 617 combined += glyphs; 618 sp_te_set_repr_text_multiline(textItem, combined.c_str());
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 653 char *combined = NULL; local 659 combined = sp_svg_write_path(combined_vect); 662 combined = strdup(clippath); // COPY operation, erases everything and starts a new one 665 uint32_t idx = in_clips(d, combined); 668 d->clips.strings[d->clips.count++]=strdup(combined); 676 tmp_clippath << combined; local 685 free(combined);
|
H A D | emf-inout.cpp | 744 char *combined = NULL; local 750 combined = sp_svg_write_path(combined_vect); 753 combined = strdup(clippath); // COPY operation, erases everything and starts a new one 756 uint32_t idx = in_clips(d, combined); 759 d->clips.strings[d->clips.count++]=strdup(combined); 767 tmp_clippath << combined; local 776 free(combined);
|
Completed in 42 milliseconds