Searched refs:dwBreakStatus (Results 1 – 2 of 2) sorted by relevance
221 CFX_BreakType dwBreakStatus = CFX_BreakType::None; in CalcLogicSize() local228 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() argument256 if (CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in RetrieveLineWidth()269 if (dwBreakStatus == CFX_BreakType::Paragraph) in RetrieveLineWidth()[all …]
73 bool RetrieveLineWidth(CFX_BreakType dwBreakStatus,81 bool RetrievePieces(CFX_BreakType dwBreakStatus,