Searched defs:flowtext (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dselection-describer.cpp27 #include "sp-flowtext.h"
216 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item); local
217 if (flowtext && !flowtext->has_internal_frame()) {
H A Dtext-chemistry.cpp35 #include "sp-flowtext.h"
127 text->deleteObject(); // delete the orignal flowtext
405 SPItem *flowtext = *i; local
409 double ex = (flowtext->transform).descrim();
411 if (sp_te_get_string_multiline(flowtext) == NULL) { // flowtext is empty
420 rtext->setAttribute("style", flowtext->getRepr()->attribute("style")); // fixme: transfer style attrs too; and from descendants
422 Geom::OptRect bbox = flowtext->geometricBounds(flowtext->i2doc_affine());
434 gchar *text_string = sp_te_get_string_multiline(flowtext);
[all...]
H A Dsp-use.cpp41 #include "sp-flowtext.h"
188 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(child); local
189 if (flowtext) {
190 SPFlowregion *flowregion = dynamic_cast<SPFlowregion *>(flowtext->firstChild());
194 flowtext->rebuildLayout();
419 // never compensate uses which are used in flowtext
564 // always delete uses which are used in flowtext
H A Dselection-chemistry.cpp49 #include "sp-flowtext.h"
1581 // ...both a flowtext and its frame?
2790 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item); local
2791 if (flowtext) {
2792 original = flowtext->get_frame(NULL); // first frame only
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp38 #include "sp-flowtext.h"
391 void LaTeXTextRenderer::sp_flowtext_render(SPFlowtext *flowtext) argument
403 SPStyle *style = flowtext->style;
405 SPItem *frame_item = flowtext->get_frame(NULL);
419 switch (flowtext->layout.paragraphAlignment(flowtext->layout.begin())) {
459 Geom::Affine i2doc = flowtext->i2doc_affine();
486 Inkscape::Text::Layout const &layout = *(te_get_layout(flowtext));
490 SPStyle const &spanstyle = *(sp_te_style_at_position(flowtext, li));
517 Glib::ustring uspanstr = sp_te_get_string_multiline(flowtext, l
575 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item); local
[all...]
H A Dcairo-renderer.cpp52 #include "sp-flowtext.h"
154 static void sp_flowtext_render(SPFlowtext *flowtext, CairoRenderContext *ctx);
360 static void sp_flowtext_render(SPFlowtext *flowtext, CairoRenderContext *ctx) argument
362 flowtext->layout.showGlyphs(ctx);
580 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item); local
581 if (flowtext) {
582 TRACE(("flowtext\n"));
583 sp_flowtext_render(flowtext, ctx);
/inkscape/src/ui/
H A Dobject-edit.cpp27 #include "sp-flowtext.h"
84 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item); local
85 if (flowtext && flowtext->has_internal_frame()) {
86 knotholder = new FlowtextKnotHolder(desktop, flowtext->get_frame(NULL), NULL);

Completed in 33 milliseconds