Lines Matching refs:ascope
37 AnimatorScope* ascope) { in AttachPathGeometry() argument
38 return abuilder->attachPath(jpath["ks"], ascope); in AttachPathGeometry()
43 AnimatorScope* ascope) { in AttachRRectGeometry() argument
51 auto p_attached = abuilder->bindProperty<VectorValue>(jrect["p"], ascope, in AttachRRectGeometry()
55 auto s_attached = abuilder->bindProperty<VectorValue>(jrect["s"], ascope, in AttachRRectGeometry()
59 auto r_attached = abuilder->bindProperty<ScalarValue>(jrect["r"], ascope, in AttachRRectGeometry()
73 AnimatorScope* ascope) { in AttachEllipseGeometry() argument
81 auto p_attached = abuilder->bindProperty<VectorValue>(jellipse["p"], ascope, in AttachEllipseGeometry()
85 auto s_attached = abuilder->bindProperty<VectorValue>(jellipse["s"], ascope, in AttachEllipseGeometry()
101 AnimatorScope* ascope) { in AttachPolystarGeometry() argument
116 abuilder->bindProperty<VectorValue>(jstar["p"], ascope, in AttachPolystarGeometry()
120 abuilder->bindProperty<ScalarValue>(jstar["pt"], ascope, in AttachPolystarGeometry()
124 abuilder->bindProperty<ScalarValue>(jstar["ir"], ascope, in AttachPolystarGeometry()
128 abuilder->bindProperty<ScalarValue>(jstar["or"], ascope, in AttachPolystarGeometry()
132 abuilder->bindProperty<ScalarValue>(jstar["is"], ascope, in AttachPolystarGeometry()
136 abuilder->bindProperty<ScalarValue>(jstar["os"], ascope, in AttachPolystarGeometry()
140 abuilder->bindProperty<ScalarValue>(jstar["r"], ascope, in AttachPolystarGeometry()
149 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachGradient() argument
173 abuilder->bindProperty<VectorValue>((*stops)["k"], ascope, in AttachGradient()
177 abuilder->bindProperty<VectorValue>(jgrad["s"], ascope, in AttachGradient()
181 abuilder->bindProperty<VectorValue>(jgrad["e"], ascope, in AttachGradient()
190 const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachPaint() argument
195 abuilder->bindProperty<ScalarValue>(jpaint["o"], ascope, in AttachPaint()
206 const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachStroke() argument
213 abuilder->bindProperty<ScalarValue>(jstroke["w"], ascope, in AttachStroke()
240 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachColorFill() argument
241 return AttachPaint(jfill, abuilder, ascope, abuilder->attachColor(jfill, ascope, "c")); in AttachColorFill()
245 const AnimationBuilder* abuilder, AnimatorScope* ascope) { in AttachGradientFill() argument
246 return AttachPaint(jfill, abuilder, ascope, AttachGradient(jfill, abuilder, ascope)); in AttachGradientFill()
251 AnimatorScope* ascope) { in AttachColorStroke() argument
252 return AttachStroke(jstroke, abuilder, ascope, in AttachColorStroke()
253 AttachPaint(jstroke, abuilder, ascope, in AttachColorStroke()
254 abuilder->attachColor(jstroke, ascope, "c"))); in AttachColorStroke()
259 AnimatorScope* ascope) { in AttachGradientStroke() argument
260 return AttachStroke(jstroke, abuilder, ascope, in AttachGradientStroke()
261 AttachPaint(jstroke, abuilder, ascope, in AttachGradientStroke()
262 AttachGradient(jstroke, abuilder, ascope))); in AttachGradientStroke()
298 const skjson::ObjectValue& jtrim, const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachTrimGeometryEffect() argument
323 abuilder->bindProperty<ScalarValue>(jtrim["s"], ascope, in AttachTrimGeometryEffect()
327 abuilder->bindProperty<ScalarValue>(jtrim["e"], ascope, in AttachTrimGeometryEffect()
331 abuilder->bindProperty<ScalarValue>(jtrim["o"], ascope, in AttachTrimGeometryEffect()
341 const skjson::ObjectValue& jtrim, const AnimationBuilder* abuilder, AnimatorScope* ascope, in AttachRoundGeometryEffect() argument
351 abuilder->bindProperty<ScalarValue>(jtrim["r"], ascope, in AttachRoundGeometryEffect()
363 AnimatorScope* ascope, in AttachRepeaterDrawEffect() argument
383 abuilder->bindProperty<ScalarValue>(jrepeater["c"], ascope, in AttachRepeaterDrawEffect()
387 abuilder->bindProperty<ScalarValue>(jrepeater["o"], ascope, in AttachRepeaterDrawEffect()
391 abuilder->bindProperty<VectorValue>((*jtransform)["a"], ascope, in AttachRepeaterDrawEffect()
395 abuilder->bindProperty<VectorValue>((*jtransform)["p"], ascope, in AttachRepeaterDrawEffect()
399 abuilder->bindProperty<VectorValue>((*jtransform)["s"], ascope, in AttachRepeaterDrawEffect()
403 abuilder->bindProperty<ScalarValue>((*jtransform)["r"], ascope, in AttachRepeaterDrawEffect()
407 abuilder->bindProperty<ScalarValue>((*jtransform)["so"], ascope, in AttachRepeaterDrawEffect()
411 abuilder->bindProperty<ScalarValue>((*jtransform)["eo"], ascope, in AttachRepeaterDrawEffect()
520 AttachShapeContext(AnimatorScope* ascope, in AttachShapeContext()
524 : fScope(ascope) in AttachShapeContext()
716 AnimatorScope* ascope) const { in attachShapeLayer()
719 AttachShapeContext shapeCtx(ascope, &geometryStack, &geometryEffectStack, ascope->size()); in attachShapeLayer()
726 SkASSERT(shapeCtx.fCommittedAnimators <= ascope->size()); in attachShapeLayer()
727 ascope->resize(shapeCtx.fCommittedAnimators); in attachShapeLayer()