Searched refs:x2 (Results 126 - 150 of 241) sorted by relevance

12345678910

/frameworks/rs/driver/
H A DrsdGL.h91 float x2, float y2, float z2, float u2, float v2,
/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 DFontRenderer.cpp504 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
511 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
516 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
520 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
539 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
545 mBounds->left = std::min(mBounds->left, std::min(x1, std::min(x2, std::min(x3, x4))));
547 mBounds->right = std::max(mBounds->right, std::max(x1, std::max(x2, std::max(x3, x4))));
503 appendMeshQuadNoClip(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
515 appendMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
538 appendRotatedMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
H A DBakedOpState.h32 Top = 0x2,
H A DSnapshot.h94 kFlagIsLayer = 0x2,
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java189 public static final int TIMER_STATUS_MEDIA_INFO_NOT_PRESENT = 0x2;
203 public static final int TIMER_STATUS_NOT_PROGRAMMED_DATE_OUT_OF_RANGE = 0x2;
H A DHdmiRecordSources.java132 public static final int DIGITAL_BROADCAST_TYPE_DVB = 0x2;
548 public static final int ANALOGUE_BROADCAST_TYPE_TERRESTRIAL = 0x2;
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java71 public static final int DIRECTION_BOTTOM_TO_TOP = 0x2;
81 public static final int DIRECTION_VERTICAL_MASK = 0x2;
H A DTransformation.java42 public static final int TYPE_MATRIX = 0x2;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java266 float x2, float y2, float x3, float y3);
269 float x2, float y2, float x3, float y3);
265 setSourceRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
268 setTargetRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DSpotShadow.java54 float x2 = poly[p2 * 2 + 0];
56 float a = (x1 * y2 - x2 * y1);
57 sumX += (x1 + x2) * a;
72 * [x0, y0, z0, x1, y1, z1, x2, ...]
324 * Note that the input values of points are paired coordinates, e.g. {@code [x0, y0, x1, y1, x2,
409 private static final boolean lineIntersection(float x1, float y1, float x2, float y2, float x3, argument
411 float d = (x1 - x2) * (y3 - y4) - (y1 - y2) * (x3 - x4);
416 float dx = (x1 * y2 - y1 * x2);
418 float x = (dx * (x3 - x4) - (x1 - x2) * dy) / d;
421 if (((x - x1) * (x - x2) > 0.000000
[all...]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { argument
84 x[2] = x2;
/frameworks/rs/script_api/include/
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);
1051 bBoxMax->x = x2;
/frameworks/base/graphics/java/android/graphics/
H A DGraphicBuffer.java31 public static final int USAGE_SW_READ_RARELY = 0x2;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java195 static final int POLL_STRATEGY_SYSTEM_AUDIO = 0x2;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java107 public static final int STATE_RX_ENABLED = 0x2;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardConfig.java35 /* package */ static final int LOG_LEVEL_SHOW_WARNING = 0x2;
/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
329 mBottomLeft = new PointF(x2, y2);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp98 jfloat x2, jfloat y2) {
100 obj->quadTo(x1, y1, x2, y2);
110 jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
112 obj->cubicTo(x1, y1, x2, y2, x3, y3);
116 jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
118 obj->rCubicTo(x1, y1, x2, y2, x3, y3);
97 quadTo__FFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
109 cubicTo__FFFFFF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
115 rCubicTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4391 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4394 processPosition(mapper, x2, y2);
4436 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
4442 x1 += 10; y1 += 15; x2 += 5; y2 -= 10;
4445 processPosition(mapper, x2, y2);
4467 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
4473 x2 += 15; y2 -= 20;
4474 processPosition(mapper, x2, y2);
4497 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
4516 toDisplayX(x2), toDisplay
4668 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4844 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
5113 float x2 = toDisplayX(rawX2); local
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java66 public static final int RELAYOUT_RES_FIRST_TIME = 0x2;
112 public static final int RELAYOUT_DEFER_SURFACE_DESTROY = 0x2;
114 public static final int ADD_FLAG_APP_VISIBLE = 0x2;
/frameworks/rs/script_api/
H A Drs_graphics.spec487 arg: float x2
513 arg: float x2
542 arg: float x2
699 float x1, y1, z1, x2, y2, z2;
700 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
704 bBoxMax->x = x2;
/frameworks/base/media/java/android/media/
H A DAudioSystem.java362 public static final int DEVICE_OUT_SPEAKER = 0x2;
437 public static final int DEVICE_IN_AMBIENT = DEVICE_BIT_IN | 0x2;

Completed in 612 milliseconds

12345678910