Searched refs:x1 (Results 101 - 125 of 348) sorted by relevance

1234567891011>>

/frameworks/support/media-compat/java/android/support/v4/media/
H A DAudioAttributesCompat.java199 public static final int FLAG_AUDIBILITY_ENFORCED = 0x1 << 0;
202 private static final int FLAG_SECURE = 0x1 << 1;
203 private static final int FLAG_SCO = 0x1 << 2;
204 private static final int FLAG_BEACON = 0x1 << 3;
207 public static final int FLAG_HW_AV_SYNC = 0x1 << 4;
210 private static final int FLAG_HW_HOTWORD = 0x1 << 5;
211 private static final int FLAG_BYPASS_INTERRUPTION_POLICY = 0x1 << 6;
212 private static final int FLAG_BYPASS_MUTE = 0x1 << 7;
213 private static final int FLAG_LOW_LATENCY = 0x1 << 8;
214 private static final int FLAG_DEEP_BUFFER = 0x1 <<
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java382 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
385 * @param x1 The x-coordinate of the control point on a quadratic curve
390 public void quadTo(float x1, float y1, float x2, float y2) { argument
392 nQuadTo(mNativePath, x1, y1, x2, y2);
416 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
419 * @param x1 The x-coordinate of the 1st control point on a cubic curve
426 public void cubicTo(float x1, float y1, float x2, float y2, argument
429 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
437 public void rCubicTo(float x1, float y1, float x2, float y2, argument
440 nRCubicTo(mNativePath, x1, y
831 nQuadTo(long nPath, float x1, float y1, float x2, float y2) argument
833 nCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
835 nRCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_3DLUT.S104 * void const *in, // x1
136 * x1 = src
144 2: ld4 {v0.8b-v3.8b}, [x1], #32
218 4: ld4r {v0.8b-v3.8b}, [x1]
220 ld4 {v0.b-v3.b}[0], [x1], #4
221 ld4 {v0.b-v3.b}[1], [x1], #4
222 ld4 {v0.b-v3.b}[2], [x1], #4
223 ld4 {v0.b-v3.b}[3], [x1], #4
225 ld4 {v0.b-v3.b}[4], [x1], #4
226 ld4 {v0.b-v3.b}[5], [x1], #
[all...]
H A DrsCpuIntrinsics_advsimd_YuvToRGB.S173 1: ld2 {v8.16b,v9.16b}, [x1], #32
210 ld1 {v9.16b}, [x1], #16
218 ld1 {v8.d}[1], [x1], #8
226 ld1 {v8.s}[1], [x1], #4
234 ld1 {v8.h}[1], [x1], #2
242 ld1 {v8.b}[1], [x1], #1
301 * void const *yin, // x1
310 add x1, x1, x4
329 * void const *yin, // x1
[all...]
/frameworks/base/core/java/android/view/animation/
H A DPathInterpolator.java126 float x1 = a.getFloat(R.styleable.PathInterpolator_controlX1, 0);
138 initQuad(x1, y1);
142 initCubic(x1, y1, x2, y2);
154 private void initCubic(float x1, float y1, float x2, float y2) { argument
157 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
/frameworks/native/include/android/
H A Dconfiguration.h258 ACONFIGURATION_SCREENLONG_NO = 0x1,
267 ACONFIGURATION_SCREENROUND_NO = 0x1,
277 ACONFIGURATION_WIDE_COLOR_GAMUT_NO = 0x1,
292 ACONFIGURATION_HDR_NO = 0x1,
345 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DPathInterpolatorCompat.java96 float x1 = TypedArrayUtils.getNamedFloat(a, parser, "controlX1",
110 initQuad(x1, y1);
116 initCubic(x1, y1, x2, y2);
128 private void initCubic(float x1, float y1, float x2, float y2) { argument
131 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/base/libs/hwui/
H A DShadowTessellator.cpp130 double x1 = poly[p1].x; local
134 double a = (x1 * y2 - x2 * y1);
135 sumx += (x1 + x2) * a;
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java66 public final static int CALLBACK_FLAG_NOTIFY_ACTIVITY = 0x1;
77 public static final int ROUTE_FLAG_RENDER = 0x1;
84 public static final int ROUTE_FLAG_LOOP_BACK = 0x1 << 1;
/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp90 glClearStencil(0x1);
95 glStencilFunc(GL_EQUAL, 0x1, 0xff);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java81 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
83 public abstract void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); argument
85 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
87 public abstract void drawRect(float x1, float y1, float x2, float y2, GLPaint paint); argument
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp28 0x1);
33 0x1);
H A DELFExecFileFormat.cpp29 0x1);
34 0x1);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... JsonSerializationContext) Object x0 java.lang.reflect.Type x1 com.google.gson.JsonSerializationContext x2 public volatile ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... JsonSerializationContext) Object x0 java.lang.reflect.Type x1 com.google.gson.JsonSerializationContext x2 public volatile ...
/frameworks/av/include/ndk/
H A DNdkImage.h76 AIMAGE_FORMAT_RGBA_8888 = 0x1,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes_s.h76 OMX_VC_UPPER EQU 0x1 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes_s.h76 OMX_VC_UPPER EQU 0x1 ;// Used by the PredictIntra functions variable
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_QuantInvIntra_I.c147 if (QP & 0x1)
/frameworks/av/services/audioflinger/
H A DAudioHwDevice.h36 AHWD_CAN_SET_MASTER_VOLUME = 0x1,
/frameworks/base/core/java/android/util/
H A DMathUtils.java93 public static float dist(float x1, float y1, float x2, float y2) { argument
94 final float x = (x2 - x1);
99 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) { argument
100 final float x = (x2 - x1);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.h34 kBitmapCreateFlag_Mutable = 0x1,

Completed in 815 milliseconds

1234567891011>>