Searched refs:fRotation (Results 1 – 6 of 6) sorted by relevance
/external/skqp/gm/ |
D | dashcircle.cpp | 31 DashCircleGM() : fRotation(0) { } in DashCircleGM() 72 canvas->rotate(fRotation); in onDraw() 87 canvas->rotate(fRotation); in onDraw() 100 fRotation = timer.scaled(360.0f/kDesiredDurationSecs, 360.0f); in onAnimate() 105 SkScalar fRotation; member in DashCircleGM
|
/external/skqp/samplecode/ |
D | SampleAnimatedText.cpp | 44 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) { in AnimatedTextView() 113 canvas->rotate(fRotation); in onDrawContent() 136 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f)); in onAnimate() 149 float fRotation; member in AnimatedTextView
|
/external/skia/samplecode/ |
D | SampleAnimatedText.cpp | 44 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) { in AnimatedTextView() 113 canvas->rotate(fRotation); in onDrawContent() 136 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f)); in onAnimate() 149 float fRotation; member in AnimatedTextView
|
/external/skia/gm/ |
D | dashcircle.cpp | 31 DashCircleGM() : fRotation(0) { } in DashCircleGM() 72 canvas->rotate(fRotation); in onDraw() 87 canvas->rotate(fRotation); in onDraw() 100 fRotation = timer.scaled(360.0f/kDesiredDurationSecs, 360.0f); in onAnimate() 105 SkScalar fRotation; member in DashCircleGM
|
/external/skqp/experimental/skottie/ |
D | SkottieProperties.cpp | 109 t.postRotate(fRotation); in apply() 133 auto angle = SkDegreesToRadians(fRotation); in apply()
|
/external/skia/experimental/skottie/ |
D | SkottieProperties.cpp | 109 t.postRotate(fRotation); in apply() 133 auto angle = SkDegreesToRadians(fRotation); in apply()
|