Home
last modified time | relevance | path

Searched refs:FPDFAnnot_GetStringValue (Results 1 – 3 of 3) 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()