OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endTheta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp
472
float
endTheta
= theta1 + (i + 1) * thetaArc / segments;
474
float t = (8 / 6.f) * tanf(0.25f * (
endTheta
- startTheta));
479
float sinEndTheta = sinf(
endTheta
);
480
float cosEndTheta = cosf(
endTheta
);
/frameworks/base/libs/hwui/
PathTessellator.cpp
260
float
endTheta
= atan2(
281
endTheta
+= dTheta;
282
vec2 endRadialOffset(cos(
endTheta
), sin(
endTheta
));
[
all
...]
Completed in 56 milliseconds