Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.h51 #define FX_TXTCHARSTYLE_ArabicShadda 0x0020 macro
Dfgas_textbreak.cpp350 (pLastChar->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicShadda) == 0) { in AppendChar_Combination()
365 pLastChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda; in AppendChar_Combination()
367 pCurChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicShadda; in AppendChar_Combination()