Searched refs:fHasBackground (Results 1 – 4 of 4) sorted by relevance
25 fHasBackground = false; in TextStyle()37 fHasBackground = other.fHasBackground; in TextStyle()82 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()128 return (fHasBackground == other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
133 bool fHasBackground; variable
75 , fHasBackground(false) in TextLine()89 fHasBackground = true; in TextLine()197 if (fHasBackground) { in paint()
173 bool hasBackground() const { return fHasBackground; } in hasBackground()176 fHasBackground = true; in setBackgroundColor()179 void clearBackgroundColor() { fHasBackground = false; } in clearBackgroundColor()263 bool fHasBackground; variable