Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.h35 void GetAltText(const FPDF_PAGE page, std::vector<std::string>* result);
39 void GetAltText(const FPDF_PAGE page, std::unordered_map<int, std::string>* result);
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
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc160 ::pdfClient_utils::GetAltText(page_.get(), result); in GetAltTextUtf8()