Searched refs:fHasBackground (Results 1 – 4 of 4) sorted by relevance
16 fHasBackground = other.fHasBackground; in TextStyle()65 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()108 return (!fHasBackground && !other.fHasBackground) || in matchOneAttribute()109 ( fHasBackground && other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
148 bool fHasBackground; variable
104 , fHasBackground(false) in TextLine()121 fHasBackground = true; in TextLine()169 if (fHasBackground) { in paint()
170 bool hasBackground() const { return fHasBackground; } in hasBackground()173 fHasBackground = true; in setBackgroundColor()176 void clearBackgroundColor() { fHasBackground = false; } in clearBackgroundColor()278 bool fHasBackground = false; variable