Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h79 TestingColor color_;
83 TestingColor color;
117 TestingColor color_;
119 TestingColor decorationColor_;
140 TestingColor color;
142 TestingColor decorationColor;
H A Dtesting_color.h34 class TestingColor {
48 TestingColor() = default;
49 TestingColor(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha) in TestingColor() function
52 TestingColor(uint32_t rgba) in TestingColor() function
56 virtual ~TestingColor() = default;
58 bool operator==(const TestingColor& rhs) const
H A Dtesting_canvas.h69 …float lightRadius, TestingColor /* ambientColor */, TestingColor /* spotColor */, TestingShadowFla… in DrawShadow() argument
72 const TestingPoint3& devLightPos, float lightRadius, TestingColor /* ambientColor */, in DrawShadowStyle() argument
73 TestingColor /* spotColor */, TestingShadowFlags flag, bool isLimitElevation) in DrawShadowStyle()
H A Dtesting_brush.h32 explicit TestingBrush(TestingColor color) {} in TestingBrush()
36 virtual void SetColor(const TestingColor& color) {} in SetColor()
H A Dtesting_pen.h49 virtual void SetColor(const TestingColor& color) {} in SetColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h70 using RSColor = Testing::TestingColor;