Home
last modified time | relevance | path

Searched refs:invSquare (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/particles/src/
DSkParticleAffector.cpp108 SkScalar invSquare = 0.0f) argument
109 : fPoint(point), fConstant(constant), fInvSquare(invSquare) {}
459 SkScalar invSquare) { in MakePointForce() argument
460 return sk_sp<SkParticleAffector>(new SkPointForceAffector(point, constant, invSquare)); in MakePointForce()
/external/skia/modules/particles/include/
DSkParticleAffector.h42 SkScalar invSquare);