Home | History | Annotate | Download | only in layoutex

Lines Matching refs:fAscent

323                                    fAscent(0), fDescent(0), fLeading(0),
637 if (fAscent <= 0 && fCharCount > 0) {
641 return fAscent;
646 if (fAscent <= 0 && fCharCount > 0) {
655 if (fAscent <= 0 && fCharCount > 0) {
838 if (ascent > fAscent) {
839 fAscent = ascent;
1175 if (fAscent <= 0) {
1179 return fAscent;
1184 if (fAscent <= 0) {
1193 if (fAscent <= 0) {
1249 if (ascent > fAscent) {
1250 fAscent = ascent;