Searched refs:mHasText (Results 1 – 2 of 2) sorted by relevance
102 DisplayListData() : mHasText(false), mHasFill(false) {} in DisplayListData()112 bool hasText() const { return mHasText; } in hasText()185 bool mHasText : 1; variable
906 mHasText = true; in drawTextBlob()