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