Home
last modified time | relevance | path

Searched defs:TestingColor4f (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_color.h35 struct TestingColor4f { struct
36 typedef float scalar;
37 scalar redF_ = 0;
38 scalar greenF_ = 0;
39 scalar blueF_ = 0;
40 scalar alphaF_ = 0;
Dtesting_shader_effect.h90const std::vector<TestingColor4f>& /* colors */, std::shared_ptr<TestingColorSpace> /* colorSpace … in CreateSweepGradient()
113 … const TestingPoint& endPt, scalar endRadius, const std::vector<TestingColor4f>& /* colors */, in CreateTwoPointConical()