Home
last modified time | relevance | path

Searched refs:r1 (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DRoundRects.java55 float r1, float r2, float r3) { in setCornerRadii() argument
56 drawable.setCornerRadii(new float[] { r0, r0, r1, r1, in setCornerRadii()
/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()
234 float r0, r1, r2, r3; in createSuperShape() local
237 r1 = ssFunc(p1, &params[6]); in createSuperShape()
241 if (r0 != 0 && r1 != 0 && r2 != 0 && r3 != 0) in createSuperShape()
249 superShapeMap(&pa, r0, r1, t1, p1); in createSuperShape()
250 superShapeMap(&pb, r2, r1, t2, p1); in createSuperShape()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameView.java494 int a1, int r1, int g1, int b1,
496 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2),
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java459 int a1, int r1, int g1, int b1, in setPaintARGBBlend() argument
461 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), in setPaintARGBBlend()
/development/perftests/panorama/feature_stab/db_vlvm/
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()
94 mov eax,r1 in db_IxIyRow_u()