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

  /external/skia/samplecode/
SampleAnimatedText.cpp 46 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) {
115 canvas->rotate(fRotation);
138 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
151 float fRotation;
  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 273 float fRotation = atan2f( y_diff, x_diff );
274 camera_rotation_now_ = fRotation - camera_rotation_start_;

Completed in 83 milliseconds