/external/skia/samplecode/ |
D | SampleAnimatedText.cpp | 43 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) { in AnimatedTextView() 112 canvas->rotate(fRotation); in onDrawContent() 135 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f)); in onAnimate() 148 float fRotation; member in AnimatedTextView
|
/external/skqp/samplecode/ |
D | SampleAnimatedText.cpp | 43 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) { in AnimatedTextView() 112 canvas->rotate(fRotation); in onDrawContent() 135 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f)); in onAnimate() 148 float fRotation; member in AnimatedTextView
|
/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/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/modules/skottie/src/ |
D | SkottieAdapter.cpp | 59 t.postRotate(fRotation); in totalMatrix() 89 r.setRotateDegreesAbout(1, 0, 0, fRotation.fX); in totalMatrix() 91 r.setRotateDegreesAbout(0, 1, 0, fRotation.fY); in totalMatrix() 93 r.setRotateDegreesAbout(0, 0, 1, fRotation.fZ); in totalMatrix() 124 m.postRotate(t * fRotation); in apply() 162 auto angle = SkDegreesToRadians(fRotation - 90); in apply()
|
D | SkottieProperty.cpp | 75 fNode->setRotation(t.fRotation); in set()
|
/external/skia/modules/skottie/src/ |
D | SkottieAdapter.cpp | 61 t.postRotate(fRotation); in totalMatrix() 91 r.setRotateDegreesAbout(1, 0, 0, fRotation.fX); in totalMatrix() 93 r.setRotateDegreesAbout(0, 1, 0, fRotation.fY); in totalMatrix() 95 r.setRotateDegreesAbout(0, 0, 1, fRotation.fZ); in totalMatrix() 126 m.postRotate(t * fRotation); in apply() 164 auto angle = SkDegreesToRadians(fRotation - 90); in apply()
|
D | SkottieProperty.cpp | 75 fNode->setRotation(t.fRotation); in set()
|
/external/skia/modules/skottie/include/ |
D | SkottieProperty.h | 35 SkScalar fRotation, member
|
/external/skqp/modules/skottie/include/ |
D | SkottieProperty.h | 35 SkScalar fRotation, member
|
/external/skia/tools/viewer/ |
D | Viewer.h | 152 SkScalar fRotation; variable
|
D | Viewer.cpp | 211 , fRotation(0.0f) 995 m.preRotate(fRotation, slideSize.width() * 0.5f, slideSize.height() * 0.5f); in computePreTouchMatrix() 1588 float deg = fRotation; in drawImGui() 1590 fRotation = deg; in drawImGui()
|
/external/skqp/tools/viewer/ |
D | Viewer.h | 152 SkScalar fRotation; variable
|
D | Viewer.cpp | 190 , fRotation(0.0f) 944 m.preRotate(fRotation, slideSize.width() * 0.5f, slideSize.height() * 0.5f); in computePreTouchMatrix() 1613 float deg = fRotation; in drawImGui() 1615 fRotation = deg; in drawImGui()
|