Searched refs:x1 (Results 201 - 225 of 348) sorted by relevance

1234567891011>>

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageGraph.java179 private boolean hasDiff(int x1, int x2) { argument
180 return Math.abs(x2 - x1) >= mCornerRadius;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { argument
328 mTopRight = new PointF(x1, y1);
/frameworks/native/include/android/
H A Dinput.h184 AKEY_EVENT_FLAG_WOKE_HERE = 0x1,
363 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp157 int EvdevInjector::ConfigureMultiTouchXY(int x0, int y0, int x1, int y1) { argument
158 if (const int status = ConfigureAbs(ABS_MT_POSITION_X, x0, x1, 0, 0)) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Resize.S103 * a CHUNKSIZE window (x1), and the threshold value for when the count will be
116 udiv x1, x0, x2
117 msub x0, x1, x2, x0
118 add x0, x0, x1, LSL #32
143 * size_t count, // x1
381 cmp x13, x1
382 csel x13, x1, x13, gt
384 sub x1, x1, x13
394 cmp x1, #
[all...]
H A DrsCpuIntrinsics_advsimd_Blur.S64 * x1 -- src
75 * x1 += 16
85 ld1 {v15.16b}, [x1], #16
89 VERTPLD(x1, #16)
1177 sub x1, x1, x12
1198 sub x1, x1, x12
1224 sub x1, x1, x1
[all...]
H A DrsCpuIntrinsics_x86.cpp305 int rct, int x1, int x2) {
313 for (; x1 < x2; x1 += 2) {
314 pi = (const char *)pin + (x1 << 2);
342 int rct, int x1, int x2) {
349 for (; x1 < x2; ++x1) {
354 pi = (const float *)pin + (x1 << 2);
375 int rct, int x1, int x2) {
382 for (; x1 < x
303 rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int x2) argument
340 rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2) argument
373 rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2) argument
[all...]
H A DrsCpuIntrinsics_advsimd_Convolve.S19 x1 = y0 base pointer
43 ld1 {v13.16b}, [x1], x4
48 // prfm PLDL1KEEP,[x1, x4] // TODO: test this
106 x1 = y0 base pointer
131 ld1 {v9.8b-v11.8b}, [x1], x6 // y0 ( y - 2 )
135 // prfm PLDL1KEEP,[x1, x6] // TODO: test this
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp656 if ((sum&0x1) == 0)
660 coeff ^= 0x1;
829 if ((sum&0x1) == 0)
833 coeff ^= 0x1;
907 if ((q_value&0x1) == 0)
956 if ((q_value&0x1) == 0)
H A Dvlc_enc_tab.h537 { 0x1, 4},
834 { 0x1, 4},
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp97 static void quadTo__FFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, argument
100 obj->quadTo(x1, y1, x2, y2);
109 static void cubicTo__FFFFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, argument
112 obj->cubicTo(x1, y1, x2, y2, x3, y3);
115 static void rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, argument
118 obj->rCubicTo(x1, y1, x2, y2, x3, y3);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp353 float x1 = x0; local
365 else if (x > x1) {
366 x1 = x;
392 float dx = x1 - x0;
410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
411 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java1101 final float x0, x1, y0, y1;
1108 x1 = x0; y1 = level * r.bottom;
1112 x1 = level * r.left; y1 = level * r.bottom;
1116 x1 = level * r.left; y1 = y0;
1120 x1 = level * r.left; y1 = level * r.top;
1124 x1 = x0; y1 = level * r.top;
1128 x1 = level * r.right; y1 = level * r.top;
1132 x1 = level * r.right; y1 = y0;
1136 x1 = level * r.right; y1 = level * r.bottom;
1140 mFillPaint.setShader(new LinearGradient(x0, y0, x1, y
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java696 private static void drawArc(@NonNull Path_Delegate p, float x0, float y0, float x1, argument
700 LOGGER.log(Level.FINE, "(" + x0 + "," + y0 + ")-(" + x1 + "," + y1
707 /* Transform (x0, y0) and (x1, y1) into unit space */
711 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
712 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
730 drawArc(p, x0, y0, x1, y1, a * adjust, b * adjust, theta,
/frameworks/base/core/java/android/view/
H A DViewGroup.java246 static final int FLAG_CLIP_CHILDREN = 0x1;
430 public static final int PERSISTENT_ANIMATION_CACHE = 0x1;
3822 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { argument
3823 if (x1 != x2 && y1 != y2) {
3824 if (x1 > x2) {
3825 int tmp = x1; x1 = x2; x2 = tmp;
3830 canvas.drawRect(x1, y1, x2, y2, paint);
3838 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { argument
3839 fillRect(c, paint, x1, y
3843 drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, int lineLength, int lineWidth) argument
8438 drawRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) argument
[all...]
H A DGestureDetector.java539 final float x1 = mVelocityTracker.getXVelocity(id1);
545 final float x = x1 * mVelocityTracker.getXVelocity(id2);
/frameworks/rs/script_api/
H A Drs_graphics.spec484 arg: float x1
508 arg: float x1
540 arg: float x1
699 float x1, y1, z1, x2, y2, z2;
700 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
701 bBoxMin->x = x1;
/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp71 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) { argument
72 return x0 + (((x1 - x0) * (int32_t)(f >> kPreInterpShift)) >> kNumInterpBits);
592 // r4 x1, i1, i3, Out1
621 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
712 // r4 x1, i1, i3, out1
741 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
751 " smulwt r12, r12, r6\n" /* (x1-x0)*.. */\
/frameworks/base/libs/hwui/
H A DRenderProperties.h66 CLIP_TO_BOUNDS = 0x1 << 0,
67 CLIP_TO_CLIP_BOUNDS = 0x1 << 1,
/frameworks/base/media/java/android/media/
H A DAudioSystem.java361 public static final int DEVICE_OUT_EARPIECE = 0x1;
436 public static final int DEVICE_IN_COMMUNICATION = DEVICE_BIT_IN | 0x1;
/frameworks/support/compat/java/android/support/v4/view/
H A DGestureDetectorCompat.java270 final float x1 = mVelocityTracker.getXVelocity(id1);
276 final float x = x1 * mVelocityTracker.getXVelocity(id2);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp853 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, argument
869 //ALOGE("%4.2f, %4.2f, %4.2f", x1, y1, z1);
874 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
887 static void SC_DrawQuad(float x1, float y1, float z1, argument
891 SC_DrawQuadTexCoords(x1, y1, z1, 0, 1,
1018 void rsgDrawRect(float x1, float y1, float x2, float y2, float z) { argument
1019 SC_DrawQuad(x1, y2, z,
1022 x1, y1, z);
1025 void rsgDrawQuad(float x1, float y1, float z1, argument
1029 SC_DrawQuad(x1, y
1035 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/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. ...
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.S40 VMOV.I8 d15,#0x1
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S41 VMOV.I8 d15,#0x1

Completed in 1473 milliseconds

1234567891011>>