Searched defs:nsCSSValueGradient (Results 1 – 1 of 1) sorted by relevance
168939 struct nsCSSValueGradient final { struct168943 bool mIsRadial;168944 bool mIsRepeating;168945 bool mIsLegacySyntax;168946 bool mIsExplicitSize;168948 nsCSSValuePair mBgPos;168949 nsCSSValue mAngle;168953 nsCSSValue mRadialValues[2];168955 nsCSSValue& GetRadialShape() in GetRadialShape()168960 const nsCSSValue& GetRadialShape() const in GetRadialShape()[all …]