Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp178 m_fLineSpace = fLineSpace; in SetLineSpace()
241 pRect->height -= m_fLineSpace - m_fFontSize; in CalcLogicSize()
251 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrieveLineWidth()
327 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in LoadText()
369 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrievePieces()
Dcfde_textout.h103 float m_fLineSpace = 12.0f; variable