Home
last modified time | relevance | path

Searched refs:FPDFLink_GetTextRange (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_text.h618 FPDFLink_GetTextRange(FPDF_PAGELINK link_page,
/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp710 FPDFLink_GetTextRange(page_link, 0, &start_char_index, &char_count)); in TEST_F()
718 FPDFLink_GetTextRange(page_link, 6, &start_char_index, &char_count)); in TEST_F()
726 FPDFLink_GetTextRange(nullptr, 0, &start_char_index, &char_count)); in TEST_F()
734 FPDFLink_GetTextRange(page_link, -4, &start_char_index, &char_count)); in TEST_F()
Dfpdf_view_c_api_test.c324 CHK(FPDFLink_GetTextRange); in CheckPDFiumCApi()
Dfpdf_text.cpp562 FPDFLink_GetTextRange(FPDF_PAGELINK link_page, in FPDFLink_GetTextRange() function