Home
last modified time | relevance | path

Searched refs:selection_start_index (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextdisplay.c606 int selection_start_index, in render_para() argument
668 if (selection_start_index < byte_offset && in render_para()
714 if ((selection_start_index < byte_offset + line->length || in render_para()
715 … (selection_start_index == byte_offset + line->length && pango_layout_iter_at_last_line (iter))) && in render_para()
723selection_start_index, selection_end_index); in render_para()
748 … ((line_display->direction == GTK_TEXT_DIR_LTR && selection_start_index < byte_offset) || in render_para()
767 … (line_display->direction == GTK_TEXT_DIR_RTL && selection_start_index < byte_offset))) in render_para()
903 gint selection_start_index = -1; in gtk_text_layout_draw() local
931 selection_start_index = gtk_text_iter_get_visible_line_index (&selection_start); in gtk_text_layout_draw()
933 selection_start_index = -1; in gtk_text_layout_draw()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextdisplay.c462 int selection_start_index, in render_para() argument
531 if (selection_start_index < byte_offset && in render_para()
579 if ((selection_start_index < byte_offset + line->length || in render_para()
580 … (selection_start_index == byte_offset + line->length && pango_layout_iter_at_last_line (iter))) && in render_para()
587selection_start_index, selection_end_index); in render_para()
621 … ((line_display->direction == GTK_TEXT_DIR_LTR && selection_start_index < byte_offset) || in render_para()
636 … (line_display->direction == GTK_TEXT_DIR_RTL && selection_start_index < byte_offset))) in render_para()
811 gint selection_start_index = -1; in gtk_text_layout_draw() local
841 selection_start_index = gtk_text_iter_get_visible_line_index (&selection_start); in gtk_text_layout_draw()
843 selection_start_index = -1; in gtk_text_layout_draw()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/c/private/
H A Dppp_pdf.h136 PP_PdfPageCharacterIndex selection_start_index; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/c/private/
H A Dppp_pdf.h136 PP_PdfPageCharacterIndex selection_start_index; member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextlayout.c3838 int selection_start_index, in render_para() argument
3892 if (selection_start_index < byte_offset && in render_para()
3932 if ((selection_start_index < byte_offset + line->length || in render_para()
3980 … ((line_display->direction == GTK_TEXT_DIR_LTR && selection_start_index < byte_offset) || in render_para()
3992 … (line_display->direction == GTK_TEXT_DIR_RTL && selection_start_index < byte_offset))) in render_para()
4163 int selection_start_index = -1; in gtk_text_layout_snapshot() local
4181 selection_start_index = -1; in gtk_text_layout_snapshot()
4183 selection_start_index = gtk_text_iter_get_visible_line_index (&selection_start); in gtk_text_layout_snapshot()
4185 selection_start_index = -1; in gtk_text_layout_snapshot()
4216 selection_start_index != -1 || selection_end_index != -1 || in gtk_text_layout_snapshot()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pdf/renderer/
H A Dpdf_ax_action_target.cc140 &pdf_action_data.selection_start_index) || in SetSelection()
H A Dpdf_accessibility_tree_browsertest.cc2073 EXPECT_EQ(0u, pdf_action_data.selection_start_index.page_index); in TEST_F()
2074 EXPECT_EQ(1u, pdf_action_data.selection_start_index.char_index); in TEST_F()
2091 EXPECT_EQ(0u, pdf_action_data.selection_start_index.page_index); in TEST_F()
2092 EXPECT_EQ(1u, pdf_action_data.selection_start_index.char_index); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pdf/renderer/
H A Dpdf_ax_action_target.cc140 &pdf_action_data.selection_start_index) || in SetSelection()
H A Dpdf_accessibility_tree_browsertest.cc1393 EXPECT_EQ(0u, pdf_action_data.selection_start_index.page_index); in TEST_F()
1394 EXPECT_EQ(1u, pdf_action_data.selection_start_index.char_index); in TEST_F()
1411 EXPECT_EQ(0u, pdf_action_data.selection_start_index.page_index); in TEST_F()
1412 EXPECT_EQ(1u, pdf_action_data.selection_start_index.char_index); in TEST_F()
/dports/x11-toolkits/p5-Tk/Tk-804.035/Text/
H A DText.pm1541 my $selection_start_index = shift(@ranges);
1544 my ($start_line, $start_column) = split(/\./, $selection_start_index);
1561 $selection_start_index = $start_line . '.' . $tab_start_column;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Daccessibility_unittest.cc627 action_data.selection_start_index.page_index = sel_action.start_page_index; in TEST_F()
628 action_data.selection_start_index.char_index = sel_action.start_char_index; in TEST_F()
H A Dpdfium_engine.h565 void SetSelection(const PP_PdfPageCharacterIndex& selection_start_index,
H A Dpdfium_engine.cc2025 if (IsPageCharacterIndexInBounds(action_data.selection_start_index) && in HandleAccessibilityAction()
2027 SetSelection(action_data.selection_start_index, in HandleAccessibilityAction()
3574 const PP_PdfPageCharacterIndex& selection_start_index, in SetSelection() argument
3579 PP_PdfPageCharacterIndex sel_start_index = selection_start_index; in SetSelection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Daccessibility_unittest.cc660 action_data.selection_start_index.page_index = sel_action.start_page_index; in TEST_F()
661 action_data.selection_start_index.char_index = sel_action.start_char_index; in TEST_F()
H A Dpdfium_engine.h589 void SetSelection(const PP_PdfPageCharacterIndex& selection_start_index,
H A Dpdfium_engine.cc2178 if (IsPageCharacterIndexInBounds(action_data.selection_start_index) && in HandleAccessibilityAction()
2180 SetSelection(action_data.selection_start_index, in HandleAccessibilityAction()
3729 const PP_PdfPageCharacterIndex& selection_start_index, in SetSelection() argument
3734 PP_PdfPageCharacterIndex sel_start_index = selection_start_index; in SetSelection()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltextslave.c805 gint selection_start_index = 0; in draw_text() local
828 selection_start_index = start - text->text; in draw_text()
859 …if (calc_glyph_range_size (text, &gi->glyph_item, selection_start_index, selection_end_index, &sta… in draw_text()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppapi_messages.h230 IPC_STRUCT_TRAITS_MEMBER(selection_start_index)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppapi_messages.h246 IPC_STRUCT_TRAITS_MEMBER(selection_start_index)