Searched refs:fAscent (Results 1 – 2 of 2) sorted by relevance
182 const CGFloat fAscent = CTFontGetAscent( aCTFontRef ); in GetFontMetric() local184 rMetric.mnAscent = lrint( fAscent * fPixelSize); in GetFontMetric()187 rMetric.mnIntLeading = lrint( (fAscent - fCapHeight) * fPixelSize); in GetFontMetric()
353 const double fAscent = fHeight; in UnionTextExtent() local363 const double fPerp = b ? fAscent : -fDescent; in UnionTextExtent()