Searched refs:fHasFill (Results 1 – 7 of 7) sorted by relevance
81 bool fHasFill : 1, member92 && fHasFill == other.fHasFill
366 const auto fill_change = SkToInt(fText.fHasFill) - SkToInt(fHadFill); in apply()389 fHadFill = fText.fHasFill; in apply()
290 v->fHasFill = parse_color((*jtxt)["fc"], abuilder, &v->fFillColor); in FromJSON()
33 && fHasFill == other.fHasFill in operator ==()
138 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()
147 v->fHasFill = parse_color((*jtxt)["fc"], &v->fFillColor); in Parse()
58 bool fHasFill = false, member