/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | HeadsUpAppearInterpolator.java | 38 float y3 = 80f; in getAppearPath() local 41 x1 * 0.8f / xTot, y1 / y3, in getAppearPath() 42 x1 / xTot , y1 / y3); in getAppearPath() 43 path.cubicTo((x1 + x2 * 0.4f) / xTot, y1 / y3, in getAppearPath() local 44 (x1 + x2 * 0.2f) / xTot, y2 / y3, in getAppearPath() local 45 (x1 + x2) / xTot, y2 / y3); in getAppearPath() local 46 path.cubicTo((x1 + x2 + x3 * 0.4f) / xTot, y2 / y3, in getAppearPath() local
|
/frameworks/av/services/audioflinger/ |
D | AudioResamplerCubic.h | 43 int32_t a, b, c, y0, y1, y2, y3; member 56 p->y2 = p->y3; in advance() 57 p->y3 = in; in advance() 58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1; in advance() 59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1); in advance()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | convolve5x5.rs | 36 uint32_t y3 = min((int32_t)y+1, gHeight-1); 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16] 59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17] 60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | convolve5x5.rs | 36 uint32_t y3 = min((int32_t)y+1, gHeight-1); 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16] 59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17] 60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | convolve5x5.rs | 36 uint32_t y3 = min((int32_t)y+1, gHeight-1); 57 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16] 59 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17] 60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18] 61 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y3)) * gCoeffs[19]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 407 float x3, float y3) { in cubicTo() argument 409 native_cubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in cubicTo() 418 float x3, float y3) { in rCubicTo() argument 420 native_rCubicTo(mNativePath, x1, y1, x2, y2, x3, y3); in rCubicTo() 801 float x2, float y2, float x3, float y3); in native_cubicTo() argument 803 float x2, float y2, float x3, float y3); in native_rCubicTo() argument
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 346 const void *y2, const void *y3, const void *y4, 363 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); in kernelU4() local 369 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3); in kernelU4() 423 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); in kernelU2() local 429 const uchar2 *py3 = (const uchar2 *)(pin + stride * y3); in kernelU2() 472 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); in kernelU1() local 478 const uchar *py3 = (const uchar *)(pin + stride * y3); in kernelU1() 521 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); in kernelF4() local 527 const float4 *py3 = (const float4 *)(pin + stride * y3); in kernelF4() 570 uint32_t y3 = rsMin((int32_t)info->current.y+1, (int32_t)(info->dim.y-1)); in kernelF2() local [all …]
|
D | rsCpuIntrinsics_x86.cpp | 455 __m128i y1, y2, y3, y4; in rsdIntrinsicYuv_K() local 459 y3 = _mm_packus_epi16(y1, y2); in rsdIntrinsicYuv_K() 464 y4 = _mm_shuffle_epi8(y3, T4x4); in rsdIntrinsicYuv_K() 517 __m128i y1, y2, y3, y4; in rsdIntrinsicYuvR_K() local 521 y3 = _mm_packus_epi16(y1, y2); in rsdIntrinsicYuvR_K() 526 y4 = _mm_shuffle_epi8(y3, T4x4); in rsdIntrinsicYuvR_K() 578 __m128i y1, y2, y3, y4; in rsdIntrinsicYuv2_K() local 582 y3 = _mm_packus_epi16(y1, y2); in rsdIntrinsicYuv2_K() 587 y4 = _mm_shuffle_epi8(y3, T4x4); in rsdIntrinsicYuv2_K() 598 const void *y3, const void *y4, in rsdIntrinsicConvolve5x5_K() argument [all …]
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 143 float x3, float y3, float u3, float v3, 147 float x3, float y3, float u3, float v3, 151 float x3, float y3, float u3, float v3,
|
D | FontRenderer.cpp | 501 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() argument 509 x3, y3, u3, v3, x4, y4, u4, v4); in appendMeshQuadNoClip() 513 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() argument 521 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendMeshQuad() 525 mBounds->top = std::min(mBounds->top, y3); in appendMeshQuad() 536 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad() argument 539 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendRotatedMeshQuad() 543 mBounds->top = std::min(mBounds->top, std::min(y1, std::min(y2, std::min(y3, y4)))); in appendRotatedMeshQuad() 545 mBounds->bottom = std::max(mBounds->bottom, std::max(y1, std::max(y2, std::max(y3, y4)))); in appendRotatedMeshQuad()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_shader_program.cpp | 152 jfloat y3) { in Java_android_filterfw_core_ShaderProgram_setSourceRegion() argument 155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setSourceRegion() 170 jfloat y3) { in Java_android_filterfw_core_ShaderProgram_setTargetRegion() argument 173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3))); in Java_android_filterfw_core_ShaderProgram_setTargetRegion()
|
D | jni_shader_program.h | 73 jfloat y3); 85 jfloat y3);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | colorspace.cpp | 73 int u, v, y1, y2, y3, y4; in JNI_COLORSPACE_METHOD() local 77 y3 = pInY[width]; in JNI_COLORSPACE_METHOD() 85 pOutColor[width] = convertYuvToRgba(y3, u, v); in JNI_COLORSPACE_METHOD()
|
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.h | 163 float x3, float y3, float u3, float v3, in addQuad() argument 167 TextureVertex::set(mesh++, x3, y3, u3, v3); in addQuad()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 281 float x2, float y2, float x3, float y3) { in native_cubicTo() argument 287 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3); in native_cubicTo() 292 float x2, float y2, float x3, float y3) { in native_rCubicTo() argument 298 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3); in native_rCubicTo() 737 float x3, float y3) { in cubicTo() argument 738 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3); in cubicTo()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 102 double y3 = a.x[0] * b.x[3] + a.x[1] * b.x[2] - a.x[2] * b.x[1] + a.x[3] * b.x[0]; in times() local 103 return new Quaternion(y0, y1, y2, y3); in times()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | ShaderProgram.java | 266 float x2, float y2, float x3, float y3); in setSourceRegion() argument 269 float x2, float y2, float x3, float y3); in setTargetRegion() argument
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { in Quad() argument 330 mBottomRight = new PointF(x3, y3); in Quad()
|
/frameworks/rs/driver/ |
D | rsdGL.h | 92 float x3, float y3, float z3, float u3, float v3,
|
D | rsdRuntimeStubs.cpp | 557 float x3, float y3, float z3, float u3, float v3, argument 576 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; 591 float x3, float y3, float z3, argument 595 x3, y3, z3, 1, 0, 729 float x3, float y3, float z3, argument 733 x3, y3, z3, 739 float x3, float y3, float z3, float u3, float v3, argument 743 x3, y3, z3, u3, v3,
|
D | rsdGL.cpp | 537 float x3, float y3, float z3, float u3, float v3, in rsdGLDrawQuadTexCoords() argument 540 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; in rsdGLDrawQuadTexCoords()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 143 …jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in cubicTo__FFFFFF() argument 145 obj->cubicTo(x1, y1, x2, y2, x3, y3); in cubicTo__FFFFFF() 148 …jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { in rCubicTo() argument 150 obj->rCubicTo(x1, y1, x2, y2, x3, y3); in rCubicTo()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4041 int32_t x3 = 700, y3 = 300; in TEST_F() local 4044 processPosition(mapper, x3, y3); in TEST_F() 4065 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 4073 x3 += 30; y3 -= 20; in TEST_F() 4074 processPosition(mapper, x3, y3); in TEST_F() 4095 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 4116 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 4139 toDisplayX(x3), toDisplayY(y3), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 4258 int32_t x3 = 700, y3 = 300; in TEST_F() local 4262 processPosition(mapper, x3, y3); in TEST_F() [all …]
|
/frameworks/rs/ |
D | rsFont.h | 250 float x3, float y3, float z3,
|
D | rsFont.cpp | 668 float x3, float y3, float z3, in appendMeshQuad() argument 700 (*currentPos++) = y3; in appendMeshQuad()
|