Searched refs:x1 (Results 151 - 175 of 278) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/text/
H A DAndroidBidi.java45 result = (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT;
/frameworks/base/core/java/android/util/
H A DPathParser.java547 float x1,
560 /* Transform (x0, y0) and (x1, y1) into unit space */
564 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
565 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
582 drawArc(p, x0, y0, x1, y1, a * adjust,
544 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java200 static final int POLL_STRATEGY_REMOTES_DEVICES = 0x1;
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h61 BUFFER_NEEDS_REALLOCATION = 0x1,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java80 static public final int NUMBERING_PLAN_ISDN_TELEPHONY = 0x1;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardConfig.java34 /* package */ static final int LOG_LEVEL_PERFORMANCE_MEASUREMENT = 0x1;
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h51 uint32_t x1, uint32_t x2,
H A DrsCpuIntrinsics_advsimd_Blur.S49 * x1 -- src
60 * x1 += 16
70 ld1 {v15.16b}, [x1], #16
74 // prfm PLDL1KEEP,[x1, #16] // TODO: confirm
1156 * x1 -- src
1169 * x1 += rlf + min(count, rrt)
1206 sub x1, x1, x10
1210 add x1, x1, x1
[all...]
H A DrsCpuIntrinsics_x86.c305 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...]
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp53 const uint8_t protectionAbsent = data[offset+1] & 0x1;
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp114 protectionAbsent &= 0x1;
166 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java130 public static final int DIGITAL_BROADCAST_TYPE_ATSC = 0x1;
546 public static final int ANALOGUE_BROADCAST_TYPE_SATELLITE = 0x1;
/frameworks/base/core/java/android/view/
H A DRenderNode.java136 public static final int FLAG_CLIP_CHILDREN = 0x1;
152 public static final int STATUS_DRAW = 0x1;
H A DViewGroup.java227 static final int FLAG_CLIP_CHILDREN = 0x1;
388 public static final int PERSISTENT_ANIMATION_CACHE = 0x1;
3017 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { argument
3018 if (x1 != x2 && y1 != y2) {
3019 if (x1 > x2) {
3020 int tmp = x1; x1 = x2; x2 = tmp;
3025 canvas.drawRect(x1, y1, x2, y2, paint);
3033 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { argument
3034 fillRect(c, paint, x1, y
3043 drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, int lineLength, int lineWidth) argument
7307 drawRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) argument
[all...]
H A DGestureDetector.java497 final float x1 = mVelocityTracker.getXVelocity(id1);
503 final float x = x1 * mVelocityTracker.getXVelocity(id2);
H A DWindowManagerGlobal.java59 public static final int RELAYOUT_RES_IN_TOUCH_MODE = 0x1;
83 public static final int RELAYOUT_INSETS_PENDING = 0x1;
/frameworks/base/media/java/android/media/
H A DAudioSystem.java236 public static final int DEVICE_OUT_EARPIECE = 0x1;
303 public static final int DEVICE_IN_COMMUNICATION = DEVICE_BIT_IN | 0x1;
/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.h171 AKEY_EVENT_FLAG_WOKE_HERE = 0x1,
323 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 0x1,
/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.cpp135 static void quadTo__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2) { argument
137 obj->quadTo(x1, y1, x2, y2);
145 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
147 obj->cubicTo(x1, y1, x2, y2, x3, y3);
150 static void rCubicTo(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) { argument
152 obj->rCubicTo(x1, y1, x2, y2, x3, y3);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp258 float x1 = x0; local
270 else if (x > x1) {
271 x1 = x;
297 float dx = x1 - x0;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
316 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java899 float x0, x1, y0, y1;
906 x1 = x0; y1 = level * r.bottom;
910 x1 = level * r.left; y1 = level * r.bottom;
914 x1 = level * r.left; y1 = y0;
918 x1 = level * r.left; y1 = level * r.top;
922 x1 = x0; y1 = level * r.top;
926 x1 = level * r.right; y1 = level * r.top;
930 x1 = level * r.right; y1 = y0;
934 x1 = level * r.right; y1 = level * r.bottom;
938 mFillPaint.setShader(new LinearGradient(x0, y0, x1, y
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h83 kStateDeferFlag_Draw = 0x1,
89 kClipSide_Left = 0x1,
98 kVertexBuffer_Offset = 0x1,

Completed in 533 milliseconds

1234567891011>>