Searched refs:IsAttributesEqual (Results 1 – 6 of 6) sorted by relevance
102 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 …]
141 bool FontSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::FontSpan229 bool DecorationSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::DecorationSpan297 bool BaselineOffsetSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::BaselineOffsetSpan363 bool LetterSpacingSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::LetterSpacingSpan391 bool GestureSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::GestureSpan507 bool TextShadowSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::TextShadowSpan533 bool ImageSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::ImageSpan669 bool CustomSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::CustomSpan818 bool LineHeightSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::LineHeightSpan854 bool ExtSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::ExtSpan[all …]
255 return a->GetEndIndex() >= b->GetStartIndex() && a->IsAttributesEqual(b); in CanMerge()785 if (!(*spansItr)->IsAttributesEqual(*spansOtherItr) || in operator ==()
364 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 …]
321 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;343 bool IsAttributesEqual(const RefPtr<SpanBase>& other) const override;
1035 bool JSCustomSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::Framework::JSCustomSpan1532 bool JSExtSpan::IsAttributesEqual(const RefPtr<SpanBase>& other) const in IsAttributesEqual() function in OHOS::Ace::Framework::JSExtSpan