HomeSort by relevance Sort by last modified time
    Searched full:radius2 (Results 1 - 11 of 11) sorted by null

  /system/media/mca/filterpacks/imageproc/java/
FisheyeFilter.java 64 "uniform float radius2;\n" +
72 " float radian = m_pi_2 - atan(alpha * sqrt(radius2 - dist * dist), dist);\n" +
167 float radius2 = radius * radius; local
169 (float) Math.atan(alpha / bound * (float) Math.sqrt(radius2 - bound2));
172 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.));
  /external/collada/include/1.4/dom/
domTapered_capsule.h 171 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::RADIUS2; }
263 * Gets the radius2 element.
264 * @return a daeSmartRef to the radius2 element.
domTapered_cylinder.h 171 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::RADIUS2; }
263 * Gets the radius2 element.
264 * @return a daeSmartRef to the radius2 element.
domTypes.h     [all...]
  /external/collada/src/1.4/dom/
domTapered_capsule.cpp 55 mea->setName( "radius2" );
163 meta->setName( "radius2" );
domTapered_cylinder.cpp 55 mea->setName( "radius2" );
163 meta->setName( "radius2" );
domConstants.cpp     [all...]
  /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 209 milliseconds