HomeSort by relevance Sort by last modified time
    Searched refs:y4 (Results 1 - 25 of 34) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/
badrw.c 10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
  /external/freetype/src/base/
ftbbox.c 240 FT_Pos y4 = arc[3];
243 if ( y1 == y4 )
248 else if ( y1 < y4 )
250 if ( y2 >= y1 && y2 <= y4 && y3 >= y1 && y3 <= y4 ) /* ascending */
255 if ( y2 >= y4 && y2 <= y1 && y3 >= y4 && y3 <= y1 ) /* descending */
258 y1 = y4;
259 y4 = y2;
265 arc[6] = y4;
    [all...]
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 12 int y4 = 1.23E1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 12.3 to 12}} local
default-constructor-initializers.cpp 38 struct Y4 {
42 Y4 y4; variable
explicit.cpp 57 Y y4 = Y(z); local
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.fs 36 uint32_t y4 = min((int32_t)y+2, gHeight-1);
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 36 uint32_t y4 = min((int32_t)y+2, gHeight-1);
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.fs 36 uint32_t y4 = min((int32_t)y+2, gHeight-1);
62 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
63 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ColorSpaceMatrix.java 69 int y4 = y * 4; local
71 temp[y4 + x] = mMatrix[y4 + 0] * a[x]
72 + mMatrix[y4 + 1] * a[4 + x]
73 + mMatrix[y4 + 2] * a[8 + x]
74 + mMatrix[y4 + 3] * a[12 + x];
  /frameworks/base/libs/hwui/
FontRenderer.h 128 float x4, float y4, float u4, float v4, CacheTexture* texture);
132 float x4, float y4, float u4, float v4, CacheTexture* texture);
136 float x4, float y4, float u4, float v4, CacheTexture* texture);
FontRenderer.cpp 450 float x4, float y4, float u4, float v4, CacheTexture* texture) {
457 x3, y3, u3, v3, x4, y4, u4, v4);
462 float x4, float y4, float u4, float v4, CacheTexture* texture) {
465 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
469 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
485 float x4, float y4, float u4, float v4, CacheTexture* texture) {
487 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
491 mBounds->top = fmin(mBounds->top, fmin(y1, fmin(y2, fmin(y3, y4))));
493 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4))));
  /frameworks/base/libs/hwui/font/
CacheTexture.h 151 float x4, float y4, float u4, float v4) {
156 TextureVertex::set(mesh++, x4, y4, u4, v4);
  /external/clang/test/Analysis/
dead-stores.c 246 int y4 = 4; local
268 ++y4;
314 0 ? : ((void)y4, ({ return; }));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 120 const void *y2, const void *y3, const void *y4,
138 uint32_t y4 = rsMin((int32_t)p->y+2, (int32_t)(p->dimY-1)); local
144 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4);
  /frameworks/rs/driver/
rsdGL.h 96 float x4, float y4, float z4, float u4, float v4);
rsdGL.cpp 545 float x4, float y4, float z4, float u4, float v4) {
547 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
  /frameworks/rs/scriptc/
rs_graphics.rsh 260 * @param y4
267 float x4, float y4, float z4);
290 * @param y4
299 float x4, float y4, float z4, float u4, float v4);
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 260 * @param y4
267 float x4, float y4, float z4);
290 * @param y4
299 float x4, float y4, float z4, float u4, float v4);
  /external/clang/test/Sema/
array-init.c 69 int y4[4][3] = { local
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 52 { locals: {a4: 9.09, b4: 10.10}, args: { names: ["i", "x4", "y4"], values: [4, 11.11, 12.12] } }
216 function f(i, x4, y4) {
debug-evaluate-locals-optimized.js 42 { locals: {a4: 9, b4: 10}, args: { names: ["i", "x4", "y4"], values: [4, 11, 12] } }
197 function f(i, x4, y4) {
  /frameworks/rs/
rsFont.h 253 float x4, float y4, float z4,
rsFont.cpp 671 float x4, float y4, float z4,
677 if (x1 > mSurfaceWidth || y1 < 0.0f || x2 < 0 || y4 > mSurfaceHeight) {
684 ALOGE("V3 x: %f y: %f z: %f", x4, y4, z4);*/
708 (*currentPos++) = y4;
  /external/freetype/src/raster/
ftraster.c 1664 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 711 final float y4 = otherEnd.y; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
    [all...]

Completed in 987 milliseconds

1 2