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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp279 float endTheta = atan2(-(vertices[lastIndex].x - vertices[lastIndex - 1].x), local
297 endTheta += dTheta;
298 Vector2 endRadialOffset = {cosf(endTheta), sinf(endTheta)};

Completed in 47 milliseconds