Home
last modified time | relevance | path

Searched refs:fSpin (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h161 float getSpin() const { return fState.fSpin; } in getSpin()
171 void setSpin (float s) { fState.fSpin = s; } in setSpin()
221 float fSpin; member
/third_party/skia/samplecode/
H A DSamplePathText.cpp88 SkScalar fSpin; member
103 canvas->rotate(glyph.fSpin); in draw()
139 fSpin = rand.nextF() * 360; in reset()
216 glyph->fSpin += v->fDSpin * dt; in runAnimationTask()
220 backMatrix->preRotate(glyph->fSpin); in runAnimationTask()
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp287 fState.fSpin = spin; in start()
407 float s = sk_float_sin(fState.fSpin * deltaTime), in advanceTime()
408 c = sk_float_cos(fState.fSpin * deltaTime); in advanceTime()
435 fParticles.fData[SkParticles::kVelocityAngular][fCount] = fState.fSpin; in advanceTime()

Completed in 3 milliseconds