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

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 617 int32_t iNetWidth = m_pCurLine->m_iWidth;
630 iNetWidth = ttp.GetEndPos();
646 iNetWidth -= iCharWidth;
660 int32_t iOffset = m_iBoundaryEnd - iNetWidth;
fgas_textbreak.cpp 810 int32_t iNetWidth = m_pCurLine->m_iWidth;
825 iNetWidth = ttp.GetEndPos();
839 iNetWidth -= iCharWidth;
853 int32_t iOffset = m_iLineWidth - iNetWidth;
    [all...]

Completed in 111 milliseconds