HomeSort by relevance Sort by last modified time
    Searched full:rads (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkUnitMappers.cpp 52 SkFixed rads = (unsigned)(input * (SK_FixedPI >> 2)) >> 15; local
53 SkFixed x = SkFixedCos(rads);
  /external/skia/src/utils/
SkUnitMappers.cpp 52 SkFixed rads = (unsigned)(input * (SK_FixedPI >> 2)) >> 15; local
53 SkFixed x = SkFixedCos(rads);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 207 float rads;
232 rads = atan2(touchX - particle->position.x + noiseval,
240 particle->position.x += cos(rads) * speed * 0.2;
241 particle->position.y += sin(rads) * speed * 0.2;
246 rads = angle * 3.14159265 / 180.0;
248 particle->position.x += cos(rads) * speed * 0.33;
249 particle->position.y += sin(rads) * speed * 0.33;
  /external/skia/tests/
MathTest.cpp 620 SkFixed rads = rand.nextS() >> 10; local
621 double frads = SkFixedToFloat(rads);
624 s = SkScalarSinCos(rads, &c);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 240 %token <number> RADS
    [all...]
CSSTokenizer-in.cpp 842 m_token = RADS;
    [all...]

Completed in 500 milliseconds