Lines Matching refs:ToolUtils
28 #include "tools/ToolUtils.h"
57 auto typeface = ToolUtils::create_portable_typeface("sans-serif", SkFontStyle::Bold());
67 ToolUtils::add_to_text_blob(&builder, text, font, 0, y);
78 ToolUtils::add_to_text_blob(&builder, bigtext1, font, 0, y);
83 ToolUtils::add_to_text_blob(&builder, bigtext2, font, 0, y);
87 if (sk_sp<SkTypeface> origEmoji = ToolUtils::emoji_typeface()) {
89 const char* emojiText = ToolUtils::emoji_sample_text();
92 ToolUtils::add_to_text_blob(&builder, emojiText, font, 0, y);
117 // This GM uses ToolUtils::makeSurface which doesn't work well with vias.
125 auto surface(ToolUtils::makeSurface(canvas, info, &props));