Searched refs:fontTwo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_string_test_ng.cpp | 492 Font fontTwo { .fontColor = OHOS::Ace::Color::WHITE }; variable 501 mutableSpan->AddSpan(AceType::MakeRefPtr<FontSpan>(fontTwo, 3, 7)); 508 … AceType::MakeRefPtr<FontSpan>(fontTwo, 3, 7), AceType::MakeRefPtr<FontSpan>(fontOne, 7, 10) }; 518 … AceType::MakeRefPtr<FontSpan>(fontTwo, 5, 7), AceType::MakeRefPtr<FontSpan>(fontOne, 7, 10) }; 532 Font fontTwo { .fontColor = OHOS::Ace::Color::WHITE }; variable 536 mutableSpan->AddSpan(AceType::MakeRefPtr<FontSpan>(fontTwo, 3, 7)); 570 Font fontTwo { .fontColor = OHOS::Ace::Color::WHITE }; variable 574 mutableSpan->AddSpan(AceType::MakeRefPtr<FontSpan>(fontTwo, 3, 100)); 581 mutableSpan->AddSpan(AceType::MakeRefPtr<FontSpan>(fontTwo, 3, 7)); 602 Font fontTwo { .fontColor = OHOS::Ace::Color::WHITE }; variable [all …]
|