Home
last modified time | relevance | path

Searched refs:GetCharType (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp131 if (pLastChar && pLastChar->GetCharType() > FX_CHARTYPE_Combination) in AppendChar_Combination()
193 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
226 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
288 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
298 switch (tc->GetCharType()) { in EndBreak_SplitLine()
373 if (pTC->GetCharType() != FX_CHARTYPE_Control) in EndBreak_BidiLine()
472 uint32_t dwCharType = tc->GetCharType(); in EndBreak_Alignment()
657 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
Dcfx_txtbreak.cpp122 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic()
139 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
176 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
268 switch (pTC->GetCharType()) { in EndBreak_SplitLine()
304 if (pTC->GetCharType() != FX_CHARTYPE_Control) in EndBreak_BidiLine()
413 FX_CHARTYPE chartype = pTC->GetCharType(); in EndBreak_Alignment()
506 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
629 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
Dcfx_break.cpp175 pTC->GetCharType() == FX_CHARTYPE_Combination) { in GetLastChar()
/external/pdfium/core/fxcrt/
Dcfx_char.cpp35 FX_CHARTYPE CFX_Char::GetCharType() const { in GetCharType() function in CFX_Char
Dcfx_char.h26 FX_CHARTYPE GetCharType() const;
Dfx_arabic.cpp155 *eType = pTC->GetCharType(); in ParseChar()