Searched refs:x1 (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToTHMStub.cpp68 if ((pTargetSymValue & 0x1) != 0x0) {
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h65 eventMaskInvalidate = 0x1,
H A DTransform.h56 TRANSLATE = 0x1,
/frameworks/base/libs/hwui/
H A DFontRenderer.h141 void appendMeshQuadNoClip(float x1, float y1, float u1, float v1,
145 void appendMeshQuad(float x1, float y1, float u1, float v1,
149 void appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
H A DFontRenderer.cpp364 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
500 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1, argument
508 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
512 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1, argument
517 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
521 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
524 mBounds->left = std::min(mBounds->left, x1);
535 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1, argument
539 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
542 mBounds->left = std::min(mBounds->left, std::min(x1, st
[all...]
/frameworks/native/include/android/
H A Dconfiguration.h78 ACONFIGURATION_SCREENLONG_NO = 0x1,
82 ACONFIGURATION_SCREENROUND_NO = 0x1,
94 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java33 protected final static int SWEEP_STROKE_WIDTH_BIT = 0x1 << 0;
34 protected final static int SWEEP_STROKE_CAP_BIT = 0x1 << 1;
35 protected final static int SWEEP_STROKE_JOIN_BIT = 0x1 << 2;
37 protected final static int SWEEP_SHADER_BIT = 0x1 << 3; // only allow non-simple shaders to use rectangle drawing
38 protected final static int SWEEP_TRANSFORM_BIT = 0x1 << 4; // only sweep over specified transforms
/frameworks/native/services/sensorservice/
H A DFusion.cpp171 x1 = 0;
192 x1 = 0;
351 return x1;
374 const vec3_t b = x1;
473 x1 += db;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_math_agree.java113 ucv[i] = (short)rand.nextInt(0x1 << 8);
119 sv[i] = (short)rand.nextInt(0x1 << 16);
125 usv[i] = rand.nextInt(0x1 << 16);
302 short rand_uc1_0 = (short)rand.nextInt(0x1 << 8);
306 short rand_uc1_1 = (short)rand.nextInt(0x1 << 8);
310 short rand_ss1_0 = (short)rand.nextInt(0x1 << 16);
314 short rand_ss1_1 = (short)rand.nextInt(0x1 << 16);
318 int rand_us1_0 = rand.nextInt(0x1 << 16);
322 int rand_us1_1 = rand.nextInt(0x1 << 16);
350 byte rand_sc1_0 = (byte)rand.nextInt(0x1 <<
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_math_agree.java113 ucv[i] = (short)rand.nextInt(0x1 << 8);
119 sv[i] = (short)rand.nextInt(0x1 << 16);
125 usv[i] = rand.nextInt(0x1 << 16);
302 short rand_uc1_0 = (short)rand.nextInt(0x1 << 8);
306 short rand_uc1_1 = (short)rand.nextInt(0x1 << 8);
310 short rand_ss1_0 = (short)rand.nextInt(0x1 << 16);
314 short rand_ss1_1 = (short)rand.nextInt(0x1 << 16);
318 int rand_us1_0 = rand.nextInt(0x1 << 16);
322 int rand_us1_1 = rand.nextInt(0x1 << 16);
350 byte rand_sc1_0 = (byte)rand.nextInt(0x1 <<
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_math_agree.java113 ucv[i] = (short)rand.nextInt(0x1 << 8);
119 sv[i] = (short)rand.nextInt(0x1 << 16);
125 usv[i] = rand.nextInt(0x1 << 16);
302 short rand_uc1_0 = (short)rand.nextInt(0x1 << 8);
306 short rand_uc1_1 = (short)rand.nextInt(0x1 << 8);
310 short rand_ss1_0 = (short)rand.nextInt(0x1 << 16);
314 short rand_ss1_1 = (short)rand.nextInt(0x1 << 16);
318 int rand_us1_0 = rand.nextInt(0x1 << 16);
322 int rand_us1_1 = rand.nextInt(0x1 << 16);
350 byte rand_sc1_0 = (byte)rand.nextInt(0x1 <<
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java201 private void sendSwipe(int inputSource, float x1, float y1, float x2, float y2, int duration) { argument
206 injectMotionEvent(inputSource, MotionEvent.ACTION_DOWN, now, x1, y1, 1.0f);
212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
284 System.err.println(" swipe <x1> <y1> <x2> <y2> [duration(ms)]"
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h60 #define Q_MASK 0x1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80};
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp103 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
108 pts[1].set(x1, y1);
130 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
135 pts[1].set(x1, y1);
102 LinearGradient_create1(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jintArray colorArray, jfloatArray posArray, jint tileMode) argument
129 LinearGradient_create2(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jint color0, jint color1, jint tileMode) argument
/frameworks/base/tools/aidl/
H A Daidl_language.h83 PARCELABLE_DATA = 0x1,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp238 if (fabs(fpa[0]) != 0.f) key.u.addMask |= 0x1;
249 if (ipa[0] != 0) key.u.addMask |= 0x1;
889 uint32_t x1 = xstart;
899 if(x2 > x1) {
900 int32_t len = x2 - x1;
909 x1 += len;
918 //x1 += len;
923 x1 += len;
931 while(x1 != x2) {
935 x1
[all...]
H A DrsCpuIntrinsics_advsimd_Blend.S454 ld4 {v8.16b - v11.16b}, [x1], #64
456 ld1 {v8.16b - v11.16b}, [x1], #64
462 .if \ldsrc ; prfm PLDL1STRM, [x1, #192] ; .endif
497 .if \ldsrc ; ld1 {v10.16b,v11.16b}, [x1], #32 ; .endif
500 .if \ldsrc ; ld1 {v9.16b}, [x1], #16 ; .endif
503 .if \ldsrc ; ld1 {v8.d}[1], [x1], #8 ; .endif
506 .if \ldsrc ; ld1 {v8.s}[1], [x1], #4 ; .endif
509 .if \ldsrc ; ld1 {v8.h}[1], [x1], #2 ; .endif
512 .if \ldsrc ; ld1 {v8.b}[1], [x1], #1 ; .endif
585 * uchar4 const *in, // x1
[all...]
/frameworks/rs/driver/
H A DrsdGL.h90 float x1, float y1, float z1, float u1, float v1,
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java181 public static final int TIMER_STATUS_MEDIA_INFO_PRESENT_PROTECTED = 0x1;
195 public static final int TIMER_STATUS_NOT_PROGRAMMED_NO_FREE_TIME = 0x1;
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java48 public static final int POLICY_REJECT_METERED_BACKGROUND = 0x1;
56 public static final int RULE_REJECT_METERED = 0x1;
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java325 if ((count & 0x1) == 0x1) {
/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java61 public static final int DIRECTION_RIGHT_TO_LEFT = 0x1;
76 public static final int DIRECTION_HORIZONTAL_MASK = 0x1;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, argument
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, argument
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
340 const int maxBlockX = ((w-1 + (blockWidth-1)) / blockWidth) & 0x1;
341 const int maxBlockY = ((h-1 + (blockHeight-1)) / blockHeight) & 0x1;
392 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
422 const int maxBlockX = ((w-1) / blockWidth) & 0x1;
423 const int maxBlockY = ((w-1) / blockHeight) & 0x1;

Completed in 798 milliseconds

1234567891011>>