OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_cos_eta1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c
324
double
a_cos_eta1
= arc->a * cos(arc->eta1);
local
326
x1 = arc->cx +
a_cos_eta1
* arc->cos_theta -
328
y1 = arc->cy +
a_cos_eta1
* arc->sin_theta +
/external/mesa3d/src/gallium/state_trackers/vega/
arc.c
324
double
a_cos_eta1
= arc->a * cos(arc->eta1);
local
326
x1 = arc->cx +
a_cos_eta1
* arc->cos_theta -
328
y1 = arc->cy +
a_cos_eta1
* arc->sin_theta +
Completed in 26 milliseconds