Searched refs:fScaledFontHeight (Results 1 – 2 of 2) sorted by relevance
89 double fScaledFontHeight = pReqFont->mfExactHeight; in CTTextStyle() local92 if( fScaledFontHeight > fMaxFontHeight ) in CTTextStyle()94 mfFontScale = fScaledFontHeight / fMaxFontHeight; in CTTextStyle()95 fScaledFontHeight = fMaxFontHeight; in CTTextStyle()139 CTFontRef pNewCTFont = CTFontCreateWithFontDescriptor( pFontDesc, fScaledFontHeight, pMatrix ); in CTTextStyle()
150 double fScaledFontHeight = pReqFont->mfExactHeight; in AtsTextStyle() local152 if( fScaledFontHeight > fMaxFontHeight ) in AtsTextStyle()154 mfFontScale = fScaledFontHeight / fMaxFontHeight; in AtsTextStyle()155 fScaledFontHeight = fMaxFontHeight; in AtsTextStyle()
Completed in 18 milliseconds