Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieValue.h80 fStrokeColor = SK_ColorTRANSPARENT; member
91 && fStrokeColor == other.fStrokeColor
DSkottieAdapter.cpp330 , fStrokeColor(sksg::Color::Make(SK_ColorTRANSPARENT)) in TextAdapter()
332 , fStrokeNode(sksg::Draw::Make(fTextNode, fStrokeColor)) in TextAdapter()
348 fStrokeColor->setAntiAlias(true); in TextAdapter()
349 fStrokeColor->setStyle(SkPaint::kStroke_Style); in TextAdapter()
489 fStrokeColor->setColor(fText.fStrokeColor); in apply()
490 fStrokeColor->setStrokeWidth(fText.fStrokeWidth); in apply()
DSkottieAdapter.h291 fStrokeColor; variable
DSkottieValue.cpp291 v->fHasStroke = parse_color((*jtxt)["sc"], abuilder, &v->fStrokeColor); in FromJSON()
/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()