HomeSort by relevance Sort by last modified time
    Searched defs:fRotation (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
dashcircle.cpp 31 DashCircleGM() : fRotation(0) { }
72 canvas->rotate(fRotation);
87 canvas->rotate(fRotation);
100 fRotation = timer.scaled(360.0f/kDesiredDurationSecs, 360.0f);
105 SkScalar fRotation;
  /external/skia/samplecode/
SampleAnimatedText.cpp 45 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) {
114 canvas->rotate(fRotation);
137 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
150 float fRotation;
  /prebuilts/ndk/r11/sources/android/ndk_helper/
tapCamera.cpp 273 float fRotation = atan2f( y_diff, x_diff );
274 camera_rotation_now_ = fRotation - camera_rotation_start_;
  /prebuilts/ndk/r13/sources/android/ndk_helper/
tapCamera.cpp 273 float fRotation = atan2f( y_diff, x_diff );
274 camera_rotation_now_ = fRotation - camera_rotation_start_;

Completed in 74 milliseconds