Home
last modified time | relevance | path

Searched refs:fHasStroke (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp35 && fHasStroke == other.fHasStroke; in operator ==()
/third_party/skia/modules/skottie/src/text/
H A DTextValue.cpp156 v->fHasStroke = parse_color((*jtxt)["sc"], &v->fStrokeColor); in Parse()
158 if (v->fHasStroke) { in Parse()
H A DTextAdapter.cpp320 draws.reserve(static_cast<size_t>(fText->fHasFill) + static_cast<size_t>(fText->fHasStroke)); in addFragment()
322 SkASSERT(fText->fHasFill || fText->fHasStroke); in addFragment()
332 if (fText->fHasStroke) { in addFragment()
534 if (!fText->fHasFill && !fText->fHasStroke) { in onSync()
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h60 fHasStroke = false; member

Completed in 3 milliseconds