Lines Matching refs:AnimationBuilder
51 SkFontStyle FontStyle(const AnimationBuilder* abuilder, const char* style) { in FontStyle()
103 const AnimationBuilder* abuilder, in parse_glyph_path()
150 AnimationBuilder::AutoScope ascope(abuilder); in parse_glyph_path()
168 bool AnimationBuilder::FontInfo::matches(const char family[], const char style[]) const { in matches()
174 void AnimationBuilder::parseFonts(const skjson::ObjectValue* jfonts, in parseFonts()
177 sk_sp<sksg::RenderNode> AnimationBuilder::attachTextLayer(const skjson::ObjectValue& jlayer, in attachTextLayer()
182 void AnimationBuilder::parseFonts(const skjson::ObjectValue* jfonts, in parseFonts()
253 bool AnimationBuilder::resolveNativeTypefaces() { in resolveNativeTypefaces()
299 bool AnimationBuilder::resolveEmbeddedTypefaces(const skjson::ArrayValue& jchars) { in resolveEmbeddedTypefaces()
400 sk_sp<sksg::RenderNode> AnimationBuilder::attachTextLayer(const skjson::ObjectValue& jlayer, in attachTextLayer()
409 const AnimationBuilder::FontInfo* AnimationBuilder::findFont(const SkString& font_name) const { in findFont()