Searched refs:gradientProperty (Results 1 – 2 of 2) sorted by relevance
398 NG::GradientProperty gradientProperty; variable405 gradientProperty.ToJsonValue(json, filter);424 gradientProperty.propLinearGradient = gradient;425 gradientProperty.propSweepGradient = gradient;426 gradientProperty.propRadialGradient = gradient;427 gradientProperty.ToJsonValue(json, filter);433 EXPECT_TRUE(gradientProperty.propSweepGradient.has_value());693 NG::GradientProperty gradientProperty; variable697 gradientProperty.propLinearGradient = gradient;702 gradientProperty.ToJsonValue(jsonValue, testFilter);[all …]
4537 auto& gradientProperty = GetOrCreateGradient(); local4539 if (gradientProperty->HasLastGradientType()) {4540 switch (gradientProperty->GetLastGradientTypeValue()) {4542 gradient = gradientProperty->GetLinearGradientValue();4548 gradient = gradientProperty->GetSweepGradientValue();4554 if (gradientProperty->HasLinearGradient()) {4555 gradient = gradientProperty->GetLinearGradientValue();4557 if (gradientProperty->HasRadialGradient()) {4558 gradient = gradientProperty->GetRadialGradientValue();4560 if (gradientProperty->HasSweepGradient()) {[all …]