Home
last modified time | relevance | path

Searched refs:fSpin (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h176 float getSpin() const { return fState.fSpin; } in getSpin()
187 void setSpin (float s) { fState.fSpin = s; } in setSpin()
244 float fSpin; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/particles/include/
H A DSkParticleEffect.h178 float getSpin() const { return fState.fSpin; } in getSpin()
189 void setSpin (float s) { fState.fSpin = s; } in setSpin()
235 float fSpin; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSamplePathText.cpp84 canvas->rotate(glyph.fSpin); in drawGlyphs()
99 SkScalar fSpin; member
126 fSpin = rand.nextF() * 360; in reset()
205 glyph->fSpin += v->fDSpin * dt; in runAnimationTask()
209 backMatrix->preRotate(glyph->fSpin); in runAnimationTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp196 fState.fSpin = spin; in start()
218 fState.fVelocity, fState.fSpin, fState.fColor, fState.fFrame, in processEffectSpawnRequests()
368 float s = sk_float_sin(fState.fSpin * deltaTime), in advanceTime()
369 c = sk_float_cos(fState.fSpin * deltaTime); in advanceTime()
396 fParticles.fData[SkParticles::kVelocityAngular][fCount] = fState.fSpin; in advanceTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp211 fState.fSpin = spin; in start()
228 fState.fVelocity, fState.fSpin, fState.fColor, fState.fFrame, in processEffectSpawnRequests()
389 float s = sk_float_sin(fState.fSpin * deltaTime), in advanceTime()
390 c = sk_float_cos(fState.fSpin * deltaTime); in advanceTime()
417 fParticles.fData[SkParticles::kVelocityAngular][fCount] = fState.fSpin; in advanceTime()
/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvDocument.h240 double fSpin; member
242 explicit FValue(double fCharge_, double fSpin_) : fCharge(fCharge_), fSpin(fSpin_) {} in FValue()
255 void Add(int iAt, int AngMom, double fCharge, double fSpin);
H A DIvDocument.cpp1931 if (it->second.fSpin != 0.) in bNonzeroSpin()
1936 void FChargeAnalysis::Add(int iAt, int AngMom, double fCharge, double fSpin) in Add() argument
1955 it->second.fSpin += fSpin; in Add()
2042 double f = (iSpinCase==0)? itEnd->second.fCharge : itEnd->second.fSpin; in MakeReport()
2134 fSpin = info.fSpinFactor(); in AddChargeContributions() local
2135 if (fCharge == 0. && fSpin == 0.) in AddChargeContributions()
2149 Charges.Add(Sh.iCenter, Sh.l(), fChg*fCharge, fChg*fSpin); in AddChargeContributions()