Searched refs:FPDFAnnot_GetOptionLabel (Results 1 – 3 of 3) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/ |
D | text.cc | 47 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()
|
D | text.h | 31 std::string FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot, int index);
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | form_filler.cc | 371 pdfClient_utils::FPDFAnnot_GetOptionLabel(form_handle_.get(), annotation, i); in GetOptions()
|