Searched refs:mfFontStretch (Results 1 – 5 of 5) sorted by relevance
70 CGFloat mfFontStretch; // <1.0: font gets squeezed, >1.0: font gets stretched member in CTLayout92 , mfFontStretch( pTextStyle->mfFontStretch ) in CTLayout()366 *(pGlyphAdvances++) = mfFontStretch * pCGGlyphAdvs[ nSubIndex ].width; in GetNextGlyphs()371 …rPos = GetDrawPosition( Point( mfFontScale * mfFontStretch * rCurPos.x, mfFontScale * rCurPos.y) ); in GetNextGlyphs()
164 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in AtsTextStyle()166 CGAffineTransform aMatrix = CGAffineTransformMakeScale( mfFontStretch, 1.0F ); in AtsTextStyle()223 rMetric.mnWidth = static_cast<long>(mfFontStretch * fPixelSize + 0.5); in GetFontMetric()
107 mfFontStretch = (float)pReqFont->mnWidth / pReqFont->mnHeight; in CTTextStyle()108 aMatrix = CGAffineTransformMakeScale( mfFontStretch, 1.0F ); in CTTextStyle()192 rMetric.mnWidth = lrint( CTFontGetSize( aCTFontRef ) * fPixelSize * mfFontStretch); in GetFontMetric()
70 , mfFontStretch( 1.0 ) in ImplMacTextStyle()
125 float mfFontStretch; member in ImplMacTextStyle
Completed in 30 milliseconds