Searched defs:x2 (Results 51 - 59 of 59) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp387 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
408 (*currentPos++) = x2;
427 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
431 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
435 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
451 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
454 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
457 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4))));
459 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4))));
386 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
426 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
450 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
/frameworks/rs/
H A DrsFont.cpp667 float x2, float y2, float z2,
677 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
682 ALOGE("V1 x: %f y: %f z: %f", x2, y2, z2);
693 (*currentPos++) = x2;
665 appendMeshQuad(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
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp737 int x0, x1, x2, x3, x4, x5; local
1152 x2 = P_C + P_D + 1;
1166 temp1 |= ((x2 >> 1) << 16);
1172 temp2 |= (((x1 + x2) >> 2) << 8);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp232 float x2, float y2, float z2, float u2, float v2,
248 //ALOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
252 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
266 float x2, float y2, float z2,
271 x2, y2, z2, 1, 1,
294 static void SC_DrawRect(float x1, float y1, float x2, float y2, float z) { argument
297 SC_DrawQuad(x1, y2, z, x2, y2, z, x2, y1, z, x1, y1, z);
231 SC_DrawQuadTexCoords(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
265 SC_DrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, float x4, float y4, float z4) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java826 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
831 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint);
833 graphics.drawLine(dx + x1, dy + y1, dx + x2, dy + y2, paint);
1087 int x2 = hLocations[colSpan.max];
1090 int cellWidth = x2 - x1;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java770 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { argument
775 graphics.drawLine(width - dx - x1, dy + y1, width - dx - x2, dy + y2, paint);
777 graphics.drawLine(dx + x1, dy + y1, dx + x2, dy + y2, paint);
781 private static void drawRect(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint) { argument
782 canvas.drawRect(x1, y1, x2 - 1, y2 - 1, paint);
1026 int x2 = hLocations[colSpan.max];
1029 int cellWidth = x2 - x1;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3817 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
3820 processPosition(mapper, x2, y2);
3862 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
3868 x1 += 10; y1 += 15; x2 += 5; y2 -= 10;
3871 processPosition(mapper, x2, y2);
3893 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
3899 x2 += 15; y2 -= 20;
3900 processPosition(mapper, x2, y2);
3923 toDisplayX(x2), toDisplayY(y2), 1, 0, 0, 0, 0, 0, 0, 0));
3942 toDisplayX(x2), toDisplay
4094 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4270 int32_t x1 = 100, y1 = 125, x2 = 300, y2 = 500; local
4539 float x2 = toDisplayX(rawX2); local
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java199 private static final int FLAG_CLIP_TO_PADDING = 0x2;
346 public static final int PERSISTENT_SCROLLING_CACHE = 0x2;
2685 private static void drawRect(Canvas canvas, int x1, int y1, int x2, int y2, int color) { argument
2689 canvas.drawLines(getDebugLines(x1, y1, x2, y2), paint);
6357 private static float[] getDebugLines(int x1, int y1, int x2, int y2) { argument
6362 x2--;
6367 sDebugLines[2] = x2;
6370 sDebugLines[4] = x2;
6372 sDebugLines[6] = x2;
6375 sDebugLines[8] = x2
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp91 inline static float distance(float x1, float y1, float x2, float y2) { argument
92 return hypotf(x1 - x2, y1 - y2);

Completed in 6026 milliseconds

123