Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp526 FX_CHARTYPE dwCharType = tc->GetCharType(); in EndBreak_Alignment() local
527 if (dwCharType == FX_CHARTYPE::kSpace || in EndBreak_Alignment()
528 dwCharType == FX_CHARTYPE::kControl) { in EndBreak_Alignment()
752 FX_CHARTYPE dwCharType = FX_GetCharType(wch); in GetDisplayPos() local
754 if (dwCharType == FX_CHARTYPE::kArabicAlef) in GetDisplayPos()
760 const bool bEmptyChar = (dwCharType >= FX_CHARTYPE::kTab && in GetDisplayPos()
761 dwCharType <= FX_CHARTYPE::kControl); in GetDisplayPos()
767 if (dwCharType >= FX_CHARTYPE::kArabicAlef) { in GetDisplayPos()
791 if (bRTLPiece && dwCharType != FX_CHARTYPE::kCombination) in GetDisplayPos()
796 if (!bRTLPiece && dwCharType != FX_CHARTYPE::kCombination) in GetDisplayPos()