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

1 2 3 4

  /external/valgrind/memcheck/tests/
badrw.c 10 int y4; local
19 y4 = *x4;
20 *x4 = y4;
  /external/pdfium/third_party/agg23/
agg_curves.cpp 33 FX_FLOAT x4, FX_FLOAT y4)
38 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
44 FX_FLOAT x4, FX_FLOAT y4,
55 FX_FLOAT y34 = (y3 + y4) / 2;
63 FX_FLOAT dy = y4 - y1;
64 FX_FLOAT d2 = FXSYS_fabs(FXSYS_Mul(x2 - x4, dy) - FXSYS_Mul(y2 - y4, dx));
65 FX_FLOAT d3 = FXSYS_fabs(FXSYS_Mul(x3 - x4, dy) - FXSYS_Mul(y3 - y4, dx));
72 FXSYS_fabs(y2 + y4 - y3 - y3) <= m_distance_tolerance_manhattan) {
100 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1);
105 FX_FLOAT x4, FX_FLOAT y4)
    [all...]
agg_curves.h 28 FX_FLOAT x4, FX_FLOAT y4)
37 cp[7] = y4;
42 FX_FLOAT x4, FX_FLOAT y4)
51 cp[7] = y4;
71 FX_FLOAT x4, FX_FLOAT y4) :
74 init(x1, y1, x2, y2, x3, y3, x4, y4);
89 FX_FLOAT x4, FX_FLOAT y4);
127 FX_FLOAT x4, FX_FLOAT y4);
131 FX_FLOAT x4, FX_FLOAT y4,
145 FX_FLOAT x4, FX_FLOAT y4)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 float4 p4 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
84 uint32_t y4 = min((int32_t)y+2, gHeight-1);
110 float3 p4 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y4)) * gCoeffs[20]
111 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y4)) * gCoeffs[21]
112 + convert_float3(rsGetElementAt_uchar3(gIn, x2, y4)) * gCoeffs[22
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 37 float x4, y4; member in struct:bezier
54 float x4, float y4);
bezier.c 55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3);
64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3);
83 second_half->y3 = (bez->y3 + bez->y4) * 0.5;
85 second_half->y4 = bez->y4;
88 first_half->y4 = second_half->y1 =
110 double y4y1 = b->y4 - b->y1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->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
atomic-type.cpp 89 Y y4 = { { X(0) }, 4 }; member in namespace:copy_init
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.rs 37 uint32_t y4 = min((int32_t)y+2, gHeight-1);
63 + convert_float4(rsGetElementAt_uchar4(gIn, x0, y4)) * gCoeffs[20]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
67 + convert_float4(rsGetElementAt_uchar4(gIn, x4, y4)) * gCoeffs[24];
  /external/libvncserver/examples/
zippy.c 98 int i,j,y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
102 rfbDrawPixel(s,x1,y4,f.blueMax<<f.blueShift);
104 for(j=0;j<y2-y4;j++)
109 memcpy(ADDR(i,j+y4),ADDR(x1,y4),bpp);
116 int y3=(y1*2+y2)/3,y4=(y1+y2*2)/3; local
119 rfbFillRect(s,x1,y3,x2,y4,f.greenMax<<f.greenShift);
120 rfbFillRect(s,x1,y4,x2,y2,f.blueMax<<f.blueShift);
  /external/skia/experimental/docs/
interpolatorFunctions.js 28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
  /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];
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 50 uint32_t y4; local
73 y4 = x4 + (y3 >> 26);
75 swap = -(y4 >> 26);
76 y4 &= 0x3ffffff;
82 y4 ^= x4;
88 y4 &= swap;
94 y4 ^= x4;
100 r->v[8] = y4;
  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 112 x4, y4 = point
116 if y1 < y and y2 < y and y3 < y and y4 < y:
118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
124 ay = y4 - dy - cy - by
  /frameworks/base/libs/hwui/font/
CacheTexture.h 164 float x4, float y4, float u4, float v4) {
169 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; }));
  /external/freetype/src/cff/
cf2font.c 88 * | (x4,y4)
99 * (x4, y4) = (2333, 0)
132 FT_Int y4 = darkenParams[7]; local
208 FT_Int ydelta = y4 - y3;
224 *darkenAmount = FT_DivFix( cf2_intToFixed( y4 ), ppem );
  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 88 * | (x4,y4)
99 * (x4, y4) = (2333, 0)
132 FT_Int y4 = darkenParams[7]; local
208 FT_Int ydelta = y4 - y3;
224 *darkenAmount = FT_DivFix( cf2_intToFixed( y4 ), ppem );
  /frameworks/base/libs/hwui/
FontRenderer.h 162 float x4, float y4, float u4, float v4, CacheTexture* texture);
166 float x4, float y4, float u4, float v4, CacheTexture* texture);
170 float x4, float y4, float u4, float v4, CacheTexture* texture);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 70 int u, v, y1, y2, y3, y4; local
75 y4 = pInY[width + 1];
83 pOutColor[width + 1] = convertYuvToRgba(y4, u, v);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 346 const void *y2, const void *y3, const void *y4,
364 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)); local
370 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4);
424 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)); local
430 const uchar2 *py4 = (const uchar2 *)(pin + stride * y4);
473 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)); local
479 const uchar *py4 = (const uchar *)(pin + stride * y4);
522 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)); local
528 const float4 *py4 = (const float4 *)(pin + stride * y4);
571 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)) local
620 uint32_t y4 = rsMin((int32_t)info->current.y+2, (int32_t)(info->dim.y-1)); local
    [all...]
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 344 x4, y4 = pt4
351 ay = y4 - dy - cy - by
380 y4 = ay + dy + cy + by
381 return (x1, y1), (x2, y2), (x3, y3), (x4, y4)

Completed in 438 milliseconds

1 2 3 4