Home
last modified time | relevance | path

Searched refs:FX_TXTCHARSTYLE_ArabicShadda (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h23 #define FX_TXTCHARSTYLE_ArabicShadda 0x0020 macro
Dcfx_txtbreak.cpp61 (pLastChar->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicShadda) == 0) { in AppendChar_Combination()
76 pLastChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda; in AppendChar_Combination()
78 pCurChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda; in AppendChar_Combination()