Searched refs:FX_BidiLine (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_arb.h | 43 void FX_BidiLine(CFX_WideString& wsText, int32_t iBaseLevel = 0); 44 void FX_BidiLine(std::vector<CFX_TxtChar>& chars, 47 void FX_BidiLine(std::vector<CFX_RTFChar>& chars,
|
D | fx_arabic.cpp | 703 void FX_BidiLine(std::vector<baseType>& chars, in FX_BidiLine() function in CFX_BidiLineTemplate 722 void FX_BidiLine(std::vector<CFX_TxtChar>& chars, in FX_BidiLine() function 726 blt.FX_BidiLine(chars, iCount, iBaseLevel); in FX_BidiLine() 728 void FX_BidiLine(std::vector<CFX_RTFChar>& chars, in FX_BidiLine() function 732 blt.FX_BidiLine(chars, iCount, iBaseLevel); in FX_BidiLine()
|
/external/pdfium/xfa/fgas/layout/ |
D | fgas_rtfbreak.cpp | 541 FX_BidiLine(chars, iBidiNum + 1, 0); in EndBreak_BidiLine()
|
D | fgas_textbreak.cpp | 717 FX_BidiLine(chars, iBidiNum + 1, m_bCurRTL ? 1 : 0); in EndBreak_BidiLine()
|