HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 26 - 50 of 368) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon24050
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
103 if((r)->y1 < (idRect)->extents.y1)\
104 (idRect)->extents.y1 = (r)->y1;\
131 ((R-1)->y1 == (Ry1)) &&\
141 (r)->y1 = (ry1);\
157 (r)->y1 = (ry1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon25562
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
103 if((r)->y1 < (idRect)->extents.y1)\
104 (idRect)->extents.y1 = (r)->y1;\
131 ((R-1)->y1 == (Ry1)) &&\
141 (r)->y1 = (ry1);\
157 (r)->y1 = (ry1);
    [all...]
  /external/clang/test/PCH/
pr4489.c 44 void y1(void) function
  /external/skia/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
68 if (mp_init_size (&y1, b->used - B) != MP_OKAY)
73 goto Y1;
82 y1.used = b->used - B;
106 tmpy = y1.dp;
113 * upper words x1/y1 must have a known number of digits
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY)
123 goto X1Y1; /* x1y1 = x1*y1 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
154 y1 = curr->yChan + lumstart;
162 oscl_memcpy(y1, y2, MB_SIZE);
163 y1 += width_Y;
165 oscl_memcpy(y1, y2, MB_SIZE);
166 y1 += width_Y;
168 oscl_memcpy(y1, y2, MB_SIZE);
169 y1 += width_Y;
171 oscl_memcpy(y1, y2, MB_SIZE);
172 y1 += width_Y
    [all...]
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /external/qemu/android/skin/
rect.c 150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
177 r.y1 = (a.y1 > b.y1) ? a.y1 : b.y1
    [all...]
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
101 double y1() const { return m_y1; } function in class:WebCore::CubicBezierTimingFunction
112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0)
115 , m_y1(y1)
  /frameworks/base/libs/hwui/
Patch.cpp 154 float y1 = 0.0f; local
163 y2 = y1 + floorf(segment * stretchY + 0.5f);
165 y2 = y1 + segment;
168 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
174 y1 += i * EXPLODE_GAP;
177 generateRow(vertex, y1, y2, v1, v2, stretchX, right - left,
184 y1 = y2;
193 y1 += mYCount * EXPLODE_GAP;
196 generateRow(vertex, y1, y2, v1, 1.0f, stretchX, right - left, bitmapWidth, quadCount)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 246 public void drawLine(int x1, int y1, int x2, int y2) {
250 y1 = mVScale.translate(y1);
253 getGc().drawLine(x1, y1, x2, y2);
264 public void drawRect(int x1, int y1, int x2, int y2) {
268 int y = mVScale.translate(y1);
270 int h = mVScale.scale(y2 - y1);
291 public void fillRect(int x1, int y1, int x2, int y2) {
295 int y = mVScale.translate(y1);
297 int h = mVScale.scale(y2 - y1);
    [all...]
SelectionHandles.java 89 int y1 = r.y; local
93 int y2 = y1 + h;
99 y1 += insets.top;
104 int my = (y1 + y2) / 2;
109 mHandles.add(new SelectionHandle(x1, y1, Position.TOP_LEFT));
118 mHandles.add(new SelectionHandle(x2, y1, Position.TOP_RIGHT));
125 mHandles.add(new SelectionHandle(mx, y1, Position.TOP_MIDDLE));
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1,
71 centY = (y0 + y1 + y2) / 3.0;
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
109 // Calculate the line that goes through x1,y1 and is perpendicular to
112 double b2 = y1 - m2 * x1;
119 dy = y1 - m1 * x + b1;
124 mass = fabs( (y1 - y0) * (x2 - x0) );
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3,
143 FindTriangleCentroid(x0, y0, x1, y1, x2, y2, mass1, cent1x, cent1y)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1,
71 centY = (y0 + y1 + y2) / 3.0;
78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
109 // Calculate the line that goes through x1,y1 and is perpendicular to
112 double b2 = y1 - m2 * x1;
119 dy = y1 - m1 * x + b1;
124 mass = fabs( (y1 - y0) * (x2 - x0) );
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3,
143 FindTriangleCentroid(x0, y0, x1, y1, x2, y2, mass1, cent1x, cent1y)
    [all...]
  /external/libvpx/vp8/common/
postproc.c 126 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
499 int y1, int u1, int v1, int alpha, int stride)
502 int y1_const = y1*((1<<16)-alpha);
537 int y1, int u1, int v1, int alpha, int stride)
540 int y1_const = y1*((1<<16)-alpha);
601 int y1, int u1, int v1, int alpha, int stride)
604 int y1_const = y1*((1<<16)-alpha);
631 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height)
639 dy = *y1 - y0;
643 *y1 = ((width-x0)*dy)/dx + y0
847 int x1, y1; local
    [all...]
  /external/clang/test/Sema/
bitfield-promote.c 9 long long y1; variable
10 __typeof__(((long long)x1.x + 1)) y1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 59 public void drawLine(int x1, int y1, int x2, int y2) {
60 mDrawn.add("drawLine(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
69 public void drawRect(int x1, int y1, int x2, int y2) {
70 mDrawn.add("drawRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
94 public void fillRect(int x1, int y1, int x2, int y2) {
95 mDrawn.add("fillRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
168 public void drawArrow(int x1, int y1, int x2, int y2, int size) {
169 mDrawn.add("drawArrow(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
  /bionic/libm/src/
e_hypotf.c 26 float a=x,b=y,t1,t2,y1,y2,w; local
73 SET_FLOAT_WORD(y1,hb&0xfffff000);
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypot.c 34 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
36 * y1= y with lower 32 bits chopped, y2 = y-y1.
56 double a=x,b=y,t1,t2,y1,y2,w; local
110 y1 = 0;
111 SET_HIGH_WORD(y1,hb);
112 y2 = b - y1;
116 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 9 int y1 = (1.2222F); // expected-warning {{implicit conversion turns literal floating-point number into integer}} local
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.h 119 Word16 y1[], /* i : Filtered adaptive exitation */
  /sdk/rule_api/src/com/android/ide/common/api/
