Searched refs:dwBreakStatus (Results 1 – 2 of 2) sorted by relevance
213 CFX_BreakType dwBreakStatus = CFX_BreakType::None; in CalcLogicSize() local220 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() argument248 if (CFX_BreakTypeNoneOrPiece(dwBreakStatus)) in RetrieveLineWidth()261 if (dwBreakStatus == CFX_BreakType::Paragraph) in RetrieveLineWidth()[all …]
83 bool RetrieveLineWidth(CFX_BreakType dwBreakStatus,91 bool RetrievePieces(CFX_BreakType dwBreakStatus,