Searched refs:mHasFill (Results 1 – 2 of 2) sorted by relevance
102 DisplayListData() : mHasText(false), mHasFill(false) {} in DisplayListData()113 bool hasFill() const { return mHasFill; } in hasFill()186 bool mHasFill : 1; variable
771 mHasFill = true; in push()