Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieValue.h81 bool fHasFill : 1, member
92 && fHasFill == other.fHasFill
DSkottieAdapter.cpp496 const auto fill_change = SkToInt(fText.fHasFill) - SkToInt(fHadFill); in apply()
519 fHadFill = fText.fHasFill; in apply()
DSkottieValue.cpp290 v->fHasFill = parse_color((*jtxt)["fc"], abuilder, &v->fFillColor); in FromJSON()
/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()