Searched refs:GetBreakPos (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | cfx_rtfbreak.h | 77 int32_t GetBreakPos(std::vector<CFX_Char>& tca,
|
D | cfx_txtbreak.h | 86 int32_t GetBreakPos(std::vector<CFX_Char>& ca,
|
D | cfx_rtfbreak.cpp | 313 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); in EndBreak_SplitLine() 530 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_Char>& tca, in GetBreakPos() function in CFX_RTFBreak 637 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()
|
D | cfx_txtbreak.cpp | 284 GetBreakPos(m_pCurLine->m_LineChars, iEndPos, bAllChars, true); in EndBreak_SplitLine() 511 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_Char>& ca, in GetBreakPos() function in CFX_TxtBreak 608 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()
|