Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.h165 CFX_RectFArray m_rectArray; variable
Dfde_textout.cpp820 m_rectArray.RemoveAll(); in GetCharRects()
821 return m_pTxtBreak->GetCharRects(&tr, m_rectArray); in GetCharRects()
892 CFX_RectF rect = m_rectArray.GetAt(iCharIndex - pPiece->iStartChar); in DrawLine()