HomeSort by relevance Sort by last modified time
    Searched refs:GetBreakPos (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 188 int32_t GetBreakPos(std::vector<CFX_RTFChar>& tca,
fgas_textbreak.h 264 int32_t GetBreakPos(std::vector<CFX_TxtChar>& ca,
fgas_rtfbreak.cpp 471 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true);
701 int32_t CFX_RTFBreak::GetBreakPos(std::vector<CFX_RTFChar>& tca,
806 int32_t iCharPos = GetBreakPos(curChars, iEndPos, bAllChars, false);
fgas_textbreak.cpp 692 GetBreakPos(*m_pCurLine->m_pLineChars.get(), iEndPos, bAllChars, true);
958 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_TxtChar>& ca,
    [all...]

Completed in 198 milliseconds