OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:radius2
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh
21
static float alpha,
radius2
, factor;
40
radius2
= radius*radius;
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(
radius2
- bound2));
52
const float radian = M_PI_2 - atan((alpha * sqrt(
radius2
- dist2)) * inv_dist);
fisheye_approx.rsh
21
static float alpha,
radius2
, factor;
40
radius2
= radius*radius;
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(
radius2
- bound2));
52
const float radian = M_PI_2 - atan((alpha * half_sqrt(
radius2
- dist2)) * inv_dist);
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh
21
static float alpha,
radius2
, factor;
40
radius2
= radius*radius;
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(
radius2
- bound2));
52
const float radian = M_PI_2 - atan((alpha * sqrt(
radius2
- dist2)) * inv_dist);
fisheye_approx.rsh
21
static float alpha,
radius2
, factor;
40
radius2
= radius*radius;
41
const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(
radius2
- bound2));
52
const float radian = M_PI_2 - atan((alpha * half_sqrt(
radius2
- dist2)) * inv_dist);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java
64
private float
radius2
;
field in class:Cylinder
151
float radius, float
radius2
, float height, boolean closed, boolean inverted) {
153
updateGeometry(axisSamples, radialSamples, radius,
radius2
, height, closed, inverted);
185
return
radius2
;
208
* @param
radius2
the radius of the top of the cylinder.
214
float radius, float
radius2
, float height, boolean closed, boolean inverted) {
218
this.
radius2
=
radius2
;
265
if ((height != 0.0f) && (radius !=
radius2
)) {
273
Vector3f vRadius2 = vRadial.mult(
radius2
);
[
all
...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java
63
"uniform float
radius2
;\n" +
70
" float radian = m_pi_2 - atan(alpha * sqrt(
radius2
- dist * dist), dist);\n" +
163
float
radius2
= radius * radius;
local
165
(float) Math.atan(alpha / bound * (float) Math.sqrt(
radius2
- bound2));
169
mProgram.setHostValue("
radius2
",
radius2
);
/external/qemu/android/skin/
trackball.c
307
double
radius2
= diameter2*0.5;
local
315
double x0 = xx -
radius2
;
316
double y0 = yy -
radius2
;
354
} else if (r0 <=
radius2
) { /* ring pixel */
359
if (r0 >=
radius2
-1.) {
360
coord->alpha = -256*(r0 - (
radius2
-1.));
/sdk/assetstudio/src/com/android/assetstudiolib/
Util.java
106
final double
radius2
= radius * radius;
local
116
if (distance2 >
radius2
) {
/external/opencv/cvaux/src/
cvlee.cpp
2650
float radius1,
radius2
,dist1,dist2;
local
3085
float radius1,
radius2
,dist1, dist2;
local
3141
float radius1,
radius2
;
local
3211
float radius1,
radius2
,dist1,dist2;
local
[
all
...]
cvscanlines.cpp
1403
float radius1,
radius2
, radius3, radius4;
local
[
all
...]
Completed in 933 milliseconds