Home
last modified time | relevance | path

Searched refs:fHasFill (Results 1 – 7 of 7) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieValue.h81 bool fHasFill : 1, member
92 && fHasFill == other.fHasFill
DSkottieAdapter.cpp366 const auto fill_change = SkToInt(fText.fHasFill) - SkToInt(fHadFill); in apply()
389 fHadFill = fText.fHasFill; in apply()
DSkottieValue.cpp290 v->fHasFill = parse_color((*jtxt)["fc"], abuilder, &v->fFillColor); in FromJSON()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp33 && fHasFill == other.fHasFill in operator ==()
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp138 draws.reserve(static_cast<size_t>(fText->fHasFill) + static_cast<size_t>(fText->fHasStroke)); in addFragment()
140 SkASSERT(fText->fHasFill || fText->fHasStroke); in addFragment()
143 if (fText->fHasFill) { in addFragment()
332 if (!fText->fHasFill && !fText->fHasStroke) { in onSync()
DTextValue.cpp147 v->fHasFill = parse_color((*jtxt)["fc"], &v->fFillColor); in Parse()
/external/skia/modules/skottie/include/
DSkottieProperty.h58 bool fHasFill = false, member