Home
last modified time | relevance | path

Searched refs:TextPaintMethod (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp21 TextPaintMethod::TextPaintMethod(const WeakPtr<Pattern>& pattern, float baselineOffset, in TextPaintMethod() function in OHOS::Ace::NG::TextPaintMethod
27 RefPtr<Modifier> TextPaintMethod::GetContentModifier(PaintWrapper* paintWrapper) in GetContentModifier()
32 void TextPaintMethod::UpdateParagraphAndImageSpanNodeList() in UpdateParagraphAndImageSpanNodeList()
40 void TextPaintMethod::UpdateContentModifier(PaintWrapper* paintWrapper) in UpdateContentModifier()
88 void TextPaintMethod::UpdateObscuredRects() in UpdateObscuredRects()
108 RefPtr<Modifier> TextPaintMethod::GetOverlayModifier(PaintWrapper* paintWrapper) in GetOverlayModifier()
113 void TextPaintMethod::UpdateOverlayModifier(PaintWrapper* paintWrapper) in UpdateOverlayModifier()
157 std::vector<RectF> TextPaintMethod::CalculateSelectedRect( in CalculateSelectedRect()
H A Dtext_paint_method.h32 class ACE_EXPORT TextPaintMethod : public NodePaintMethod {
33 DECLARE_ACE_TYPE(TextPaintMethod, NodePaintMethod)
35 TextPaintMethod(const WeakPtr<Pattern>& pattern, float baselineOffset,
38 ~TextPaintMethod() override = default;
64 ACE_DISALLOW_COPY_AND_MOVE(TextPaintMethod);
H A Dtext_pattern.cpp3385 MakeRefPtr<TextPaintMethod>(WeakClaim(this), baselineOffset_, contentMod_, overlayMod_); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_paint_method.h25 class ACE_EXPORT RichEditorPaintMethod : public TextPaintMethod {
26 DECLARE_ACE_TYPE(RichEditorPaintMethod, TextPaintMethod)
H A Drich_editor_paint_method.cpp28 : TextPaintMethod(pattern, baselineOffset, contentMod, overlayMod), in RichEditorPaintMethod()
34 TextPaintMethod::UpdateOverlayModifier(paintWrapper); in UpdateOverlayModifier()
109 TextPaintMethod::UpdateContentModifier(paintWrapper); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfour_ng.cpp631 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
672 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
722 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
773 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
819 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
865 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
911 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
960 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
1019 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
1078 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
[all …]
H A Dtext_base.h234 static void SetPaintMethodModifier(TextPaintMethod& textPaintMethod);
H A Dtext_testtwo_ng.cpp95TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM…
1904TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM…
1921TextPaintMethod textPaintMethod1(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlay…
2065 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
2231TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM…
H A Dtext_base.cpp281 void TextBases::SetPaintMethodModifier(TextPaintMethod& textPaintMethod) in SetPaintMethodModifier()
H A Dtext_testfive_ng.cpp70 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
131 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
192 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
248 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
300 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
352 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod());
H A Dtext_test_ng.cpp2329TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM…
2380TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, contentModifier, textOverlayModif…
2440TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, contentModifier, textOverlayModif…