Lines Matching defs:font
37 const SkFont& font);
56 SkRect finalRect(const SkFont& font) const {
59 font.getMetrics(&metrics);
62 fCurrentPosition.x() + font.getSize(),
67 fCurrentPosition.x() + font.getSize(),
190 const SkFont& font)
197 font.getMetrics(&metrics);
199 font.getWidths(glyphs, glyphCount, advances.get());
261 const SkFont& font,
271 float height = font.getSpacing();
280 shaper->shape(utf8Text, textByteLen, font, true, width, &runHandler);
289 result.glyphBounds.push_back(runHandler.finalRect(font));