HomeSort by relevance Sort by last modified time
    Searched refs:fLineStep (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
cfde_textout.cpp 259 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize;
275 fHeight += fLineStep;
333 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize;
352 m_fLinePos += fLineStep;
354 if (m_fLinePos + fLineStep > fLineStop) {
375 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize;
407 m_fLinePos, iWidth / 20000.0f, fLineStep);
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 1017 float fLineStep = 0, fBaseLine = 0;
    [all...]

Completed in 184 milliseconds