Home
last modified time | relevance | path

Searched refs:dwBreakStatus (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp221 CFX_BreakType dwBreakStatus = CFX_BreakType::None; in CalcLogicSize() local
228 dwBreakStatus = m_pTxtBreak->AppendChar(wch); in CalcLogicSize()
229 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in CalcLogicSize()
230 RetrieveLineWidth(dwBreakStatus, fStartPos, fWidth, fHeight); in CalcLogicSize()
233 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in CalcLogicSize()
234 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in CalcLogicSize()
235 RetrieveLineWidth(dwBreakStatus, fStartPos, fWidth, fHeight); in CalcLogicSize()
252 bool CFDE_TextOut::RetrieveLineWidth(CFX_BreakType dwBreakStatus, in RetrieveLineWidth() argument
256 if (CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in RetrieveLineWidth()
269 if (dwBreakStatus == CFX_BreakType::Paragraph) in RetrieveLineWidth()
[all …]
Dcfde_textout.h73 bool RetrieveLineWidth(CFX_BreakType dwBreakStatus,
81 bool RetrievePieces(CFX_BreakType dwBreakStatus,