IGraphics.java 43 void drawLine(int x1, int y1, int x2, int y2);
52 * Draws an arrow from (x1, y1) to (x2, y2).
55 * @param y1 The y coordinate of the beginning of the arrow
60 void drawArrow(int x1, int y1, int x2, int y2, int size);
74 void drawRect(int x1, int y1, int x2, int y2);
92 void fillRect(int x1, int y1, int x2, int y2);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
AWTLoader.java 83 for (int y1 = 0; y1 < height / 2; y1++){
84 y2 = height - y1 - 1;
85 System.arraycopy(img, y1 * scSz, sln, 0, scSz);
86 System.arraycopy(img, y2 * scSz, img, y1 * scSz, scSz);
96 for (int y1 = 0; y1 < height / 2; y1++){
97 y2 = height - y1 - 1
    [all...]
  /external/libyuv/files/source/
convert.cc 50 const uint8 *y1, *y2 ,*u, *v; local
51 y1 = src_y;
52 y2 = y1 + src_stride_y;
59 tmp_r = (int32)((mapYc[y1[0]] + mapVcr[v[0]] + 128) >> 8);
60 tmp_g = (int32)((mapYc[y1[0]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
61 tmp_b = (int32)((mapYc[y1[0]] + mapUcb[u[0]] + 128) >> 8);
66 tmp_r = (int32)((mapYc[y1[1]] + mapVcr[v[0]] + 128) >> 8);
67 tmp_g = (int32)((mapYc[y1[1]] + mapUcg[u[0]] + mapVcg[v[0]] + 128) >> 8);
68 tmp_b = (int32)((mapYc[y1[1]] + mapUcb[u[0]] + 128) >> 8);
89 y1 += 2
118 const uint8 *y1,*y2, *u, *v; local
195 const uint8* y1,* y2, * u, * v; local
262 const uint8 *y1,*y2, *u, *v; local
439 const uint8* y1 = src_y; local
555 const uint8 *y1,*y2; local
    [all...]
  /external/fdlibm/
e_hypot.c 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
102 y1 = 0;
103 __HI(y1) = hb;
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));

Completed in 593 milliseconds

12 3 4 5 6 7 8 91011>>