Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/tto/
Dfde_textout.h182 std::vector<CFX_RectF> m_rectArray; variable
Dfde_textout.cpp748 m_rectArray = m_pTxtBreak->GetCharRects(&tr); in GetCharRects()
749 return pdfium::CollectionSize<int32_t>(m_rectArray); in GetCharRects()
816 CFX_RectF rect = m_rectArray[iCharIndex - pPiece->iStartChar]; in DrawLine()