Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp213 CFX_BreakType dwBreakStatus = CFX_BreakType::None; in CalcLogicSize() local
220 dwBreakStatus = m_pTxtBreak->AppendChar(wch); in CalcLogicSize()
221 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in CalcLogicSize()
222 RetrieveLineWidth(dwBreakStatus, &fStartPos, &fWidth, &fHeight); in CalcLogicSize()
225 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in CalcLogicSize()
226 if (!CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in CalcLogicSize()
227 RetrieveLineWidth(dwBreakStatus, &fStartPos, &fWidth, &fHeight); in CalcLogicSize()
244 bool CFDE_TextOut::RetrieveLineWidth(CFX_BreakType dwBreakStatus, in RetrieveLineWidth() argument
248 if (CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in RetrieveLineWidth()
261 if (dwBreakStatus == CFX_BreakType::Paragraph) in RetrieveLineWidth()
[all …]
Dcfde_textout.h83 bool RetrieveLineWidth(CFX_BreakType dwBreakStatus,
91 bool RetrievePieces(CFX_BreakType dwBreakStatus,