Home
last modified time | relevance | path

Searched refs:r2 (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DRoundRects.java55 float r1, float r2, float r3) { in setCornerRadii() argument
57 r2, r2, r3, r3 }); in setCornerRadii()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_metrics.h41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; in db_CauchyDerivative() local
75 r2=x2+y2; in db_CauchyDerivative()
76 r=sqrt(r2); in db_CauchyDerivative()
78 if(r2<=0.0) at_zero=1; in db_CauchyDerivative()
81 one_over_r2=1.0/r2; in db_CauchyDerivative()
82 r2s=r2*one_over_scale2; in db_CauchyDerivative()
Ddb_feature_detection.cpp87 const unsigned char *r1,*r2,*r3; in db_IxIyRow_u() local
89 r1=img[i-1]+j; r2=img[i]+j; r3=img[i+1]+j; in db_IxIyRow_u()
95 mov ebx,r2 in db_IxIyRow_u()
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c177 static void superShapeMap(VECTOR3 *point, float r1, float r2, float t, float p) in superShapeMap() argument
180 point->x = (float)(cos(t) * cos(p) / r1 / r2); in superShapeMap()
181 point->y = (float)(sin(t) * cos(p) / r1 / r2); in superShapeMap()
182 point->z = (float)(sin(p) / r2); in superShapeMap()
234 float r0, r1, r2, r3; in createSuperShape() local
238 r2 = ssFunc(t2, params); in createSuperShape()
241 if (r0 != 0 && r1 != 0 && r2 != 0 && r3 != 0) in createSuperShape()
250 superShapeMap(&pb, r2, r1, t2, p1); in createSuperShape()
251 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java495 int a2, int r2, int g2, int b2) {
496 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2),
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java460 int a2, int r2, int g2, int b2) { in setPaintARGBBlend() argument
461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), in setPaintARGBBlend()