Searched refs:nSubstituteHeight (Results 1 – 1 of 1) sorted by relevance
6175 const long nSubstituteHeight = aSubstituteMetric.mnAscent + aSubstituteMetric.mnDescent; in ImplGlyphFallbackLayout() local6179 if( nSubstituteHeight > nOriginalHeight ) in ImplGlyphFallbackLayout()6181 const float fScale = nOriginalHeight / (float)nSubstituteHeight; in ImplGlyphFallbackLayout()
Completed in 830 milliseconds