Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp330 if (pdfium::CollectionSize<size_t>(m_CharWidths) < str.GetLength()) in LoadText()
331 m_CharWidths.resize(str.GetLength(), 0); in LoadText()
395 m_CharWidths[iChar++] = iCurCharWidth; in RetrievePieces()
523 tr.pWidths = &m_CharWidths[pPiece->iStartChar]; in GetDisplayPos()
Dcfde_textout.h98 std::vector<int32_t> m_CharWidths; variable