Home
last modified time | relevance | path

Searched refs:mfFontStretch (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx70 CGFloat mfFontStretch; // <1.0: font gets squeezed, >1.0: font gets stretched member in CTLayout
92 , 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()
H A Datsfonts.cxx164 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()
H A Dctfonts.cxx107 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()
H A Dsalgdi.cxx70 , mfFontStretch( 1.0 ) in ImplMacTextStyle()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h125 float mfFontStretch; member in ImplMacTextStyle

Completed in 40 milliseconds