Searched refs:hHandle (Results 1 – 2 of 2) 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() argument 48 return GetUtf8Result<FPDF_WCHAR>(std::bind(::FPDFAnnot_GetOptionLabel, hHandle, annot, index, in FPDFAnnot_GetOptionLabel() 52 std::string FORM_GetFocusedText(FPDF_FORMHANDLE hHandle, FPDF_PAGE page) { in FORM_GetFocusedText() argument 53 return GetUtf8Result<void>(std::bind(::FORM_GetFocusedText, hHandle, page, in FORM_GetFocusedText()
|
D | text.h | 31 std::string FPDFAnnot_GetOptionLabel(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot, int index); 32 std::string FORM_GetFocusedText(FPDF_FORMHANDLE hHandle, FPDF_PAGE page);
|