Home
last modified time | relevance | path

Searched refs:m_eCharType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp98 m_eCharType = FX_CHARTYPE::kTab; in AppendChar_Tab()
102 m_eCharType = FX_CHARTYPE::kControl; in AppendChar_Control()
134 if (!m_bCombText && m_eCharType >= FX_CHARTYPE::kArabicAlef && in AppendChar_Arabic()
135 m_eCharType <= FX_CHARTYPE::kArabicDistortion) { in AppendChar_Arabic()
165 m_eCharType = chartype; in AppendChar_Arabic()
199 m_eCharType = chartype; in AppendChar_Others()
239 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
240 m_eCharType != FX_CHARTYPE::kUnknown && !m_bSingleLine && in AppendChar()
242 (m_eCharType != FX_CHARTYPE::kSpace || in AppendChar()
524 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()
Dcfx_rtfbreak.cpp81 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
82 m_eCharType != FX_CHARTYPE::kUnknown && in AppendChar()
84 (m_eCharType != FX_CHARTYPE::kSpace || in AppendChar()
119 m_eCharType = chartype; in AppendChar()
136 m_eCharType = FX_CHARTYPE::kCombination; in AppendChar_Combination()
203 if (m_eCharType >= FX_CHARTYPE::kArabicAlef && in AppendChar_Arabic()
204 m_eCharType <= FX_CHARTYPE::kArabicDistortion) { in AppendChar_Arabic()
343 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()
Dcfx_break.h75 FX_CHARTYPE m_eCharType = FX_CHARTYPE::kUnknown; variable
Dcfx_break.cpp25 m_eCharType = FX_CHARTYPE::kUnknown; in Reset()