Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_arb.h62 void FX_BidiLine(CFX_RTFCharArray& chars,
Dfx_ucd.h188 typedef CFX_ArrayTemplate<CFX_RTFChar> CFX_RTFCharArray; typedef
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.h58 CFX_RTFCharArray m_LineChars;
159 int32_t GetBreakPos(CFX_RTFCharArray& tca,
Dfx_rtfbreak.cpp275 CFX_RTFCharArray& tca = m_pCurLine->m_LineChars; in GetLastChar()
353 CFX_RTFCharArray& tca = m_pCurLine->m_LineChars; in AppendChar()
399 CFX_RTFCharArray& tca = m_pCurLine->m_LineChars; in AppendChar_CharCode()
754 CFX_RTFCharArray& chars = m_pCurLine->m_LineChars; in EndBreak_BidiLine()
935 int32_t CFX_RTFBreak::GetBreakPos(CFX_RTFCharArray& tca, in GetBreakPos()
1077 CFX_RTFCharArray& curChars = pCurLine->m_LineChars; in SplitTextLine()
1089 CFX_RTFCharArray& nextChars = pNextLine->m_LineChars; in SplitTextLine()
/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h181 CFX_RTFCharArray* m_pChars;
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp1147 void FX_BidiLine(CFX_RTFCharArray& chars, int32_t iCount, int32_t iBaseLevel) { in FX_BidiLine()