Home
last modified time | relevance | path

Searched refs:fRotation (Results 1 – 14 of 14) sorted by relevance

/external/skia/samplecode/
DSampleAnimatedText.cpp43 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/
DSampleAnimatedText.cpp43 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/
Ddashcircle.cpp31 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/
Ddashcircle.cpp31 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/
DSkottieAdapter.cpp59 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()
DSkottieProperty.cpp75 fNode->setRotation(t.fRotation); in set()
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp61 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()
DSkottieProperty.cpp75 fNode->setRotation(t.fRotation); in set()
/external/skia/modules/skottie/include/
DSkottieProperty.h35 SkScalar fRotation, member
/external/skqp/modules/skottie/include/
DSkottieProperty.h35 SkScalar fRotation, member
/external/skia/tools/viewer/
DViewer.h152 SkScalar fRotation; variable
DViewer.cpp211 , 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/
DViewer.h152 SkScalar fRotation; variable
DViewer.cpp190 , 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()