Searched refs:GradientProperty (Results 1 – 7 of 7) sorted by relevance
25 void GradientProperty::ToJsonValue(std::unique_ptr<JsonValue>& json) const {} in ToJsonValue()
115 ACE_PROPERTY_TO_JSON_VALUE(propGradient_, GradientProperty); in ToJsonValue()
230 struct GradientProperty { struct
304 void GradientProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter)… in ToJsonValue()
632 ACE_DEFINE_PROPERTY_GROUP(Gradient, GradientProperty);
398 NG::GradientProperty gradientProperty;693 NG::GradientProperty gradientProperty;
71 renderContext.propGradient_ = std::make_unique<NG::GradientProperty>(); in MakeProperty()