Lines Matching refs:SkFont
8 #include "include/core/SkFont.h"
18 static SkFont serialize_deserialize(const SkFont& font, skiatest::Reporter* reporter) {
42 SkFont clone;
58 static void apply_flags(SkFont* font, unsigned flags) {
71 const SkFont::Edging edges[] = {
72 SkFont::Edging::kAlias, SkFont::Edging::kSubpixelAntiAlias
85 SkFont font;
100 SkFont clone = serialize_deserialize(font, reporter);