Lines Matching defs:font
172 SkFont font(ToolUtils::create_portable_typeface(), textSize);
180 font,
200 const SkFont& font,
203 int count = font.countText(text, len, encoding);
207 auto run = builder->allocRun(font, count, x, y);
208 font.textToGlyphs(text, len, encoding, run.glyphs, count);
213 const SkFont& font,
216 add_to_text_blob_w_len(builder, text, strlen(text), SkTextEncoding::kUTF8, font, x, y);
219 void get_text_path(const SkFont& font,
225 SkAutoToGlyphs atg(font, text, length, encoding);
230 font.getPos(atg.glyphs(), count, &computedPos[0]);
238 font.getPaths(atg.glyphs(),