Home | History | Annotate | Download | only in hwui

Lines Matching refs:endTheta

260         float endTheta = atan2(
281 endTheta += dTheta;
282 vec2 endRadialOffset(cos(endTheta), sin(endTheta));