Searched refs:pdfClient_utils (Results 1 – 16 of 16) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | form_filler.cc | 167 result.set_text_value(pdfClient_utils::FORM_GetFocusedText(form_handle_.get(), page)); in GetFormWidgetInfo() 196 pdfClient_utils::GetVisibleAnnotsOfType(page, {FPDF_ANNOT_WIDGET}, &widget_annots); in GetFormWidgetInfos() 371 pdfClient_utils::FPDFAnnot_GetOptionLabel(form_handle_.get(), annotation, i); in GetOptions() 403 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() 431 std::u16string utf_sixteen_replacement_text = pdfClient_utils::Utf8ToUtf16Le(replacement_text); in ReplaceSelectedText()
|
D | text_object.cc | 111 return pdfClient_utils::ToWideString(p_text_buffer.get(), text_len); in GetText() 171 auto fpdf_text = pdfClient_utils::ToFPDFWideString(text_); in UpdateFPDFInstance()
|
D | annotation.cc | 269 text = pdfClient_utils::ToWideString(text_content_buffer.get(), text_length); in GetTextContentFromPdfium() 332 auto fpdfWideString = pdfClient_utils::ToFPDFWideString(text_content_); in UpdatePdfiumInstance()
|
D | page.cc | 97 pdfClient_utils::AnnotHider annot_hider(page_.get(), types); in Render() 181 ::pdfClient_utils::GetAltText(page_.get(), result); in GetAltTextUtf8()
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/ |
D | byte_value.h | 23 namespace pdfClient_utils {
|
D | annot_hider.cc | 22 namespace pdfClient_utils { namespace
|
D | annot_hider.h | 26 namespace pdfClient_utils {
|
D | pdf_strings.h | 26 namespace pdfClient_utils {
|
D | utf.h | 23 namespace pdfClient_utils {
|
D | annot.h | 27 namespace pdfClient_utils {
|
D | text.h | 28 namespace pdfClient_utils {
|
D | pdf_strings.cc | 19 namespace pdfClient_utils { namespace
|
D | byte_value.cc | 25 namespace pdfClient_utils { namespace
|
D | utf.cc | 30 namespace pdfClient_utils { namespace
|
D | annot.cc | 25 namespace pdfClient_utils { namespace
|
D | text.cc | 30 namespace pdfClient_utils { namespace
|