Home
last modified time | relevance | path

Searched refs:fStrokeColor (Results 1 – 8 of 8) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieValue.h80 fStrokeColor = SK_ColorTRANSPARENT; member
91 && fStrokeColor == other.fStrokeColor
DSkottieAdapter.cpp269 , fStrokeColor(sksg::Color::Make(SK_ColorTRANSPARENT)) in TextAdapter()
271 , fStrokeNode(sksg::Draw::Make(fTextNode, fStrokeColor)) in TextAdapter()
287 fStrokeColor->setAntiAlias(true); in TextAdapter()
288 fStrokeColor->setStyle(SkPaint::kStroke_Style); in TextAdapter()
359 fStrokeColor->setColor(fText.fStrokeColor); in apply()
360 fStrokeColor->setStrokeWidth(fText.fStrokeWidth); in apply()
DSkottieAdapter.h240 fStrokeColor; variable
DSkottieValue.cpp291 v->fHasStroke = parse_color((*jtxt)["sc"], abuilder, &v->fStrokeColor); in FromJSON()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp32 && fStrokeColor == other.fStrokeColor in operator ==()
/external/skia/modules/skottie/include/
DSkottieProperty.h56 fStrokeColor = SK_ColorTRANSPARENT; member
/external/skia/modules/skottie/src/text/
DTextValue.cpp148 v->fHasStroke = parse_color((*jtxt)["sc"], &v->fStrokeColor); in Parse()
DTextAdapter.cpp151 rec.fStrokeColorNode = sksg::Color::Make(fText->fStrokeColor); in addFragment()
347 seed_props.stroke_color = fText->fStrokeColor; in onSync()