Home
last modified time | relevance | path

Searched refs:caret_offset (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dinline_box_position.cc112 InlineBoxPosition(inline_box, caret_offset)); in AdjustInlineBoxPositionForTextDirection()
118 bool IsCaretAtEdgeOfInlineTextBox(int caret_offset, in IsCaretAtEdgeOfInlineTextBox() argument
121 if (caret_offset == box.CaretMinOffset()) in IsCaretAtEdgeOfInlineTextBox()
123 DCHECK_EQ(caret_offset, box.CaretMaxOffset()); in IsCaretAtEdgeOfInlineTextBox()
131 int caret_offset, in ComputeInlineBoxPositionForTextNode() argument
143 if (caret_offset < caret_min_offset || caret_offset > caret_max_offset || in ComputeInlineBoxPositionForTextNode()
148 if (caret_offset > caret_min_offset && caret_offset < caret_max_offset) in ComputeInlineBoxPositionForTextNode()
149 return InlineBoxPosition(box, caret_offset); in ComputeInlineBoxPositionForTextNode()
163 caret_offset == candidate->CaretMaxOffset()) { in ComputeInlineBoxPositionForTextNode()
166 caret_offset = inline_box->CaretMinOffset(); in ComputeInlineBoxPositionForTextNode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dinline_box_position.cc112 InlineBoxPosition(inline_box, caret_offset)); in AdjustInlineBoxPositionForTextDirection()
118 bool IsCaretAtEdgeOfInlineTextBox(int caret_offset, in IsCaretAtEdgeOfInlineTextBox() argument
121 if (caret_offset == box.CaretMinOffset()) in IsCaretAtEdgeOfInlineTextBox()
123 DCHECK_EQ(caret_offset, box.CaretMaxOffset()); in IsCaretAtEdgeOfInlineTextBox()
131 int caret_offset, in ComputeInlineBoxPositionForTextNode() argument
143 if (caret_offset < caret_min_offset || caret_offset > caret_max_offset || in ComputeInlineBoxPositionForTextNode()
148 if (caret_offset > caret_min_offset && caret_offset < caret_max_offset) in ComputeInlineBoxPositionForTextNode()
149 return InlineBoxPosition(box, caret_offset); in ComputeInlineBoxPositionForTextNode()
163 caret_offset == candidate->CaretMaxOffset()) { in ComputeInlineBoxPositionForTextNode()
166 caret_offset = inline_box->CaretMinOffset(); in ComputeInlineBoxPositionForTextNode()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 …set but head.macStyle italic bit is not set, setting to caretOffset to 0: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
H A Dmetrics.h34 int16_t caret_offset; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 Warning("bad caret offset: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 Warning("bad caret offset: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 …set but head.macStyle italic bit is not set, setting to caretOffset to 0: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 …set but head.macStyle italic bit is not set, setting to caretOffset to 0: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 Warning("bad caret offset: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 Warning("bad caret offset: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dmetrics.cc33 !table.ReadS16(&this->caret_offset)) { in Parse()
54 (this->caret_offset != 0)) { in Parse()
55 …set but head.macStyle italic bit is not set, setting to caretOffset to 0: %d", this->caret_offset); in Parse()
56 this->caret_offset = 0; in Parse()
100 !out->WriteS16(this->caret_offset) || in Serialize()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dmetrics.cc29 !table->ReadS16(&header->caret_offset)) { in ParseMetricsHeader()
48 (header->caret_offset != 0)) { in ParseMetricsHeader()
49 OTS_WARNING("bad caret offset: %d", header->caret_offset); in ParseMetricsHeader()
50 header->caret_offset = 0; in ParseMetricsHeader()
94 !out->WriteS16(header->caret_offset) || in SerialiseMetricsHeader()
H A Dmetrics.h27 int16_t caret_offset; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc99 int caret_offset, in LocalCaretRect() argument
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()
110 if (static_cast<unsigned>(caret_offset) < in LocalCaretRect()
113 text_box->LocalSelectionRect(caret_offset, caret_offset + 1); in LocalCaretRect()
119 text_box->LocalSelectionRect(caret_offset - 1, caret_offset); in LocalCaretRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc115 int caret_offset, in LocalCaretRect() argument
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()
127 if (static_cast<unsigned>(caret_offset) < in LocalCaretRect()
130 text_box->LocalSelectionRect(caret_offset, caret_offset + 1); in LocalCaretRect()
136 text_box->LocalSelectionRect(caret_offset - 1, caret_offset); in LocalCaretRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_win_browsertest.cc305 caret_offset + L"," + caret_offset + in SetUpInputFieldHelper()
357 caret_offset + L"," + caret_offset + L");"); in SetUpTextareaField()
1708 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1771 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1864 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1924 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1982 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2087 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2147 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2567 caret_offset = 0; in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dbrowser_accessibility_win_unittest.cc1902 LONG caret_offset = -2; in TEST_F() local
1910 EXPECT_EQ(1, caret_offset); in TEST_F()
1914 EXPECT_EQ(2, caret_offset); in TEST_F()
1924 EXPECT_EQ(2, caret_offset); in TEST_F()
2013 LONG caret_offset = -2; in TEST_F() local
2025 EXPECT_EQ(6, caret_offset); in TEST_F()
2050 EXPECT_EQ(6, caret_offset); in TEST_F()
2061 EXPECT_EQ(1, caret_offset); in TEST_F()
2064 EXPECT_EQ(1, caret_offset); in TEST_F()
2136 LONG caret_offset = -2; in TEST_F() local
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A Dferret.c448 if (abs(caret_offset - last_caret_offset) > 1) in _speak_caret_event()
451 caret_offset, in _speak_caret_event()
459 caret_offset, in _speak_caret_event()
466 last_caret_offset = caret_offset; in _speak_caret_event()
1192 gint n_chars, caret_offset; in _print_text() local
1226 caret_offset = atk_text_get_caret_offset(aobject); in _print_text()
1227 output_str = g_strdup_printf("%d", caret_offset); in _print_text()
1232 if (caret_offset < 0) in _print_text()
1331 gint start_offset, end_offset, caret_offset; in _print_text_attributes() local
1342 caret_offset = atk_text_get_caret_offset(aobject); in _print_text_attributes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_win_browsertest.cc307 caret_offset + L"," + caret_offset + in SetUpInputFieldHelper()
359 caret_offset + L"," + caret_offset + L");"); in SetUpTextareaField()
1711 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1774 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1867 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1927 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
1969 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2074 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2134 LONG caret_offset; in IN_PROC_BROWSER_TEST_F() local
2554 caret_offset = 0; in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dbrowser_accessibility_win_unittest.cc1891 LONG caret_offset = -2; in TEST_F() local
1899 EXPECT_EQ(1, caret_offset); in TEST_F()
1903 EXPECT_EQ(2, caret_offset); in TEST_F()
1913 EXPECT_EQ(2, caret_offset); in TEST_F()
2001 LONG caret_offset = -2; in TEST_F() local
2013 EXPECT_EQ(6, caret_offset); in TEST_F()
2038 EXPECT_EQ(6, caret_offset); in TEST_F()
2049 EXPECT_EQ(1, caret_offset); in TEST_F()
2052 EXPECT_EQ(1, caret_offset); in TEST_F()
2123 LONG caret_offset = -2; in TEST_F() local
[all …]
/dports/accessibility/caribou/caribou-0.4.21/modules/gtk2/
H A Dcaribou-gtk-module.vala103 int caret_offset = 0;
106 caret_offset = ((Atk.Text) object).get_caret_offset ();
107 …Atk.get_character_extents ((Atk.Text) object, caret_offset, out x, out y, out w, out h, Atk.CoordT…
/dports/accessibility/caribou/caribou-0.4.21/modules/gtk3/
H A Dcaribou-gtk-module.vala103 int caret_offset = 0;
106 caret_offset = ((Atk.Text) object).get_caret_offset ();
107 …Atk.get_character_extents ((Atk.Text) object, caret_offset, out x, out y, out w, out h, Atk.CoordT…
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/dummyatk/
H A Dmy-atk-text.c460 if(text->caret_offset > position)text->caret_offset += length; in correct_caret_after_insert()
464 if(text->caret_offset >= position + length)text->caret_offset -= length; in correct_caret_after_delete()
465 else if(text->caret_offset > position) text->caret_offset = position; in correct_caret_after_delete()
993 return self->caret_offset; in my_atk_text_get_caret_offset()
1001 self->caret_offset = offset; in my_atk_text_set_caret_offset()
1044 g_signal_emit_by_name(text, "text-caret-moved", myAtkText->caret_offset); in my_atk_text_insert_text()
1066 g_signal_emit_by_name(text, "text-caret-moved", myAtkText->caret_offset); in my_atk_text_delete_text()
1198 self->caret_offset = 0; in my_atk_text_instance_init()
H A Dmy-atk-text.h67 gint caret_offset; member
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/dummyatk/
H A Dmy-atk-text.h46 gint caret_offset; member

1234567