Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_ucd.h125 m_dwCharProps(0), in CFX_Char()
133 m_dwCharProps(dwCharProps), in CFX_Char()
138 FX_CHARTYPE GetCharType() const { return GetCharTypeFromProp(m_dwCharProps); } in GetCharType()
142 uint32_t m_dwCharProps; variable
Dfx_arabic.cpp458 (int16_t)(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
464 gc_FX_BidiNTypes[(chars[i].m_dwCharProps & FX_BIDICLASSBITSMASK) >> in FX_BidiClassify()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp459 if (m_bVertical && (pLastChar->m_dwCharProps & 0x8000) != 0) in AppendChar_Arabic()
504 uint32_t dwProps = pCurChar->m_dwCharProps; in AppendChar_Others()
556 pCurChar->m_dwCharProps = dwProps; in AppendChar()
620 if (m_bVertical && (pCur->m_dwCharProps & 0x8000) != 0) in EndBreak_UpdateArabicShapes()
990 nCodeProp = pCur->m_dwCharProps; in GetBreakPos()
998 nCodeProp = pCur->m_dwCharProps; in GetBreakPos()
Dfgas_rtfbreak.cpp238 pCurChar->m_dwCharProps = dwProps; in AppendChar()
729 uint32_t nCodeProp = pCur->m_dwCharProps; in GetBreakPos()
737 nCodeProp = pCur->m_dwCharProps; in GetBreakPos()