Lines Matching defs:font
65 // This test hammers the GPU textblobcache and font atlas
102 SkFont font;
103 font.setSize(48); // draw big glyphs to really stress the atlas
115 font.setTypeface(orig);
117 font.setTypeface(sk_make_sp<SkRandomTypeface>(orig, SkPaint(), true));
124 font.setEdging(SkFont::Edging::kAlias);
126 font.setEdging(SkFont::Edging::kAntiAlias);
128 font.setEdging(SkFont::Edging::kSubpixelAntiAlias);
131 font.setSubpixel(SkToBool(subpixel));
133 font.setSize(160);
135 const SkTextBlobBuilder::RunBuffer& run = builder.allocRun(font,
237 SkFont font;
238 font.setTypeface(tf);
239 font.setSubpixel(false);
240 font.setEdging(SkFont::Edging::kAlias);
241 font.setSize(24);
247 font.textToGlyphs(text, sizeof(text), SkTextEncoding::kUTF8, glyphs, maxGlyphLen);
250 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0);
261 SkFont font;
262 font.setTypeface(tf);
263 font.setSubpixel(false);
264 font.setEdging(SkFont::Edging::kAlias);
265 font.setSize(24);
280 font.textToGlyphs(
283 const auto& runBuffer = builder.allocRun(font, glyphCount, 0, 0);