Home
last modified time | relevance | path

Searched refs:isPlaceholder (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp191 textStyle.isPlaceholder = style.isPlaceholder; in Convert()
269 textStyle.isPlaceholder = style.isPlaceholder; in Convert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp148 return !isPlaceholder && !rhs.isPlaceholder && in EqualByFonts()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h102 …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…
H A Drosen_render_text_field.cpp1236 …r<txt::TextStyle> RosenRenderTextField::CreateTextStyle(const TextStyle& style, bool isPlaceholder) argument
1238 …Rosen::TextStyle> RosenRenderTextField::CreateTextStyle(const TextStyle& style, bool isPlaceholder)
1248 if (isPlaceholder) {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp73 textStyle2.isPlaceholder = true;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_style.h146 bool isPlaceholder = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h118 bool isPlaceholder = false; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp267 if (txt.isPlaceholder) { in ConvertTextStyleToSkStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1595 float PreferredTextHeight(bool isPlaceholder, bool isAlgorithmMeasure = false);
H A Dtext_field_pattern.cpp4427 float TextFieldPattern::PreferredTextHeight(bool isPlaceholder, bool isAlgorithmMeasure) in PreferredTextHeight() argument
4442 if (!isPlaceholder) { in PreferredTextHeight()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3370 textStyle->isPlaceholder = true; in OH_Drawing_TextStyleSetPlaceholder()
3379 return textStyle->isPlaceholder; in OH_Drawing_TextStyleIsPlaceholder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp2267 EXPECT_EQ(ConvertToOriginalText(txtStyle)->isPlaceholder, true);