Searched refs:layout (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/
H A Dsp-flowtext.cpp111 this->layout.show(g, pbox);
132 layout.show(g, pbox);
257 Geom::OptRect bbox = this->layout.bounds(transform);
277 this->layout.print(ctx, pbox, dbox, bbox, ctm);
289 int const nChars = layout.iteratorToCharIndex(layout.end());
290 char const *trunc = (layout.inputTruncated()) ? _(" [truncated]") : "";
299 Inkscape::Text::Layout const *layout = te_get_layout((SPItem *) this); member in class:Inkscape::Text
301 if (layout != NULL && layout
[all...]
H A Dtext-editing.cpp51 return &(SP_TEXT(item)->layout);
53 return &(SP_FLOWTEXT(item)->layout);
84 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
85 return layout->begin() == layout->end();
111 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
112 return layout->getNearestCursorPositionTo(p);
119 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
120 if (layout == NULL)
123 return layout
129 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
144 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
397 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
504 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
753 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
901 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
1081 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
1141 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
1222 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
1239 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
1971 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
[all...]
H A Dsp-text.cpp206 this->layout.show(g, paintbox);
231 this->layout.show(g, paintbox);
328 Geom::OptRect bbox = SP_TEXT(this)->layout.bounds(transform);
345 this->layout.show(flowed, this->geometricBounds());
377 Inkscape::Text::Layout const *layout = te_get_layout((SPItem *) this); member in class:Inkscape::Text
379 if (layout && layout->inputTruncated()) {
393 Inkscape::Text::Layout const *layout = te_get_layout(this); member in class:Inkscape::Text
395 if (layout != NULL && layout
[all...]
H A Dsp-text.h40 {return layout.convertToCurves();}
42 /** Completely recalculates the layout. */
47 Inkscape::Text::Layout layout; member in class:SPText
H A Dselcue.cpp210 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::Text
211 if (layout != NULL && layout->outputExists()) {
212 boost::optional<Geom::Point> pt = layout->baselineAnchorPoint();
H A Dtext-chemistry.cpp109 if (!SP_FLOWTEXT(text)->layout.outputExists()) {
136 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
137 Inkscape::Text::Layout::Alignment text_alignment = layout->paragraphAlignment(layout->begin());
345 Inkscape::Text::Layout const *layout = te_get_layout(text); member in class:Inkscape::Text
346 Glib::ustring text_ustring = sp_te_get_string_multiline(text, layout->begin(), layout->end());
491 if (!SP_FLOWTEXT(item)->layout.outputExists()) {
H A Dsp-flowtext.h27 /** Completely recalculates the layout. */
43 Inkscape::Text::Layout layout; member in class:SPFlowtext
H A Dobject-snapper.cpp407 Text::Layout const *layout = te_get_layout(static_cast<SPItem *>(root_item)); member in class:Text
408 if (layout != NULL && layout->outputExists()) {
410 pv->push_back(layout->baseline() * root_item->i2dt_affine() * (*i).additional_affine * _snapmanager->getDesktop()->doc2dt());
H A Dsp-tref.cpp192 // find out the ancestor text which holds our layout
203 // get the bbox of our portion of the layout
204 bbox = SP_TEXT(parent_text)->layout.bounds(transform,
338 * iterators and layout (or if there is no tref).
H A Dsp-tspan.cpp140 // find out the ancestor text which holds our layout
151 // get the bbox of our portion of the layout
152 bbox = SP_TEXT(parent_text)->layout.bounds(transform, sp_text_get_length_upto(parent_text, this), sp_text_get_length_upto(this, NULL) - 1);
H A Ddesktop.cpp1349 _widget->layout();
1378 * record it for the desktop here, and also possibly trigger a layout.
/inkscape/src/widgets/
H A Druler.cpp78 PangoLayout *layout; member in struct:__anon175
524 if (priv->layout)
526 g_object_unref (priv->layout);
527 priv->layout = NULL;
593 PangoLayout *layout; local
597 layout = sp_ruler_get_layout (widget, "0123456789");
598 pango_layout_get_pixel_extents (layout, &ink_rect, NULL);
656 if (priv->layout)
658 g_object_unref (priv->layout);
659 priv->layout
1145 PangoLayout *layout; local
1528 PangoLayout *layout; local
[all...]
H A Ddesktop-widget.h76 // The root vbox of the window layout.
133 virtual void layout() { function in struct:SPDesktopWidget::WidgetStub
/inkscape/src/ui/widget/
H A Dgimpspinscale.c67 PangoLayout *layout; member in struct:_GimpSpinScalePrivate
198 if (private->layout)
200 g_object_unref (private->layout);
201 private->layout = NULL;
409 if (private->layout)
411 g_object_unref (private->layout);
412 private->layout = NULL;
498 if (! private->layout)
500 private->layout = gtk_widget_create_pango_layout (widget,
502 pango_layout_set_ellipsize (private->layout, PANGO_ELLIPSIZE_EN
[all...]
H A Dpreferences-widget.cpp380 PangoLayout* layout = pango_cairo_create_layout (cr); local
381 pango_layout_set_text(layout, txt, -1);
388 pango_layout_set_font_description(layout, font_desc);
392 pango_layout_get_pixel_extents(layout, NULL, &logical_extent);
394 pango_cairo_show_layout(cr, layout);
H A Dselected-style.h125 SelectedStyle(bool layout = true);
/inkscape/src/ui/tools/
H A Dtext-tool.cpp284 Inkscape::Text::Layout const *layout = te_get_layout(this->text); member in class:Inkscape::UI::Tools::Inkscape::Text
285 if (layout) {
286 if (!layout->isStartOfWord(this->text_sel_start))
288 if (!layout->isEndOfWord(this->text_sel_end))
316 Inkscape::Text::Layout const *layout = te_get_layout(this->text); member in class:Inkscape::UI::Tools::Inkscape::Text
317 if (!layout) break;
325 if (!layout->isStartOfWord(new_end))
328 if (!layout->isEndOfWord(new_end))
351 Inkscape::Text::Layout const *layout = te_get_layout(item_ungrouped); member in class:Inkscape::UI::Tools::Inkscape::Text
352 if (layout
858 Inkscape::Text::Layout const *layout = te_get_layout(this->text); member in class:Inkscape::UI::Tools::Inkscape::Text
1418 Inkscape::Text::Layout const *layout = te_get_layout(this->text); member in class:Inkscape::UI::Tools::Inkscape::Text
1458 const Inkscape::Text::Layout *layout = te_get_layout(this->text); local
1502 Inkscape::Text::Layout const *layout = te_get_layout(tc->text); member in class:Inkscape::UI::Tools::Inkscape::Text
1550 Inkscape::Text::Layout const *layout = te_get_layout(tc->text); member in class:Inkscape::UI::Tools::Inkscape::Text
[all...]
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp333 Inkscape::Text::Layout const &layout = *(te_get_layout (textobj)); member in class:Inkscape::Extension::Internal::Inkscape::Text
334 for (Inkscape::Text::Layout::iterator li = layout.begin(), le = layout.end();
419 switch (flowtext->layout.paragraphAlignment(flowtext->layout.begin())) {
486 Inkscape::Text::Layout const &layout = *(te_get_layout(flowtext)); member in class:Inkscape::Extension::Internal::Inkscape::Text
487 for (Inkscape::Text::Layout::iterator li = layout.begin(), le = layout.end();
H A Dcairo-renderer.cpp357 text->layout.showGlyphs(ctx);
362 flowtext->layout.showGlyphs(ctx);
/inkscape/src/ui/view/
H A Dedit-widget-interface.h47 virtual void layout() = 0;
/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp144 * b. Build up a list of the objects rendered fonts - taken for the objects layout/spans
170 family = SP_TEXT(item->parent)->layout.getFontFamily(0);
176 // TSPAN layout comes from the parent->layout->_spans
182 family = SP_TEXT(parent_text)->layout.getFontFamily(0);
186 family = SP_TEXT(parent_text)->layout.getFontFamily(ii);
212 // Check if any document styles are not in the actual layout
H A Dfind.cpp360 Inkscape::Text::Layout const *layout = te_get_layout (item); member in class:Inkscape::UI::Dialog::Inkscape::Text
361 if (!layout) {
370 _begin_w = layout->charIndexToIterator(n);
371 _end_w = layout->charIndexToIterator(n + strlen(find));
H A Dalign-and-distribute.cpp804 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::UI::Dialog::ActionBaseline::Inkscape::Text
805 boost::optional<Geom::Point> pt = layout->baselineAnchorPoint();
892 Inkscape::Text::Layout const *layout = te_get_layout(item); member in class:Inkscape::UI::Dialog::ActionBaseline::Inkscape::Text
893 boost::optional<Geom::Point> pt = layout->baselineAnchorPoint();
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp908 Inkscape::Text::Layout const *layout = te_get_layout(text_obj); member in class:Inkscape::Text
909 Inkscape::Text::Layout::iterator start = layout->charIndexToIterator (start_pos);
910 Inkscape::Text::Layout::iterator end = layout->charIndexToIterator (end_pos);

Completed in 78 milliseconds