Searched refs:y3 (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioResamplerCubic.h43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon710
56 p->y2 = p->y3;
57 p->y3 = in;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java262 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
270 * @param y3 The y-coordinate of the end point on a cubic curve
273 float x3, float y3) {
274 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
283 float x3, float y3) {
284 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
565 float x2, float y2, float x3, float y3);
567 float x2, float y2, float x3, float y3);
272 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
282 rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
564 native_cubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
566 native_rCubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
663 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
671 * @param y3 The y-coordinate of the end point on a cubic curve
674 float x3, float y3) {
675 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
271 native_cubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
282 native_rCubicTo(int nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
673 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp127 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
133 SkScalar y3_ = SkFloatToScalar(y3);
137 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
143 SkScalar y3_ = SkFloatToScalar(y3);
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp2940 int32_t x3 = 700, y3 = 300; local
2943 processPosition(mapper, x3, y3);
2961 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0));
2969 x3 += 30; y3 -= 20;
2970 processPosition(mapper, x3, y3);
2988 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0));
3007 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0));
3028 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0));
3137 int32_t x3 = 700, y3 = 300; local
3141 processPosition(mapper, x3, y3);
[all...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_intra.cpp931 comp_refy += pitch; /* re-use x2 instead of y3 */
1005 comp_refy += pitch; /* reuse x1 instead of y3 */
1064 comp_refy += pitch; /* reuse x1 instead of y3 */
1172 int y0, y1, y2, y3; local
1182 y3 = *comp_refy;
1185 Q1 = (y1 + (y2 << 1) + y3 + 2) >> 2;
1195 D0 = (y2 + 3 * y3 + 2) >> 2;
1196 R0 = (y2 + y3 + 1) >> 1;
1204 D1 = y3;
/frameworks/base/libs/rs/
H A DrsScriptC_Lib.cpp726 float x3, float y3, float z3,
739 //LOGE("%4.2f, %4.2f, %4.2f", x3, y3, z3);
742 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
760 float x3, float y3, float z3,
765 x3, y3, z3, 1, 0,
1308 "void", "(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, float x4, float y4, float z4)" },
1310 "void", "(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4)" },
722 SC_drawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4) argument
758 SC_drawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, float x4, float y4, float z4) argument

Completed in 104 milliseconds