Home
last modified time | relevance | path

Searched refs:RetrieveEllPieces (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/tto/
Dfde_textout.h135 void RetrieveEllPieces(std::vector<int32_t>* pCharWidths);
Dfde_textout.cpp413 RetrieveEllPieces(&m_EllCharWidths); in LoadEllipsis()
417 RetrieveEllPieces(&m_EllCharWidths); in LoadEllipsis()
421 void CFDE_TextOut::RetrieveEllPieces(std::vector<int32_t>* pCharWidths) { in RetrieveEllPieces() function in CFDE_TextOut