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 D | text_paint_method.cpp | 21 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 D | text_paint_method.h | 32 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 D | text_pattern.cpp | 3385 MakeRefPtr<TextPaintMethod>(WeakClaim(this), baselineOffset_, contentMod_, overlayMod_); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_paint_method.h | 25 class ACE_EXPORT RichEditorPaintMethod : public TextPaintMethod { 26 DECLARE_ACE_TYPE(RichEditorPaintMethod, TextPaintMethod)
|
H A D | rich_editor_paint_method.cpp | 28 : 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 D | text_testfour_ng.cpp | 631 …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 D | text_base.h | 234 static void SetPaintMethodModifier(TextPaintMethod& textPaintMethod);
|
H A D | text_testtwo_ng.cpp | 95 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM… 1904 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM… 1921 …TextPaintMethod textPaintMethod1(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlay… 2065 …auto textPaintMethod = AceType::DynamicCast<TextPaintMethod>(textPattern->CreateNodePaintMethod()); 2231 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM…
|
H A D | text_base.cpp | 281 void TextBases::SetPaintMethodModifier(TextPaintMethod& textPaintMethod) in SetPaintMethodModifier()
|
H A D | text_testfive_ng.cpp | 70 …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 D | text_test_ng.cpp | 2329 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, textContentModifier, textOverlayM… 2380 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, contentModifier, textOverlayModif… 2440 …TextPaintMethod textPaintMethod(pattern, BASE_LINE_OFFSET_VALUE, contentModifier, textOverlayModif…
|