Searched refs:FPDFAnnot_GetStringValue (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 55 EXPECT_EQ(0u, FPDFAnnot_GetStringValue(nullptr, "foo", nullptr, 0)); in TEST_F() 56 EXPECT_EQ(0u, FPDFAnnot_GetStringValue(nullptr, "foo", buffer, 0)); in TEST_F() 58 FPDFAnnot_GetStringValue(nullptr, "foo", buffer, sizeof(buffer))); in TEST_F() 143 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, nullptr, 0); in TEST_F() 146 EXPECT_EQ(28u, FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, buf.data(), in TEST_F() 154 length_bytes = FPDFAnnot_GetStringValue( in TEST_F() 158 EXPECT_EQ(2690u, FPDFAnnot_GetStringValue(annot.get(), in TEST_F() 229 EXPECT_EQ(2u, FPDFAnnot_GetStringValue( in TEST_F() 333 unsigned long length_bytes = FPDFAnnot_GetStringValue( in TEST_F() 337 EXPECT_EQ(74u, FPDFAnnot_GetStringValue(annot.get(), in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 62 CHK(FPDFAnnot_GetStringValue); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 771 FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, in FPDFAnnot_GetStringValue() function
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 332 FPDFAnnot_GetStringValue(annot.get(), kContentsKey, nullptr, 0); in WriteAnnot() 334 FPDFAnnot_GetStringValue(annot.get(), kContentsKey, buf.data(), in WriteAnnot() 338 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, nullptr, 0); in WriteAnnot() 340 FPDFAnnot_GetStringValue(annot.get(), kAuthorKey, buf.data(), length_bytes); in WriteAnnot()
|
/external/pdfium/public/ |
D | fpdf_annot.h | 419 FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot,
|