Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_searchex.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for fpdf_searchex.cpp:

Go to the source code of this file.

Functions

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetCharIndexFromTextIndex (FPDF_TEXTPAGE text_page, int nTextIndex)
 
FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetTextIndexFromCharIndex (FPDF_TEXTPAGE text_page, int nCharIndex)
 

Function Documentation

◆ FPDFText_GetCharIndexFromTextIndex()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetCharIndexFromTextIndex ( FPDF_TEXTPAGE text_page,
int nTextIndex )

Definition at line 13 of file fpdf_searchex.cpp.

References CPDF_TextPage::CharIndexFromTextIndex(), and CPDFTextPageFromFPDFTextPage().

Referenced by CheckPDFiumCApi(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FPDFText_GetTextIndexFromCharIndex()

FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetTextIndexFromCharIndex ( FPDF_TEXTPAGE text_page,
int nCharIndex )

Definition at line 21 of file fpdf_searchex.cpp.

References CPDFTextPageFromFPDFTextPage(), and CPDF_TextPage::TextIndexFromCharIndex().

Referenced by CheckPDFiumCApi(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: