Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp98 EXPECT_FALSE(FPDFText_GetCharBox(nullptr, 4, &left, &right, &bottom, &top)); in TEST_F()
103 EXPECT_FALSE(FPDFText_GetCharBox(textpage, -1, &left, &right, &bottom, &top)); in TEST_F()
108 EXPECT_FALSE(FPDFText_GetCharBox(textpage, 55, &left, &right, &bottom, &top)); in TEST_F()
114 FPDFText_GetCharBox(textpage, 4, nullptr, &right, &bottom, &top)); in TEST_F()
115 EXPECT_FALSE(FPDFText_GetCharBox(textpage, 4, &left, nullptr, &bottom, &top)); in TEST_F()
116 EXPECT_FALSE(FPDFText_GetCharBox(textpage, 4, &left, &right, nullptr, &top)); in TEST_F()
118 FPDFText_GetCharBox(textpage, 4, &left, &right, &bottom, nullptr)); in TEST_F()
120 FPDFText_GetCharBox(textpage, 4, nullptr, nullptr, nullptr, nullptr)); in TEST_F()
122 EXPECT_TRUE(FPDFText_GetCharBox(textpage, 4, &left, &right, &bottom, &top)); in TEST_F()
1516 ASSERT_TRUE(FPDFText_GetCharBox(text_page.get(), 0, &left, &right, in TEST_F()
[all …]
Dfpdf_view_c_api_test.c336 CHK(FPDFText_GetCharBox); in CheckPDFiumCApi()
Dfpdf_text.cpp213 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, in FPDFText_GetCharBox() function
/external/pdfium/public/
Dfpdf_text.h238 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox(FPDF_TEXTPAGE text_page,