OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radialscale
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/libs/hwui/
PathTessellator.cpp
264
const float
radialScale
= 2.0f / (1 + cos(dTheta));
402
// TODO: this normal should be scaled by
radialScale
if extra != 0, see totalOffsetFromNormals()
449
const float
radialScale
= 2.0f / (1 + cos(dTheta));
459
radialOffset *=
radialScale
;
[
all
...]
Completed in 157 milliseconds