HomeSort by relevance Sort by last modified time
    Searched refs:FX_CHARTYPE (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/
fx_ucd.h 96 enum FX_CHARTYPE {
111 inline FX_CHARTYPE GetCharTypeFromProp(uint32_t prop) {
112 return static_cast<FX_CHARTYPE>(prop & FX_CHARTYPEBITSMASK);
138 FX_CHARTYPE GetCharType() const { return GetCharTypeFromProp(m_dwCharProps); }
fx_arabic.cpp 240 FX_CHARTYPE& eType) {
310 FX_CHARTYPE eCur;
316 FX_CHARTYPE ePrev;
322 FX_CHARTYPE eNext;
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 184 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE chartype) const;
220 FX_CHARTYPE m_eCharType;
fgas_textbreak.h 253 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE dwType) const;
298 FX_CHARTYPE m_eCharType;
fgas_textbreak.cpp 275 inline FX_CHARTYPE CFX_TxtBreak::GetUnifiedCharType(
276 FX_CHARTYPE chartype) const {
440 FX_CHARTYPE chartype = pCurChar->GetCharType();
505 FX_CHARTYPE chartype = pCurChar->GetCharType();
550 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
820 FX_CHARTYPE chartype;
    [all...]
fgas_rtfbreak.cpp 209 inline FX_CHARTYPE CFX_RTFBreak::GetUnifiedCharType(
210 FX_CHARTYPE chartype) const {
232 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
372 FX_CHARTYPE chartype = pCurChar->GetCharType();

Completed in 204 milliseconds