Home
last modified time | relevance | path

Searched refs:GetBreakPos (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.h188 int32_t GetBreakPos(std::vector<CFX_RTFChar>& tca,
Dfgas_rtfbreak.cpp471 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()
Dfgas_textbreak.h264 int32_t GetBreakPos(std::vector<CFX_TxtChar>& ca,
Dfgas_textbreak.cpp692 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()