Lines Matching refs:fRadius
163 SG_ATTRIBUTE(Radius , float , fRadius)
219 SkMatrix::Scale(fRadius, fRadius); in buildEffectShader()
239 return SkRect::MakeLTRB(fCenter.fX - fRadius, in onRevalidate()
240 fCenter.fY - fRadius, in onRevalidate()
241 fCenter.fX + fRadius, in onRevalidate()
242 fCenter.fY + fRadius); in onRevalidate()
246 if (fRadius <= 0) { in onRender()
254 canvas->drawCircle(fCenter, fRadius, sphere_paint); in onRender()
268 float fRadius = 0; member in skottie::internal::__anonf9de11940111::SphereNode
314 .bind( kRadius_Index, fRadius ) in SphereAdapter()
373 sph->setRadius(fRadius); in onSync()
395 ScalarValue fRadius = 0, member in skottie::internal::__anonf9de11940111::SphereAdapter