Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h47 #define FX_TXTCHARSTYLE_ArabicIndic 0x0400 macro
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp528 pCurChar->m_dwCharStyles |= FX_TXTCHARSTYLE_ArabicIndic; in AppendChar_Others()
621 FX_BOOL bPrevNum = (pCur->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicIndic) != 0; in EndBreak_UpdateArabicShapes()
630 bNextNum = (pNext->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicIndic) != 0; in EndBreak_UpdateArabicShapes()
659 bPrevNum = (pCur->m_dwCharStyles & FX_TXTCHARSTYLE_ArabicIndic) != 0; in EndBreak_UpdateArabicShapes()