Searched refs:GetBreakPos (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | fgas_rtfbreak.h | 188 int32_t GetBreakPos(std::vector<CFX_RTFChar>& tca,
|
D | fgas_rtfbreak.cpp | 471 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); in EndBreak_SplitLine() 701 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_RTFChar>& tca, in GetBreakPos() function in CFX_RTFBreak 806 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()
|
D | fgas_textbreak.h | 264 int32_t GetBreakPos(std::vector<CFX_TxtChar>& ca,
|
D | fgas_textbreak.cpp | 692 GetBreakPos(*m_pCurLine->m_pLineChars.get(), iEndPos, bAllChars, true); in EndBreak_SplitLine() 958 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_TxtChar>& ca, in GetBreakPos() function in CFX_TxtBreak 1066 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false); in SplitTextLine()
|