Lines Matching refs:fMetrics
45 SkFontMetrics fMetrics;
62 y += -fMetrics.fAscent;
65 y += fMetrics.fDescent + fMetrics.fLeading;
78 font.getMetrics(&fMetrics);
111 SkFontMetrics fMetrics;
173 y += -fMetrics.fAscent;
176 y += 3*(fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading);
187 font.getMetrics(&fMetrics);
208 y += fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading;