Searched refs:fHasBackground (Results 1 – 8 of 8) sorted by relevance
16 fHasBackground = other.fHasBackground; in TextStyle()69 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()113 return (!fHasBackground && !other.fHasBackground) || in matchOneAttribute()114 ( fHasBackground && other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
152 bool fHasBackground; variable
106 , fHasBackground(false) in TextLine()123 fHasBackground = true; in TextLine()171 if (fHasBackground) { in paint()
25 fHasBackground = false; in TextStyle()62 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()88 return (fHasBackground == other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
123 bool fHasBackground; variable
56 , fHasBackground(false) in TextLine()67 fHasBackground = true; in TextLine()101 if (fHasBackground) { in paint()
83 bool hasBackground() const { return fHasBackground; } in hasBackground()86 fHasBackground = true; in setBackgroundColor()89 void clearBackgroundColor() { fHasBackground = false; } in clearBackgroundColor()162 bool fHasBackground; variable
170 bool hasBackground() const { return fHasBackground; } in hasBackground()173 fHasBackground = true; in setBackgroundColor()176 void clearBackgroundColor() { fHasBackground = false; } in clearBackgroundColor()282 bool fHasBackground = false; variable