OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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