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

  /external/skia/example/
HelloWorld.cpp 23 , fRotationAngle(0) {
91 fRotationAngle += 0.2f;
92 if (fRotationAngle > 360) {
93 fRotationAngle -= 360;
95 canvas->rotate(fRotationAngle);
HelloWorld.h 33 SkScalar fRotationAngle;
  /external/skqp/example/
HelloWorld.cpp 23 , fRotationAngle(0) {
91 fRotationAngle += 0.2f;
92 if (fRotationAngle > 360) {
93 fRotationAngle -= 360;
95 canvas->rotate(fRotationAngle);
HelloWorld.h 33 SkScalar fRotationAngle;

Completed in 152 milliseconds