Home
last modified time | relevance | path

Searched refs:FX_CHARTYPE (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_unicode.h24 enum FX_CHARTYPE { enum
40 inline FX_CHARTYPE GetCharTypeFromProp(uint32_t prop) { in GetCharTypeFromProp()
41 return static_cast<FX_CHARTYPE>(prop & FX_CHARTYPEBITSMASK); in GetCharTypeFromProp()
Dfx_arabic.cpp148 FX_CHARTYPE* eType) { in ParseChar()
189 FX_CHARTYPE eCur; in GetFormChar()
195 FX_CHARTYPE ePrev; in GetFormChar()
201 FX_CHARTYPE eNext; in GetFormChar()
Dcfx_char.cpp35 FX_CHARTYPE CFX_Char::GetCharType() const { in GetCharType()
Dcfx_char.h26 FX_CHARTYPE GetCharType() const;
/external/pdfium/xfa/fgas/layout/
Dcfx_break.h66 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE dwType) const;
68 FX_CHARTYPE m_eCharType;
Dcfx_break.cpp107 FX_CHARTYPE CFX_Break::GetUnifiedCharType(FX_CHARTYPE chartype) const { in GetUnifiedCharType()
Dcfx_txtbreak.cpp122 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic()
176 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
206 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); in AppendChar()
413 FX_CHARTYPE chartype = pTC->GetCharType(); in EndBreak_Alignment()
700 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); in GetDisplayPos()
Dcfx_rtfbreak.cpp71 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); in AppendChar()
226 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()