Searched refs:FPDFAnnot_GetStringValue (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/ |
D | text.cc | 42 std::string FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, FPDF_BYTESTRING key) { in FPDFAnnot_GetStringValue() function 43 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetStringValue, annot, key, in FPDFAnnot_GetStringValue()
|
D | text.h | 30 std::string FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | form_filler.cc | 403 std::string value = pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "TU"); in GetAccessibilityLabel() 406 value = pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "T"); in GetAccessibilityLabel() 416 return pdfClient_utils::FPDFAnnot_GetStringValue(annotation, "V"); in GetReadOnlyTextValue()
|
D | annotation.cc | 265 if (!FPDFAnnot_GetStringValue(fpdf_annot, kContents, text_content_buffer.get(), text_length)) { in GetTextContentFromPdfium() 275 unsigned long text_length = FPDFAnnot_GetStringValue(fpdf_annot, kContents, nullptr, 0); in PopulateFromPdfiumInstance()
|