Searched refs:GetBreakPos (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | cfx_rtfbreak.h | 58 int32_t GetBreakPos(std::vector<CFX_Char>& tca,
|
D | cfx_txtbreak.h | 89 int32_t GetBreakPos(std::vector<CFX_Char>* pChars,
|
D | cfx_rtfbreak.cpp | 369 GetBreakPos(m_pCurLine->m_LineChars, bAllChars, true, &endPos); in EndBreak_SplitLine() 585 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_Char>& tca, in GetBreakPos() function in CFX_RTFBreak 691 int32_t iCharPos = GetBreakPos(curChars, bAllChars, false, &iEndPos); in SplitTextLine()
|
D | cfx_txtbreak.cpp | 308 GetBreakPos(&m_pCurLine->m_LineChars, bAllChars, true, &iEndPos); in EndBreak_SplitLine() 529 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_Char>* pChars, in GetBreakPos() function in CFX_TxtBreak 625 int32_t iCharPos = GetBreakPos(&curChars, bAllChars, false, &iEndPos); in SplitTextLine()
|