Home
last modified time | relevance | path

Searched refs:fIsPlaceholder (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp21 fIsPlaceholder = placeholder; in TextStyle()
29 if (fIsPlaceholder || other.fIsPlaceholder) { in equals()
94 return !fIsPlaceholder && !that.fIsPlaceholder && in equalsByFonts()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h248 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder()
249 void setPlaceholder() { fIsPlaceholder = true; } in setPlaceholder()
290 bool fIsPlaceholder = false; variable