Searched refs:fHasBackground (Results 1 – 4 of 4) sorted by relevance
18 result.fHasBackground = fHasBackground; in cloneForPlaceholder()76 if (fHasBackground != other.fHasBackground || fBackground != other.fBackground) { in equals()124 return (!fHasBackground && !other.fHasBackground) || in matchOneAttribute()125 ( fHasBackground && other.fHasBackground && fBackground == other.fBackground); in matchOneAttribute()
183 bool fHasBackground; variable
110 , fHasBackground(false) in TextLine()124 fHasBackground = true; in TextLine()180 if (fHasBackground) { in paint()
188 bool hasBackground() const { return fHasBackground; } in hasBackground()197 fHasBackground = true; in setBackgroundColor()201 fHasBackground = true; in setBackgroundPaintID()204 void clearBackgroundColor() { fHasBackground = false; } in clearBackgroundColor()316 bool fHasBackground = false; variable