Lines Matching refs:fAscent
323 fAscent(0), fDescent(0), fLeading(0), in ParagraphLayout()
637 if (fAscent <= 0 && fCharCount > 0) { in getAscent()
641 return fAscent; in getAscent()
646 if (fAscent <= 0 && fCharCount > 0) { in getDescent()
655 if (fAscent <= 0 && fCharCount > 0) { in getLeading()
838 if (ascent > fAscent) { in computeMetrics()
839 fAscent = ascent; in computeMetrics()
1175 if (fAscent <= 0) { in getAscent()
1179 return fAscent; in getAscent()
1184 if (fAscent <= 0) { in getDescent()
1193 if (fAscent <= 0) { in getLeading()
1249 if (ascent > fAscent) { in computeMetrics()
1250 fAscent = ascent; in computeMetrics()