Searched defs:gradientType (Results 1 – 4 of 4) sorted by relevance
80 CSSGradientType gradientType() const { return m_gradientType; } in gradientType() function92 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue()100 … CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue()160 : CSSGradientValue(LinearGradientClass, repeat, gradientType) in CSSGradientValue() argument205 : CSSGradientValue(RadialGradientClass, repeat, gradientType) in CSSGradientValue() argument
7299 CSSGradientType gradientType; in parseDeprecatedGradient() local
987 SkShader::GradientType gradientType = shader->asAGradient(&info); in createXpsBrush() local