HomeSort by relevance Sort by last modified time
    Searched defs:fRotate (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
addarc.cpp 17 AddArcGM() : fRotate(0) {}
44 startAngle += fRotate * 360 * speed * sign;
56 fRotate = timer.scaled(1, 360);
61 SkScalar fRotate;
123 StrokeCircleGM() : fRotate(0) {}
146 canvas->rotate(fRotate * sign);
156 fRotate = timer.scaled(60, 360);
161 SkScalar fRotate;
173 FillCircleGM() : fRotate(0) {}
200 canvas->rotate(fRotate * sign)
    [all...]
  /external/skia/samplecode/
SampleApp.h 206 bool fRotate;

Completed in 226 milliseconds