Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_searchex.h"
#include "core/fpdftext/cpdf_textpage.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
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) |
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().
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().