Home
last modified time | relevance | path

Searched refs:fScaledFontHeight (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx89 double fScaledFontHeight = pReqFont->mfExactHeight; in CTTextStyle() local
92 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()
H A Datsfonts.cxx150 double fScaledFontHeight = pReqFont->mfExactHeight; in AtsTextStyle() local
152 if( fScaledFontHeight > fMaxFontHeight ) in AtsTextStyle()
154 mfFontScale = fScaledFontHeight / fMaxFontHeight; in AtsTextStyle()
155 fScaledFontHeight = fMaxFontHeight; in AtsTextStyle()

Completed in 28 milliseconds