Home
last modified time | relevance | path

Searched refs:fStrokeColorNode (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.cpp59 rec.fStrokeColorNode = sksg::Color::Make(fText.fStrokeColor); in addFragment()
60 rec.fStrokeColorNode->setAntiAlias(true); in addFragment()
61 rec.fStrokeColorNode->setStyle(SkPaint::kStroke_Style); in addFragment()
62 draws.push_back(sksg::Draw::Make(blob_node, rec.fStrokeColorNode)); in addFragment()
240 if (rec.fStrokeColorNode) { in pushPropsToFragment()
241 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
DTextAdapter.h40 fStrokeColorNode; member
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp333 rec.fStrokeColorNode = sksg::Color::Make(fText->fStrokeColor); in addFragment()
334 rec.fStrokeColorNode->setAntiAlias(true); in addFragment()
335 rec.fStrokeColorNode->setStyle(SkPaint::kStroke_Style); in addFragment()
336 rec.fStrokeColorNode->setStrokeWidth(fText->fStrokeWidth); in addFragment()
337 draws.push_back(sksg::Draw::Make(blob_node, rec.fStrokeColorNode)); in addFragment()
728 if (rec.fStrokeColorNode) { in pushPropsToFragment()
729 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
DTextAdapter.h60 fStrokeColorNode; member