Home | History | Annotate | Download | only in bench

Lines Matching refs:sinV

118             SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
119 *poly->push() = SkPoint::Make(c + cosV * r1, c + sinV * r1);
121 sinV = SkScalarSinCos(rad, &cosV);
122 *poly->push() = SkPoint::Make(c + cosV * r2, c + sinV * r2);
145 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
146 *poly->push() = SkPoint::Make(c + cosV * r, c + sinV * r);
172 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
173 *poly->push() = SkPoint::Make(c + cosV * r, c + sinV * r);
196 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
197 *poly->push() = SkPoint::Make(c + cosV * r, c + sinV * r);
222 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
223 *poly->push() = SkPoint::Make(c + cosV * r, c + sinV * r);