Home
last modified time | relevance | path

Searched refs:text_box (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/graphics/poppler/poppler-21.12.0/cpp/
H A Dpoppler-page.cpp311 text_box::~text_box() = default;
313 text_box &text_box::operator=(text_box &&a) noexcept = default;
314 text_box::text_box(text_box &&a) noexcept = default;
316 text_box::text_box(text_box_data *data) : m_data { data } { } in text_box() function in text_box
318 ustring text_box::text() const in text()
323 rectf text_box::bbox() const in bbox()
328 int text_box::rotation() const in rotation()
340 bool text_box::has_space_after() const in has_space_after()
345 bool text_box::has_font_info() const in has_font_info()
350 text_box::writing_mode_enum text_box::get_wmode(int i) const in get_wmode()
[all …]
H A Dpoppler-page.h36 class POPPLER_CPP_EXPORT text_box
41 text_box(text_box &&) noexcept;
42 text_box &operator=(text_box &&) noexcept;
44 ~text_box();
132 explicit text_box(text_box_data *data);
196 std::vector<text_box> text_list() const;
213 std::vector<text_box> text_list(int opt_flag) const;
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/
H A Dpoppler-page.cpp311 text_box::~text_box() = default;
313 text_box &text_box::operator=(text_box &&a) noexcept = default;
314 text_box::text_box(text_box &&a) noexcept = default;
316 text_box::text_box(text_box_data *data) : m_data { data } { } in text_box() function in text_box
318 ustring text_box::text() const in text()
323 rectf text_box::bbox() const in bbox()
328 int text_box::rotation() const in rotation()
340 bool text_box::has_space_after() const in has_space_after()
345 bool text_box::has_font_info() const in has_font_info()
350 text_box::writing_mode_enum text_box::get_wmode(int i) const in get_wmode()
[all …]
H A Dpoppler-page.h36 class POPPLER_CPP_EXPORT text_box
41 text_box(text_box &&) noexcept;
42 text_box &operator=(text_box &&) noexcept;
44 ~text_box();
132 explicit text_box(text_box_data *data);
196 std::vector<text_box> text_list() const;
213 std::vector<text_box> text_list(int opt_flag) const;
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/
H A Dpoppler-page.cpp311 text_box::~text_box() = default;
313 text_box &text_box::operator=(text_box &&a) noexcept = default;
314 text_box::text_box(text_box &&a) noexcept = default;
316 text_box::text_box(text_box_data *data) : m_data { data } { } in text_box() function in text_box
318 ustring text_box::text() const in text()
323 rectf text_box::bbox() const in bbox()
328 int text_box::rotation() const in rotation()
340 bool text_box::has_space_after() const in has_space_after()
345 bool text_box::has_font_info() const in has_font_info()
350 text_box::writing_mode_enum text_box::get_wmode(int i) const in get_wmode()
[all …]
H A Dpoppler-page.h36 class POPPLER_CPP_EXPORT text_box
41 text_box(text_box &&) noexcept;
42 text_box &operator=(text_box &&) noexcept;
44 ~text_box();
132 explicit text_box(text_box_data *data);
196 std::vector<text_box> text_list() const;
213 std::vector<text_box> text_list(int opt_flag) const;
/dports/graphics/poppler-utils/poppler-21.12.0/cpp/
H A Dpoppler-page.cpp311 text_box::~text_box() = default;
313 text_box &text_box::operator=(text_box &&a) noexcept = default;
314 text_box::text_box(text_box &&a) noexcept = default;
316 text_box::text_box(text_box_data *data) : m_data { data } { } in text_box() function in text_box
318 ustring text_box::text() const in text()
323 rectf text_box::bbox() const in bbox()
328 int text_box::rotation() const in rotation()
340 bool text_box::has_space_after() const in has_space_after()
345 bool text_box::has_font_info() const in has_font_info()
350 text_box::writing_mode_enum text_box::get_wmode(int i) const in get_wmode()
[all …]
H A Dpoppler-page.h36 class POPPLER_CPP_EXPORT text_box
41 text_box(text_box &&) noexcept;
42 text_box &operator=(text_box &&) noexcept;
44 ~text_box();
132 explicit text_box(text_box_data *data);
196 std::vector<text_box> text_list() const;
213 std::vector<text_box> text_list(int opt_flag) const;
/dports/graphics/katarakt/katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45/src/
H A Dselection.cpp7 text_box(box) { in SelectionPart()
14 next = text_box->nextWord(); in ~SelectionPart()
15 delete text_box; in ~SelectionPart()
16 text_box = next; in ~SelectionPart()
25 return text_box; in get_text()
205 text_box = text_box->nextWord(); in set_end_of_line()
216 text_box = text_box->nextWord(); in increment()
242 text_box = text_box->nextWord(); in increment()
256 prev = text_box; in decrement()
257 text_box = text_box->nextWord(); in decrement()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtext_box.cpp36 REGISTER_WIDGET(text_box) in REGISTER_WIDGET() argument
98 text_box::text_box(const implementation::builder_styled_widget& builder) in text_box() function in gui2::text_box
114 &text_box::signal_handler_left_button_up, this, _2, _3)); in text_box()
127 void text_box::place(const point& origin, const point& size) in place()
140 void text_box::update_canvas() in update_canvas()
219 void text_box::delete_char(const bool before_cursor) in delete_char()
230 void text_box::delete_selection() in delete_selection()
274 void text_box::update_offsets() in update_offsets()
303 bool text_box::history_up() in history_up()
316 bool text_box::history_down() in history_down()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine.cc117 SVGInlineTextBox* text_box) { in ComputeCurrentFragmentMetrics() argument
119 LineLayoutSVGInlineText(text_box->GetLineLayoutItem()); in ComputeCurrentFragmentMetrics()
154 ComputeCurrentFragmentMetrics(text_box); in RecordTextFragment()
230 DCHECK(text_box); in LayoutInlineTextBox()
240 text_box->ClearTextFragments(); in LayoutInlineTextBox()
247 line_layout_boxes_.push_back(text_box); in LayoutInlineTextBox()
361 SVGInlineTextBox* text_box, in LayoutTextOnLineOrPath() argument
393 const unsigned box_end_offset = text_box->Start() + text_box->Len(); in LayoutTextOnLineOrPath()
420 text_box->SetStartsNewTextChunk( in LayoutTextOnLineOrPath()
498 RecordTextFragment(text_box); in LayoutTextOnLineOrPath()
[all …]
H A Dsvg_text_query.cc41 text_box(nullptr) {} in QueryData()
46 const SVGInlineTextBox* text_box; member
104 const SVGInlineTextBox* text_box, in QueryTextBox() argument
106 query_data->text_box = text_box; in QueryTextBox()
130 for (const SVGInlineTextBox* text_box : text_boxes) { in SpatialQuery() local
140 for (InlineTextBox* text_box = text_line_layout.FirstTextBox(); text_box; in CollectTextBoxesInLogicalOrder() local
141 text_box = text_box->NextForSameLayoutObject()) in CollectTextBoxesInLogicalOrder()
142 text_boxes.push_back(To<SVGInlineTextBox>(text_box)); in CollectTextBoxesInLogicalOrder()
172 for (const SVGInlineTextBox* text_box : text_boxes) { in LogicalQuery() local
175 query_data->current_offset += text_box->Len(); in LogicalQuery()
[all …]
H A Dlayout_svg_inline_text.cc104 const InlineTextBox* text_box = ToInlineTextBox(box); in LocalCaretRect() local
105 if (static_cast<unsigned>(caret_offset) < text_box->Start() || in LocalCaretRect()
106 static_cast<unsigned>(caret_offset) > text_box->Start() + text_box->Len()) in LocalCaretRect()
111 text_box->Start() + text_box->Len()) { in LocalCaretRect()
113 text_box->LocalSelectionRect(caret_offset, caret_offset + 1); in LocalCaretRect()
119 text_box->LocalSelectionRect(caret_offset - 1, caret_offset); in LocalCaretRect()
179 auto* text_box = DynamicTo<SVGInlineTextBox>(box); in PositionForPoint() local
180 if (!text_box) in PositionForPoint()
183 for (const SVGTextFragment& fragment : text_box->TextFragments()) { in PositionForPoint()
192 closest_distance_box = text_box; in PositionForPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine.cc118 SVGInlineTextBox* text_box) { in ComputeCurrentFragmentMetrics() argument
120 LineLayoutSVGInlineText(text_box->GetLineLayoutItem()); in ComputeCurrentFragmentMetrics()
155 ComputeCurrentFragmentMetrics(text_box); in RecordTextFragment()
230 DCHECK(text_box); in LayoutInlineTextBox()
240 text_box->ClearTextFragments(); in LayoutInlineTextBox()
247 line_layout_boxes_.push_back(text_box); in LayoutInlineTextBox()
361 SVGInlineTextBox* text_box, in LayoutTextOnLineOrPath() argument
393 const unsigned box_end_offset = text_box->Start() + text_box->Len(); in LayoutTextOnLineOrPath()
420 text_box->SetStartsNewTextChunk( in LayoutTextOnLineOrPath()
498 RecordTextFragment(text_box); in LayoutTextOnLineOrPath()
[all …]
H A Dsvg_text_query.cc41 text_box(nullptr) {} in QueryData()
46 const SVGInlineTextBox* text_box; member
104 const SVGInlineTextBox* text_box, in QueryTextBox() argument
106 query_data->text_box = text_box; in QueryTextBox()
130 for (const SVGInlineTextBox* text_box : text_boxes) { in SpatialQuery() local
140 for (InlineTextBox* text_box = text_line_layout.FirstTextBox(); text_box; in CollectTextBoxesInLogicalOrder() local
141 text_box = text_box->NextForSameLayoutObject()) in CollectTextBoxesInLogicalOrder()
142 text_boxes.push_back(To<SVGInlineTextBox>(text_box)); in CollectTextBoxesInLogicalOrder()
172 for (const SVGInlineTextBox* text_box : text_boxes) { in LogicalQuery() local
175 query_data->current_offset += text_box->Len(); in LogicalQuery()
[all …]
H A Dlayout_svg_inline_text.cc121 const auto* text_box = To<InlineTextBox>(box); in LocalCaretRect() local
122 if (static_cast<unsigned>(caret_offset) < text_box->Start() || in LocalCaretRect()
123 static_cast<unsigned>(caret_offset) > text_box->Start() + text_box->Len()) in LocalCaretRect()
128 text_box->Start() + text_box->Len()) { in LocalCaretRect()
130 text_box->LocalSelectionRect(caret_offset, caret_offset + 1); in LocalCaretRect()
136 text_box->LocalSelectionRect(caret_offset - 1, caret_offset); in LocalCaretRect()
200 auto* text_box = DynamicTo<SVGInlineTextBox>(box); in PositionForPoint() local
201 if (!text_box) in PositionForPoint()
204 for (const SVGTextFragment& fragment : text_box->TextFragments()) { in PositionForPoint()
213 closest_distance_box = text_box; in PositionForPoint()
/dports/devel/godot-tools/godot-3.2.3-stable/misc/hooks/
H A Dwinmessage.ps152 $text_box = New-Object System.Windows.Forms.TextBox variable
53 $text_box.Multiline = $true
54 $text_box.ReadOnly = $true
55 $text_box.Autosize = $true
56 $text_box.Text = $text
57 $text_box.Select(0,0)
58 $text_box.Dock = [System.Windows.Forms.DockStyle]::Fill
59 $main_form.Controls.Add($text_box)
/dports/devel/godot/godot-3.2.3-stable/misc/hooks/
H A Dwinmessage.ps152 $text_box = New-Object System.Windows.Forms.TextBox variable
53 $text_box.Multiline = $true
54 $text_box.ReadOnly = $true
55 $text_box.Autosize = $true
56 $text_box.Text = $text
57 $text_box.Select(0,0)
58 $text_box.Dock = [System.Windows.Forms.DockStyle]::Fill
59 $main_form.Controls.Add($text_box)
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dmp_login.cpp81 text_box& pwd = find_widget<text_box>(&win, "password", false); in load_password()
93 text_box& login = find_widget<text_box>(&win, "user_name", false); in pre_show()
99 win.keyboard_capture(find_widget<text_box>(&win, "password", false, true)); in pre_show()
103 win.add_to_tab_order(find_widget<text_box>(&win, "password", false, true)); in pre_show()
H A Dmp_method_selection.cpp61 text_box* user_widget = find_widget<text_box>(&window, "user_name", false, true); in pre_show()
80 text_box& user_widget = find_widget<text_box>(&window, "user_name", false); in post_show()
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dhelp.c51 GtkWidget *text_box; member
231 gtk_text_set_point (GTK_TEXT (info_win.text_box), 0); in set_copyleft_str()
257 gtk_text_freeze (GTK_TEXT (info_win.text_box)); in set_copyleft_str()
258 gtk_text_insert (GTK_TEXT (info_win.text_box), in set_copyleft_str()
260 gtk_text_thaw (GTK_TEXT (info_win.text_box)); in set_copyleft_str()
273 g_return_if_fail (info_win.text_box); in cb_gimv_info_change_text()
291 gtk_text_set_point (GTK_TEXT (info_win.text_box), 0); in cb_gimv_info_change_text()
317 gtk_text_freeze (GTK_TEXT (info_win.text_box)); in cb_gimv_info_change_text()
318 gtk_text_insert (GTK_TEXT (info_win.text_box), in cb_gimv_info_change_text()
320 gtk_text_thaw (GTK_TEXT (info_win.text_box)); in cb_gimv_info_change_text()
[all …]
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/
H A Dtest_boxes.py1353 text_box, = line_box.children
1354 assert text_box.text == 'Title'
1378 text_box, = line_box.children
1383 text_box, = line_box.children
1405 text_box, = line_box.children
1407 assert text_box.text == 'pseudo'
1438 text_box, = line_box.children
1465 text_box, = line_box.children
1488 text_box, = line_box.children
1608 text_box, = line_box.children
[all …]
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-utils/
H A Dbrasero-disc-message.c55 GtkWidget *text_box; member
156 gtk_box_pack_start (GTK_BOX (priv->text_box), priv->expander, FALSE, TRUE, 0); in brasero_disc_message_add_errors()
254 gtk_box_pack_start (GTK_BOX (priv->text_box), priv->progress, FALSE, TRUE, 0); in brasero_disc_message_set_progress_active()
284 gtk_box_pack_start (GTK_BOX (priv->text_box), priv->progress, FALSE, TRUE, 0); in brasero_disc_message_set_progress()
332 gtk_box_pack_start (GTK_BOX (priv->text_box), priv->secondary, FALSE, TRUE, 0); in brasero_disc_message_set_secondary()
349 priv->text_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6); in brasero_disc_message_init()
350 gtk_widget_show (priv->text_box); in brasero_disc_message_init()
351 gtk_box_pack_start (GTK_BOX (main_box), priv->text_box, FALSE, FALSE, 0); in brasero_disc_message_init()
358 gtk_box_pack_start (GTK_BOX (priv->text_box), priv->primary, FALSE, FALSE, 0); in brasero_disc_message_init()
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/apps/
H A Dosmocom_siggen74 forms.text_box(
84 forms.text_box(
92 forms.text_box(
102 forms.text_box(
110 forms.text_box(
157 forms.text_box(
182 forms.text_box(
223 forms.text_box(
339 forms.text_box(
361 forms.text_box(
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/unit_tests/
H A Dxnumb.dia.ref25 assert_checkequal(t1.text_box,[0,0]);
46 assert_checkequal(t2.text_box,[0,0]);
76 assert_checkequal(t1box.text_box,t1.text_box);
97 assert_checkequal(t2box.text_box,t2.text_box);
128 assert_checkequal(t1angle.text_box,t1.text_box);
149 assert_checkequal(t2angle.text_box,t2.text_box);

12345678910>>...17