Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp25 m_iEllChars(0), in CFDE_TextOut()
426 m_iEllChars = iSize; in ExpandBuffer()
427 } else if (m_iEllChars < iSize) { in ExpandBuffer()
429 m_iEllChars = iSize; in ExpandBuffer()
Dfde_textout.h145 int32_t m_iEllChars; variable