Lines Matching refs:rMetric
174 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getOverlineOffset() local
175 double fRet = (rMetric.GetIntLeading() / 2.0) - rMetric.GetAscent(); in getOverlineOffset()
181 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getUnderlineOffset() local
182 double fRet = rMetric.GetDescent() / 2.0; in getUnderlineOffset()
188 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getStrikeoutOffset() local
189 double fRet = (rMetric.GetAscent() - rMetric.GetIntLeading()) / 3.0; in getStrikeoutOffset()
195 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getOverlineHeight() local
196 double fRet = rMetric.GetIntLeading() / 2.5; in getOverlineHeight()
202 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getUnderlineHeight() local
203 double fRet = rMetric.GetDescent() / 4.0; in getUnderlineHeight()
308 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getFontAscent() local
309 return rMetric.GetAscent(); in getFontAscent()
314 const ::FontMetric& rMetric = mrDevice.GetFontMetric(); in getFontDescent() local
315 return rMetric.GetDescent(); in getFontDescent()