Searched refs:isPlaceholder (Results 1 – 12 of 12) sorted by relevance
191 textStyle.isPlaceholder = style.isPlaceholder; in Convert()269 textStyle.isPlaceholder = style.isPlaceholder; in Convert()
148 return !isPlaceholder && !rhs.isPlaceholder && in EqualByFonts()
102 …std::unique_ptr<txt::TextStyle> CreateTextStyle(const TextStyle& style, bool isPlaceholder = false…105 …std::unique_ptr<Rosen::TextStyle> CreateTextStyle(const TextStyle& style, bool isPlaceholder = fal…
1236 …r<txt::TextStyle> RosenRenderTextField::CreateTextStyle(const TextStyle& style, bool isPlaceholder) argument1238 …Rosen::TextStyle> RosenRenderTextField::CreateTextStyle(const TextStyle& style, bool isPlaceholder)1248 if (isPlaceholder) {
73 textStyle2.isPlaceholder = true;
146 bool isPlaceholder = false; variable
118 bool isPlaceholder = false; member
267 if (txt.isPlaceholder) { in ConvertTextStyleToSkStyle()
1595 float PreferredTextHeight(bool isPlaceholder, bool isAlgorithmMeasure = false);
4427 float TextFieldPattern::PreferredTextHeight(bool isPlaceholder, bool isAlgorithmMeasure) in PreferredTextHeight() argument4442 if (!isPlaceholder) { in PreferredTextHeight()
3370 textStyle->isPlaceholder = true; in OH_Drawing_TextStyleSetPlaceholder()3379 return textStyle->isPlaceholder; in OH_Drawing_TextStyleIsPlaceholder()
2267 EXPECT_EQ(ConvertToOriginalText(txtStyle)->isPlaceholder, true);