Home
last modified time | relevance | path

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

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