Home
last modified time | relevance | path

Searched refs:text_item (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtext-item.c63 struct text_item *
75 struct text_item *
84 struct text_item *
87 struct text_item *item; in text_item_create_format()
120 text_item_to_table_item (struct text_item *text_item) in text_item_to_table_item() argument
128 if (text_item->typeface) in text_item_to_table_item()
130 font_style->size = text_item->size; in text_item_to_table_item()
131 font_style->bold = text_item->bold; in text_item_to_table_item()
138 if (text_item->markup) in text_item_to_table_item()
140 if (text_item->type == TEXT_ITEM_SYNTAX || text_item->type == TEXT_ITEM_LOG) in text_item_to_table_item()
[all …]
H A Dtext-item.h43 struct text_item struct
56 struct text_item *text_item_create_format (enum text_item_type,
61 const char *text_item_get_text (const struct text_item *);
82 static inline struct text_item *
86 return UP_CAST (super, struct text_item, output_item); in to_text_item()
91 text_item_super (const struct text_item *instance) in text_item_super()
97 static inline struct text_item *
98 text_item_ref (const struct text_item *instance) in text_item_ref()
106 text_item_unref (struct text_item *instance) in text_item_unref()
114 text_item_is_shared (const struct text_item *instance) in text_item_is_shared()
[all …]
H A Djournal.c108 const struct text_item *text_item = to_text_item (item);
109 enum text_item_type type = text_item_get_type (text_item);
112 journal_output (j, text_item_get_text (text_item));
H A Ddriver.c197 struct text_item *text_item = to_text_item (item); in defer_text() local
198 if (text_item->markup) /* XXX */ in defer_text()
201 enum text_item_type type = text_item_get_type (text_item); in defer_text()
213 const char *text = text_item_get_text (text_item); in defer_text()
264 const struct text_item *text_item = to_text_item (item); in output_submit() local
265 enum text_item_type type = text_item_get_type (text_item); in output_submit()
266 const char *text = text_item_get_text (text_item); in output_submit()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libobjrenderer/src/
H A Dtextboxview.cpp29 text_item = new TextPolygonItem; in TextboxView()
30 this->addToGroup(text_item); in TextboxView()
47 this->removeFromGroup(text_item); in ~TextboxView()
48 delete text_item; in ~TextboxView()
55 text_item->setBrush(fill_style); in setColorStyle()
56 text_item->setPen(border_style); in setColorStyle()
64 text_item->setFont(fmt.font()); in setFontStyle()
98 text_item->setFont(font); in __configureObject()
103text_item->setTextPos(HorizSpacing * 2, VertSpacing * (text_item->getFont().italic() ? 0.90 : 0.50… in __configureObject()
108 text_item->setPos(0,0); in __configureObject()
[all …]
H A Dtextpolygonitem.cpp23 text_item = new QGraphicsSimpleTextItem; in TextPolygonItem()
28 delete text_item; in ~TextPolygonItem()
33 text_item->setText(text); in setText()
38 text_item->setPen(pen); in setTextPen()
43 text_item->setBrush(brush); in setTextBrush()
48 return text_item->boundingRect(); in getTextBoundingRect()
53 text_item->setPos(pos); in setTextPos()
58 text_item->setPos(x, y); in setTextPos()
63 text_item->setFont(fnt); in setFont()
68 return text_item->font(); in getFont()
[all …]
H A Dstyledtextboxview.cpp31 fold->setBrush(text_item->brush()); in configureObject()
32 fold->setPen(text_item->pen()); in configureObject()
34 rect = text_item->boundingRect(); in configureObject()
35 pol = text_item->polygon(); in configureObject()
47 text_item->setPolygon(pol); in configureObject()
48 rect = text_item->boundingRect(); in configureObject()
52 bounding_rect = text_item->boundingRect(); in configureObject()
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/analysis/merging/
H A Dpentagon_rect.cpp51 auto text_item = new QGraphicsSimpleTextItem{QString::number(value_l)}; in PentagonRect() local
52 text_item->setPos(TEXT_PAD, y); in PentagonRect()
53 scene->addItem(text_item); in PentagonRect()
57 auto text_item = new QGraphicsSimpleTextItem{QString::number(value_r)}; in PentagonRect() local
58 const int item_width = text_item->boundingRect().width(); in PentagonRect()
60 text_item->setPos(x, y); in PentagonRect()
61 scene->addItem(text_item); in PentagonRect()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/dialog/
H A Dproto.pl60 proto(text_item, text_item(text_item),
95 icon(text_item, 'text_item.bm').
108 summary(text_item, 'Text entry field').
125 proto_term(text_item, text_item, [name]).
179 attribute(create, text_item, name).
180 attribute(create, text_item, label).
181 attribute(create, text_item, selection).
182 attribute(create, text_item, type).
183 attribute(create, text_item, pen).
184 attribute(create, text_item, length).
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/bwscheduler/
H A Dschedulegraphicsitem.cpp48 , text_item(nullptr) in ScheduleGraphicsItem()
82 if (text_item == nullptr) in update()
83 text_item = scene()->addText(text); in update()
85 text_item->setPlainText(text); in update()
87 QFontMetricsF fm(text_item->font()); in update()
89 text_item->setZValue(4); in update()
90 text_item->setTextWidth(r.width()); in update()
91 text_item->setParentItem(this); in update()
96 delete text_item; in update()
97 text_item = nullptr; in update()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_text_fragment_painter.cc125 const NGFragmentItem& text_item, in GetLineLeftAndRightForOffsets() argument
158 return text_item.LocalRect(text, start_offset, end_offset); in ComputeLocalRect()
465 const auto& text_item = *cursor_.CurrentItem(); in Paint() local
467 if (!text_item.TextLength()) in Paint()
473 if (!text_item.TextShapeResult() && in Paint()
475 !text_item.IsLineBreak()) in Paint()
481 const ComputedStyle& style = text_item.Style(); in Paint()
502 if (text_item.IsFlowControl()) in Paint()
520 if (UNLIKELY(text_item.IsSymbolMarker())) { in Paint()
564 ComputeMarkersToPaint(node, text_item.IsEllipsis()); in Paint()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_text_fragment_painter.cc133 const NGFragmentItem& text_item, in GetLineLeftAndRightForOffsets() argument
517 const auto& text_item = *cursor_.CurrentItem(); in Paint() local
519 if (!text_item.TextLength()) in Paint()
522 if (!text_item.TextShapeResult() && in Paint()
524 !text_item.IsLineBreak()) in Paint()
527 const ComputedStyle& style = text_item.Style(); in Paint()
554 if (text_item.IsFlowControl()) in Paint()
559 PhysicalRect ink_overflow = text_item.SelfInkOverflow(); in Paint()
577 if (UNLIKELY(text_item.IsSymbolMarker())) { in Paint()
614 ComputeMarkersToPaint(node, text_item.IsEllipsis()); in Paint()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/userguide/examples/
H A Dgraphedit.pl28 new(X, text_item(x, Gr?x,
31 new(Y, text_item(y, Gr?y,
34 new(W, text_item(width, Gr?width,
37 new(H, text_item(height, Gr?height,
/dports/databases/libgda5/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item;
200 if (! ct->priv->text_item)
213 g_object_set (G_OBJECT (ct->priv->text_item),
219 g_object_set (G_OBJECT (ct->priv->text_item),
275 if (ct->priv->text_item) {
278 g_object_set (G_OBJECT (ct->priv->text_item),
284 g_object_set (G_OBJECT (ct->priv->text_item),
322 if (ct->priv->text_item) {
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item));
324 ct->priv->text_item = NULL;
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item; member
200 if (! ct->priv->text_item) in adjust_text_pango_attributes()
213 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
219 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
275 if (ct->priv->text_item) { in browser_canvas_text_set_property()
278 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
284 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
322 if (ct->priv->text_item) { in clean_items()
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item)); in clean_items()
324 ct->priv->text_item = NULL; in clean_items()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item; member
200 if (! ct->priv->text_item) in adjust_text_pango_attributes()
213 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
219 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
275 if (ct->priv->text_item) { in browser_canvas_text_set_property()
278 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
284 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
322 if (ct->priv->text_item) { in clean_items()
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item)); in clean_items()
324 ct->priv->text_item = NULL; in clean_items()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item; member
200 if (! ct->priv->text_item) in adjust_text_pango_attributes()
213 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
219 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
275 if (ct->priv->text_item) { in browser_canvas_text_set_property()
278 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
284 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
322 if (ct->priv->text_item) { in clean_items()
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item)); in clean_items()
324 ct->priv->text_item = NULL; in clean_items()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item; member
200 if (! ct->priv->text_item) in adjust_text_pango_attributes()
213 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
219 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
275 if (ct->priv->text_item) { in browser_canvas_text_set_property()
278 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
284 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
322 if (ct->priv->text_item) { in clean_items()
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item)); in clean_items()
324 ct->priv->text_item = NULL; in clean_items()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item;
200 if (! ct->priv->text_item)
213 g_object_set (G_OBJECT (ct->priv->text_item),
219 g_object_set (G_OBJECT (ct->priv->text_item),
275 if (ct->priv->text_item) {
278 g_object_set (G_OBJECT (ct->priv->text_item),
284 g_object_set (G_OBJECT (ct->priv->text_item),
322 if (ct->priv->text_item) {
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item));
324 ct->priv->text_item = NULL;
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/canvas/
H A Dbrowser-canvas-text.c63 GooCanvasItem *text_item; member
200 if (! ct->priv->text_item) in adjust_text_pango_attributes()
213 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
219 g_object_set (G_OBJECT (ct->priv->text_item), in adjust_text_pango_attributes()
275 if (ct->priv->text_item) { in browser_canvas_text_set_property()
278 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
284 g_object_set (G_OBJECT (ct->priv->text_item), in browser_canvas_text_set_property()
322 if (ct->priv->text_item) { in clean_items()
323 goo_canvas_item_remove (GOO_CANVAS_ITEM (ct->priv->text_item)); in clean_items()
324 ct->priv->text_item = NULL; in clean_items()
[all …]
/dports/textproc/groff/groff-1.22.4/src/preproc/pic/
H A Dobject.h123 struct text_item { struct
124 text_item *next; argument
130 text_item(char *, const char *, int); argument
131 ~text_item();
182 text_item *text;
/dports/japanese/groff/groff-1.18.1.1/src/preproc/pic/
H A Dobject.h124 struct text_item { struct
125 text_item *next; argument
131 text_item(char *, const char *, int); argument
132 ~text_item();
181 text_item *text;
/dports/graphics/plotutils/plotutils-2.6/pic2plot/
H A Dobject.h139 class text_item
143 text_item(char *, const char *, int);
144 ~text_item();
146 text_item *next;
219 text_item *text;
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/analysis/
H A Dhistogram_scene.cpp26 QGraphicsSimpleTextItem *text_item, in addText() argument
29 int item_width = text_item->boundingRect().width(); in addText()
30 int item_height = text_item->boundingRect().height(); in addText()
49 text_item->setPos(x, y - y_offset); in addText()
50 scene.addItem(text_item); in addText()
/dports/graphics/goocanvas/goocanvas-1.0.0/demo/
H A Dsimple-demo.c19 GooCanvasItem *root, *rect_item, *text_item; in main() local
55 text_item = goo_canvas_text_new (root, "Hello World", 300, 300, -1, in main()
59 goo_canvas_item_rotate (text_item, 45, 300, 300); in main()

12345678