Home
last modified time | relevance | path

Searched refs:textShadow1 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp159 Shadow textShadow1; variable
160 textShadow1.SetBlurRadius(1.0);
161 textShadow1.SetColor(Color::BLUE);
162 textShadow1.SetOffsetX(10.0);
163 textShadow1.SetOffsetY(10.0);
165 vector<Shadow> textShadows { textShadow, textShadow1 };
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1601 Shadow textShadow1; variable
1602 textShadow1.SetBlurRadius(2.0);
1603 textShadow1.SetColor(Color::BLACK);
1604 textShadow1.SetOffsetX(8.0);
1605 textShadow1.SetOffsetY(8.0);
1608 TLVUtil::WriteTextShadow(buffer, textShadow1);
1613 EXPECT_TRUE(textShadow1 == readShadow);
1616 EXPECT_FALSE(textShadow1 == errShadow);
1618 std::vector<Shadow> writeShadows = { textShadow1 };
H A Dtext_testtwo_ng.cpp1033 Shadow textShadow1 = Shadow(); variable
1035 textShadow1.SetColor(Color::RED);
1037 std::vector<Shadow> shadows { textShadow1, textShadow2 };
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1726 Shadow textShadow1 = Shadow(); variable
1728 textShadow1.SetColor(Color::RED);
1730 std::vector<Shadow> shadows { textShadow1, textShadow2 };