Home
last modified time | relevance | path

Searched defs:GetAltText (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.cc106 void GetAltText(const FPDF_PAGE page, std::vector<std::string>* result) { in GetAltText() function
110 void GetAltText(const FPDF_PAGE page, std::unordered_map<int, std::string>* result) { in GetAltText() function
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_structelement.cpp47 WideString CPDF_StructElement::GetAltText() const { in GetAltText() function in CPDF_StructElement
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_structtree_embeddertest.cpp14 TEST_F(FPDFStructTreeEmbedderTest, GetAltText) { in TEST_F() argument