Lines Matching refs:fFontSize
163 float fFontSize = m_textParser.GetFontSize(m_pTextProvider, nullptr); in InitBreak() local
164 m_pBreak->SetFontSize(fFontSize); in InitBreak()
166 m_pBreak->SetLineBreakTolerance(fFontSize * 0.2f); in InitBreak()
242 float fFontSize = m_textParser.GetFontSize(m_pTextProvider, pStyle); in InitBreak() local
243 m_pBreak->SetFontSize(fFontSize); in InitBreak()
244 m_pBreak->SetLineBreakTolerance(fFontSize * 0.2f); in InitBreak()
1039 pTP->fFontSize = m_textParser.GetFontSize(m_pTextProvider, pStyle.Get()); in AppendTextLine()
1146 iCount, pPiece->fFontSize, &tmDoc2Device); in RenderString()
1172 pt1.x + pCharPos[j].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()
1182 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()
1192 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()
1234 pCharPos[iChars - 1].m_FontCharWidth * pPiece->fFontSize / 1000.0f; in RenderPath()
1292 tr->fFontSize = pPiece->fFontSize; in ToRun()