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

  /external/pdfium/core/fxcrt/
fx_ucd.h 124 m_nBreakType(0),
132 m_nBreakType(0),
141 uint8_t m_nBreakType;
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 636 if (tc.m_nBreakType == FX_LBT_DIRECT_BRK)
675 if (tc.m_nBreakType != FX_LBT_DIRECT_BRK || tc.m_iCharWidth < 0)
727 pCur->m_nBreakType = FX_LBT_UNKNOWN;
753 pCur->m_nBreakType = eType;
814 pTC->m_nBreakType = FX_LBT_UNKNOWN;
824 curChars[iCharPos - 1].m_nBreakType = FX_LBT_UNKNOWN;
fgas_textbreak.cpp 831 if (pTC->m_nBreakType == FX_LBT_DIRECT_BRK)
870 if (pTC->m_nBreakType != FX_LBT_DIRECT_BRK || pTC->m_iCharWidth < 0)
988 pCur->m_nBreakType = FX_LBT_UNKNOWN;
1014 pCur->m_nBreakType = static_cast<uint8_t>(eType);
    [all...]

Completed in 496 milliseconds