Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp285 pTC->GetCharType() != FX_CHARTYPE_Combination) { in GetLastChar()
451 if (pLastChar != NULL && pLastChar->GetCharType() > FX_CHARTYPE_Combination) { in AppendChar_Combination()
526 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
667 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType(); in EndBreak()
677 switch (tc.GetCharType()) { in EndBreak_SplitLine()
763 if (pTC->GetCharType() != FX_CHARTYPE_Control) { in EndBreak_BidiLine()
869 dwCharType = tc.GetCharType(); in EndBreak_Alignment()
1106 if (tc->GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
Dfx_textbreak.cpp261 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) { in GetLastChar()
472 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
671 switch (pTC->GetCharType()) { in EndBreak_SplitLine()
726 if (pTC->GetCharType() != FX_CHARTYPE_Control) { in EndBreak_BidiLine()
845 dwCharType = pTC->GetCharType(); in EndBreak_Alignment()
971 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType(); in EndBreak()
1112 if (pTC->GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
/external/pdfium/core/include/fxcrt/
Dfx_ucd.h135 FX_DWORD GetCharType() const { return m_dwCharProps & FX_CHARTYPEBITSMASK; } in GetCharType() function
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp306 eType = (FX_CHARTYPE)pTC->GetCharType(); in ParseChar()