Searched refs:pdfClient_utils (Results 1 – 12 of 12) 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 | page.cc | 92 pdfClient_utils::AnnotHider annot_hider(page_.get(), types); in Render() 160 ::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 | utf.h | 23 namespace pdfClient_utils {
|
D | annot.h | 27 namespace pdfClient_utils {
|
D | text.h | 28 namespace pdfClient_utils {
|
D | byte_value.cc | 25 namespace pdfClient_utils { namespace
|
D | annot.cc | 25 namespace pdfClient_utils { namespace
|
D | utf.cc | 30 namespace pdfClient_utils { namespace
|
D | text.cc | 30 namespace pdfClient_utils { namespace
|