Searched refs:y2 (Results 1 - 25 of 67) sorted by last modified time

123

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java861 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
864 graphics.drawLine(width - x1, y1, width - x2, y2, paint);
866 graphics.drawLine(x1, y1, x2, y2, paint);
1038 int y2 = vLocations[rowSpan.max];
1041 int cellHeight = y2 - y1;
/frameworks/rs/api/
H A Drs_graphics.spec488 arg: float y2
514 arg: float y2
543 arg: float y2
699 float x1, y1, z1, x2, y2, z2;
700 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
705 bBoxMax->y = y2;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp88 const void *y2, const short *coef, uint32_t count);
199 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
246 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
291 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
292 const uchar *py0 = (const uchar *)(pin + stride * y2);
336 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
337 const float4 *py0 = (const float4 *)(pin + stride * y2);
381 uint32_t y2 local
425 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0); local
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp346 const void *y2, const void *y3, const void *y4,
362 uint32_t y2 = info->current.y; local
368 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
422 uint32_t y2 = info->current.y; local
428 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2);
471 uint32_t y2 = info->current.y; local
477 const uchar *py2 = (const uchar *)(pin + stride * y2);
520 uint32_t y2 = info->current.y; local
526 const float4 *py2 = (const float4 *)(pin + stride * y2);
569 uint32_t y2 local
618 uint32_t y2 = info->current.y; local
[all...]
H A DrsCpuIntrinsics_x86.cpp80 const void *y1, const void *y2,
108 p8 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y2)), _mm_setzero_si128());
109 p9 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y2+1)), _mm_setzero_si128());
110 p10 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y2+2)), _mm_setzero_si128());
111 p11 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y2+3)), _mm_setzero_si128());
137 y2 = (const char *)y2 + 8;
154 __m128i x2, y2, z2, w2; local
171 y2 = _mm_madd_epi16(xy, _mm_shuffle_epi32(c0, 0x55));
176 y2
79 rsdIntrinsicConvolve3x3_K(void *dst, const void *y0, const void *y1, const void *y2, const short *coef, uint32_t count) argument
210 __m128i x2, y2, z2, w2; local
262 __m128i x2, y2, z2, w2; local
455 __m128i y1, y2, y3, y4; local
517 __m128i y1, y2, y3, y4; local
578 __m128i y1, y2, y3, y4; local
596 rsdIntrinsicConvolve5x5_K(void *dst, const void *y0, const void *y1, const void *y2, const void *y3, const void *y4, const short *coef, uint32_t count) argument
[all...]
/frameworks/rs/driver/
H A DrsdGL.cpp536 float x2, float y2, float z2, float u2, float v2,
540 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
H A DrsdGL.h91 float x2, float y2, float z2, float u2, float v2,
H A DrsdRuntimeStubs.cpp793 float x2, float y2, float z2, float u2, float v2,
809 //ALOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
813 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
827 float x2, float y2, float z2,
831 x2, y2, z2, 1, 1,
957 void rsgDrawRect(float x1, float y1, float x2, float y2, float z) { argument
958 SC_DrawQuad(x1, y2, z,
959 x2, y2, z,
965 float x2, float y2, float z2,
969 x2, y2, z
792 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
826 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
964 rsgDrawQuad(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
974 rsgDrawQuadTexCoords(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
[all...]
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java119 float y2 = event.getY(1);
122 float dy = (y1 + y2) / 2 - mCenterDownY;
123 float zoom = (float) Math.hypot(x1 - x2, y1 - y2);
139 mCenterDownY = (y1 + y2) / 2;
140 mDistDown = (float) Math.hypot(x1 - x2, y1 - y2);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dconvolve3x3.rs30 uint32_t y2 = max((int32_t)y-1, 0);
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
39 sum += convert_float4(rsGetElementAt_uchar4(gIn, x, y2)) * gCoeffs[7];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
H A Dconvolve5x5.rs35 uint32_t y2 = y;
51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]
H A Dgrain.rs48 uint32_t y2 = (y+1) & gHMask;
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dconvolve3x3.rs30 uint32_t y2 = max((int32_t)y-1, 0);
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
39 sum += convert_float4(rsGetElementAt_uchar4(gIn, x, y2)) * gCoeffs[7];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
H A Dconvolve5x5.rs35 uint32_t y2 = y;
51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]
H A Dgrain.rs48 uint32_t y2 = (y+1) & gHMask;
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dconvolve3x3.rs30 uint32_t y2 = max((int32_t)y-1, 0);
38 sum += convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[6];
39 sum += convert_float4(rsGetElementAt_uchar4(gIn, x, y2)) * gCoeffs[7];
40 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[8];
H A Dconvolve5x5.rs35 uint32_t y2 = y;
51 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y2)) * gCoeffs[10]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
55 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y2)) * gCoeffs[14]
H A Dgrain.rs48 uint32_t y2 = (y+1) & gHMask;
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java101 double y2 = a.x[0] * b.x[2] - a.x[1] * b.x[3] + a.x[2] * b.x[0] + a.x[3] * b.x[1];
103 return new Quaternion(y0, y1, y2, y3);
/frameworks/rs/
H A DrsFont.cpp666 float x2, float y2, float z2,
681 ALOGE("V1 x: %f y: %f z: %f", x2, y2, z2);
693 (*currentPos++) = y2;
664 appendMeshQuad(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
H A DrsFont.h248 float x2, float y2, float z2,
/frameworks/rs/scriptc/
H A Drs_graphics.rsh816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
857 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1052 bBoxMax->y = y2;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp106 inline static float distance(float x1, float y1, float x2, float y2) { argument
107 return hypotf(x1 - x2, y1 - y2);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3889 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
3892 processPosition(mapper, x2, y2);
3934 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
3940 x1 += 10; y1 += 15; x2 += 5; y2 -= 10;
3943 processPosition(mapper, x2, y2);
3965 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
3971 x2 += 15; y2 -= 20;
3972 processPosition(mapper, x2, y2);
3995 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
4014 toDisplayX(x2), toDisplayY(y2),
4166 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4342 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4612 float y2 = toDisplayY(rawY2); local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3300 milliseconds

123