Searched refs:fIsPlaceholder (Results 1 – 2 of 2) sorted by relevance
21 fIsPlaceholder = placeholder; in TextStyle()29 if (fIsPlaceholder || other.fIsPlaceholder) { in equals()94 return !fIsPlaceholder && !that.fIsPlaceholder && in equalsByFonts()
248 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder()249 void setPlaceholder() { fIsPlaceholder = true; } in setPlaceholder()290 bool fIsPlaceholder = false; variable