Searched defs:FX_BidiLine (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_arabic.cpp799 void FX_BidiLine(CFX_WideString& wsText, int32_t iBaseLevel) { function
1125 void FX_BidiLine(CFX_ArrayTemplate<baseType>& chars, function in class:CFX_BidiLineTemplate
1143 void FX_BidiLine(CFX_TxtCharArray& chars, int32_t iCount, int32_t iBaseLevel) { function
1145 blt.FX_BidiLine(chars, iCount, iBaseLevel);
1147 void FX_BidiLine(CFX_RTFCharArray& chars, int32_t iCount, int32_t iBaseLevel) { function
1149 blt.FX_BidiLine(chars, iCount, iBaseLevel);

Completed in 112 milliseconds