Home
last modified time | relevance | path

Searched refs:m_nBreakType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_ucd.h119 m_nBreakType(0), in CFX_Char()
128 m_nBreakType(0), in CFX_Char()
137 uint8_t m_nBreakType; variable
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp841 if (pTC->m_nBreakType == FX_LBT_DIRECT_BRK) { in EndBreak_Alignment()
885 if (pTC->m_nBreakType != FX_LBT_DIRECT_BRK || pTC->m_iCharWidth < 0) { in EndBreak_Alignment()
1001 pCur->m_nBreakType = FX_LBT_UNKNOWN; in GetBreakPos()
1031 pCur->m_nBreakType = (uint8_t)eType; in GetBreakPos()
1094 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
1107 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
Dfx_rtfbreak.cpp865 if (tc.m_nBreakType == FX_LBT_DIRECT_BRK) { in EndBreak_Alignment()
909 if (tc.m_nBreakType != FX_LBT_DIRECT_BRK || tc.m_iCharWidth < 0) { in EndBreak_Alignment()
976 pCur->m_nBreakType = FX_LBT_UNKNOWN; in GetBreakPos()
1018 pCur->m_nBreakType = eType; in GetBreakPos()
1086 pTC->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()
1101 tc->m_nBreakType = FX_LBT_UNKNOWN; in SplitTextLine()