Searched refs:GetAltText (Results 1 – 3 of 3) sorted by relevance
35 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);
106 void GetAltText(const FPDF_PAGE page, std::vector<std::string>* result) { in GetAltText() function110 void GetAltText(const FPDF_PAGE page, std::unordered_map<int, std::string>* result) { in GetAltText() function
160 ::pdfClient_utils::GetAltText(page_.get(), result); in GetAltTextUtf8()