Searched refs:fRotate (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Daddarc.cpp17 AddArcGM() : fRotate(0) {}
44 startAngle += fRotate * 360 * speed * sign;
56 fRotate = timer.scaled(1, 360);
61 SkScalar fRotate; member in class:AddArcGM
123 StrokeCircleGM() : fRotate(0) {}
146 canvas->rotate(fRotate * sign);
156 fRotate = timer.scaled(60, 360);
161 SkScalar fRotate; member in class:StrokeCircleGM
173 FillCircleGM() : fRotate(0) {}
200 canvas->rotate(fRotate * sig
214 SkScalar fRotate; member in class:FillCircleGM
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.h161 FX_FLOAT fRotate);
H A DPWL_Utils.cpp220 FX_FLOAT fRotate) {
232 csAP << cos(fRotate) << " " << sin(fRotate) << " " << -sin(fRotate) << " "
233 << cos(fRotate) << " " << crBBox.left + fWidth / 2 << " "
/external/skia/samplecode/
H A DSampleApp.h206 bool fRotate; member in class:SampleWindow
H A DSampleApp.cpp892 fRotate = false;
1477 if (fRotate) {
1512 if (fPerspAnim || fRotate) {
1901 fRotate = !fRotate;
2224 if (fRotate) {

Completed in 1301 milliseconds