Searched refs:bAllChars (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
H A D | fgas_rtfbreak.h | 190 bool bAllChars, 194 bool bAllChars); 196 bool bAllChars, 200 bool bAllChars,
|
H A D | fgas_rtfbreak.cpp | 433 bool bAllChars = m_iAlignment == CFX_RTFLineAlignment::Justified || local 436 if (!EndBreak_SplitLine(pNextLine, bAllChars, dwStatus)) { 440 EndBreak_Alignment(tpos, bAllChars, dwStatus); 451 bool bAllChars, 462 SplitTextLine(m_pCurLine, pNextLine, !m_bPagination && bAllChars); 469 if (bAllChars && !bDone) { 471 GetBreakPos(m_pCurLine->m_LineChars, endPos, bAllChars, true); 614 bool bAllChars, 639 if (!bFind || !bAllChars) { 645 if (bAllChars 450 EndBreak_SplitLine(CFX_RTFLine* pNextLine, bool bAllChars, CFX_RTFBreakType dwStatus) argument 613 EndBreak_Alignment(const std::deque<FX_TPO>& tpos, bool bAllChars, CFX_RTFBreakType dwStatus) argument 701 GetBreakPos(std::vector<CFX_RTFChar>& tca, int32_t& iEndPos, bool bAllChars, bool bOnlyBrk) argument 796 SplitTextLine(CFX_RTFLine* pCurLine, CFX_RTFLine* pNextLine, bool bAllChars) argument [all...] |
H A D | fgas_textbreak.h | 258 bool bAllChars, 262 bool bAllChars, 266 bool bAllChars = false, 270 bool bAllChars = false);
|
H A D | fgas_textbreak.cpp | 646 bool bAllChars, 659 SplitTextLine(m_pCurLine, pNextLine, !m_bPagination && bAllChars); 664 SplitTextLine(m_pCurLine, pNextLine, !m_bPagination && bAllChars); 690 if (bAllChars && !bDone) { 692 GetBreakPos(*m_pCurLine->m_pLineChars.get(), iEndPos, bAllChars, true); 808 bool bAllChars, 833 if (!bFind || !bAllChars) { 838 if (bAllChars && iCharWidth > 0) 843 if (!bAllChars) 849 if (!bAllChars 645 EndBreak_SplitLine(CFX_TxtLine* pNextLine, bool bAllChars, uint32_t dwStatus) argument 807 EndBreak_Alignment(const std::deque<FX_TPO>& tpos, bool bAllChars, uint32_t dwStatus) argument 937 bool bAllChars = (m_iCurAlignment > FX_TXTLINEALIGNMENT_Right); local 958 GetBreakPos(std::vector<CFX_TxtChar>& ca, int32_t& iEndPos, bool bAllChars, bool bOnlyBrk) argument 1056 SplitTextLine(CFX_TxtLine* pCurLine, CFX_TxtLine* pNextLine, bool bAllChars) argument [all...] |
Completed in 118 milliseconds