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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 79 int32_t iLinePos = FXSYS_round(fLinePos * 20000.0f);
80 iLinePos = std::min(iLinePos, m_iBoundaryEnd);
81 iLinePos = std::max(iLinePos, m_iBoundaryStart);
82 m_pCurLine->m_iStart = iLinePos;
fgas_textbreak.cpp 88 int32_t iLinePos =
90 m_pCurLine->m_iStart = iLinePos;
91 m_pCurLine->m_iWidth += iLinePos;
    [all...]

Completed in 69 milliseconds