Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.cc42 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()
Dtext.h30 std::string FPDFAnnot_GetStringValue(FPDF_ANNOTATION annot, FPDF_BYTESTRING key);
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc403 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()
Dannotation.cc265 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()