Home
last modified time | relevance | path

Searched refs:FPDFAnnot_GetOptionLabel (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.cc47 std::string FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetOptionLabel() function
48 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetOptionLabel, hHandle, annot, index, in FPDFAnnot_GetOptionLabel()
Dtext.h31 std::string FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot, int index);
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc371 pdfClient_utils::FPDFAnnot_GetOptionLabel(form_handle_.get(), annotation, i); in GetOptions()