Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx151 static const float fMaxFontHeight = 144.0; in AtsTextStyle() local
152 if( fScaledFontHeight > fMaxFontHeight ) in AtsTextStyle()
154 mfFontScale = fScaledFontHeight / fMaxFontHeight; in AtsTextStyle()
155 fScaledFontHeight = fMaxFontHeight; in AtsTextStyle()
H A Dctfonts.cxx91 static const float fMaxFontHeight = 144.0; // TODO: is there a limit for CoreText? in CTTextStyle()
92 if( fScaledFontHeight > fMaxFontHeight ) in CTTextStyle()
94 mfFontScale = fScaledFontHeight / fMaxFontHeight; in CTTextStyle()
95 fScaledFontHeight = fMaxFontHeight; in CTTextStyle()

Completed in 21 milliseconds