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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathParser.cpp480 float cosEndTheta = cosf(endTheta); local
484 FloatPoint targetPoint = FloatPoint(cosEndTheta, sinEndTheta);
487 point2.move(t * sinEndTheta, -t * cosEndTheta);

Completed in 165 milliseconds