Searched refs:m_CharWidths (Results 1 – 2 of 2) sorted by relevance
330 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()
98 std::vector<int32_t> m_CharWidths; variable