Home
last modified time | relevance | path

Searched refs:r3 (Results 1 – 3 of 3) 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/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c234 float r0, r1, r2, r3; in createSuperShape() local
239 r3 = ssFunc(p2, &params[6]); in createSuperShape()
241 if (r0 != 0 && r1 != 0 && r2 != 0 && r3 != 0) in createSuperShape()
251 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape()
252 superShapeMap(&pd, r0, r3, t1, p2); in createSuperShape()
/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()
96 mov ecx,r3 in db_IxIyRow_u()