Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp889 int32_t iCharIndex = m_hotKeys.GetAt(i); in DrawLine() local
890 if (iCharIndex >= pPiece->iStartChar && in DrawLine()
891 iCharIndex < pPiece->iStartChar + pPiece->iChars) { in DrawLine()
892 CFX_RectF rect = m_rectArray.GetAt(iCharIndex - pPiece->iStartChar); in DrawLine()