/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_content_modifier.cpp | 67 TextContentModifier::TextContentModifier(const std::optional<TextStyle>& textStyle, const WeakPtr<P… in TextContentModifier() function in OHOS::Ace::NG::TextContentModifier 109 void TextContentModifier::ChangeDragStatus() in ChangeDragStatus() 244 void TextContentModifier::SetClip(bool clip) in SetClip() 251 void TextContentModifier::SetFontReady(bool value) in SetFontReady() 893 void TextContentModifier::StartTextRace() in StartTextRace() 918 void TextContentModifier::StopTextRace() in StopTextRace() 934 void TextContentModifier::ResumeAnimation() in ResumeAnimation() 944 void TextContentModifier::PauseAnimation() in PauseAnimation() 954 float TextContentModifier::GetTextRacePercent() in GetTextRacePercent() 974 void TextContentModifier::ContentChange() in ContentChange() [all …]
|
H A D | text_content_modifier.h | 36 class TextContentModifier : public ContentModifier { 37 DECLARE_ACE_TYPE(TextContentModifier, ContentModifier) 40 …explicit TextContentModifier(const std::optional<TextStyle>& textStyle, const WeakPtr<Pattern>& pa… 41 ~TextContentModifier() override = default; 211 ACE_DISALLOW_COPY_AND_MOVE(TextContentModifier);
|
H A D | text_paint_method.h | 36 … RefPtr<TextContentModifier> textContentModifier, RefPtr<TextOverlayModifier> textOverlayModifier); 61 RefPtr<TextContentModifier> textContentModifier_;
|
H A D | multiple_paragraph_layout_algorithm.h | 121 const RefPtr<TextContentModifier>& modifier, const TextStyle& textStyle); 123 const RefPtr<TextContentModifier>& modifier, const TextStyle& textStyle); 125 const RefPtr<TextContentModifier>&, const TextStyle& textStyle);
|
H A D | multiple_paragraph_layout_algorithm.cpp | 224 auto modifier = DynamicCast<TextContentModifier>(pattern->GetContentModifier()); in FontRegisterCallback() 243 auto modifier = DynamicCast<TextContentModifier>(pattern->GetContentModifier()); in FontRegisterCallback() 264 const RefPtr<TextContentModifier>& modifier, const TextStyle& textStyle) in SetFontSizePropertyToModifier() 290 const RefPtr<TextContentModifier>& modifier, const TextStyle& textStyle) in SetDecorationPropertyToModifier() 307 const RefPtr<TextContentModifier>& modifier, const TextStyle& textStyle) in SetPropertyToModifier()
|
H A D | text_layout_algorithm.h | 36 class TextContentModifier; variable
|
H A D | text_paint_method.cpp | 22 … RefPtr<TextContentModifier> textContentModifier, RefPtr<TextOverlayModifier> textOverlayModifier) in TextPaintMethod()
|
H A D | text_pattern.h | 203 RefPtr<TextContentModifier> GetContentModifier() in GetContentModifier() 824 RefPtr<TextContentModifier> contentMod_;
|
H A D | span_node.cpp | 413 auto modifier = DynamicCast<TextContentModifier>(pattern->GetContentModifier()); in FontRegisterCallback() 432 auto modifier = DynamicCast<TextContentModifier>(pattern->GetContentModifier()); in FontRegisterCallback()
|
H A D | text_pattern.cpp | 3434 contentMod_ = MakeRefPtr<TextContentModifier>(textStyle_, WeakClaim(this)); in CreateModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_content_modifier.h | 23 class RichEditorContentModifier : public TextContentModifier { 24 DECLARE_ACE_TYPE(RichEditorContentModifier, TextContentModifier)
|
H A D | rich_editor_paint_method.h | 29 … const RefPtr<TextContentModifier>& contentMod, const RefPtr<TextOverlayModifier>& overlayMod);
|
H A D | rich_editor_content_modifier.cpp | 24 : TextContentModifier(textStyle, pattern), pManager_(pManager), pattern_(pattern) in RichEditorContentModifier()
|
H A D | rich_editor_paint_method.cpp | 26 float baselineOffset, const RefPtr<TextContentModifier>& contentMod, in RichEditorPaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfour_ng.cpp | 281 RefPtr<TextContentModifier> textContentModifier = 282 … AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), textPattern); 313 RefPtr<TextContentModifier> textContentModifier = 314 … AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), textPattern); 332 RefPtr<TextContentModifier> textContentModifier = 333 … AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), textPattern); 357 RefPtr<TextContentModifier> textContentModifier = 358 … AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), textPattern); 383 RefPtr<TextContentModifier> textContentModifier = 384 … AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), textPattern);
|
H A D | text_test_ng.cpp | 2326 RefPtr<TextContentModifier> textContentModifier = 2327 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle())); 2377 RefPtr<TextContentModifier> contentModifier = 2378 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle())); 2437 RefPtr<TextContentModifier> contentModifier = 2438 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle())); 2487 TextContentModifier textContentModifier(std::optional<TextStyle>(std::move(textStyle))); 2533 TextContentModifier textContentModifier(std::optional<TextStyle>(std::move(textStyle))); 2562 TextContentModifier textContentModifier(std::optional<TextStyle>(std::move(textStyle))); 2598 TextContentModifier textContentModifier(std::optional<TextStyle>(std::move(textStyle))); [all …]
|
H A D | text_testthree_ng.cpp | 1127 …textPattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextS… 1345 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle… 1397 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle… 1472 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle… 1539 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle… 1598 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle… 2010 …pattern->contentMod_ = AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle…
|
H A D | text_testtwo_ng.cpp | 92 RefPtr<TextContentModifier> textContentModifier = 93 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle())); 1901 RefPtr<TextContentModifier> textContentModifier = 1902 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle())); 2228 RefPtr<TextContentModifier> textContentModifier = 2229 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()));
|
H A D | text_base.h | 233 static void SetContentModifier(TextContentModifier& textContentModifier);
|
H A D | text_base.cpp | 248 void TextBases::SetContentModifier(TextContentModifier& textContentModifier) in SetContentModifier()
|
H A D | text_testfive_ng.cpp | 643 AceType::MakeRefPtr<TextContentModifier>(std::optional<TextStyle>(TextStyle()), pattern);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkText.ts | 636 class TextContentModifier extends ModifierWithKey<string | Resource> { 821 …modifierWithKey(this._modifiersWithKeys, TextContentModifier.identity, TextContentModifier, value[…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 11525 class TextContentModifier extends ModifierWithKey { class 11538 TextContentModifier.identity = Symbol('textContent'); 11757 …modifierWithKey(this._modifiersWithKeys, TextContentModifier.identity, TextContentModifier, conten…
|