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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp281 const float dTheta = PI / (extra + 1); local
291 beginTheta += dTheta;
298 endTheta += dTheta;
462 const float dTheta = PI / (extra + 1); local
463 const float radialScale = 2.0f / (1 + cos(dTheta));
468 theta += dTheta;

Completed in 27 milliseconds