OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fRotate
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
addarc.cpp
16
AddArcGM() :
fRotate
(0) {}
43
startAngle +=
fRotate
* 360 * speed * sign;
55
fRotate
= timer.scaled(1, 360);
60
SkScalar
fRotate
;
122
StrokeCircleGM() :
fRotate
(0) {}
145
canvas->rotate(
fRotate
* sign);
155
fRotate
= timer.scaled(60, 360);
160
SkScalar
fRotate
;
/external/skia/samplecode/
SampleApp.h
186
bool
fRotate
;
Completed in 86 milliseconds