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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp278 float endTheta = atan2( local
298 endTheta += dTheta;
299 Vector2 endRadialOffset = {cosf(endTheta), sinf(endTheta)};

Completed in 153 milliseconds