Home
last modified time | relevance | path

Searched refs:IsAttributesEqual (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h102 virtual bool IsAttributesEqual(const RefPtr<SpanBase>& other) const = 0;
129 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
154 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
177 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
197 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
219 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
240 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
260 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
276 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
301 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
[all …]
H A Dspan_object.cpp141 bool FontSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::FontSpan
229 bool DecorationSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::DecorationSpan
297 bool BaselineOffsetSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::BaselineOffsetSpan
363 bool LetterSpacingSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::LetterSpacingSpan
391 bool GestureSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::GestureSpan
507 bool TextShadowSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::TextShadowSpan
533 bool ImageSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::ImageSpan
669 bool CustomSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::CustomSpan
818 bool LineHeightSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::LineHeightSpan
854 bool ExtSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::ExtSpan
[all …]
H A Dspan_string.cpp255 return a->GetEndIndex() >= b->GetStartIndex() && a->IsAttributesEqual(b); in CanMerge()
785 if (!(*spansItr)->IsAttributesEqual(*spansOtherItr) || in operator ==()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp364 EXPECT_FALSE(span0->IsAttributesEqual(span1));
425 if (!(*ita)->IsAttributesEqual(*itb)) { in CompareSpanList()
929 EXPECT_TRUE(spans[0]->IsAttributesEqual(imageSpan));
958 EXPECT_TRUE(spans[0]->IsAttributesEqual(imageSpan));
1008 EXPECT_TRUE(spans[0]->IsAttributesEqual(imageSpan1));
1016 EXPECT_TRUE(spans[0]->IsAttributesEqual(imageSpan2));
1113 EXPECT_TRUE(paraSpan->IsAttributesEqual(paraSpan2));
1329 EXPECT_FALSE(fontSpan->IsAttributesEqual(decorationSpan));
1335 EXPECT_FALSE(decorationSpan->IsAttributesEqual(fontSpan));
1410 EXPECT_FALSE(lineHeightSpan->IsAttributesEqual(fontSpan));
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h321 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
343 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
H A Djs_span_object.cpp1035 bool JSCustomSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::Framework::JSCustomSpan
1532 bool JSExtSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::Framework::JSExtSpan