Searched defs:y0 (Results 1 - 25 of 188) sorted by relevance

12345678

/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
H A Dpr4489.c31 struct y0 { int i; } y0[1] = {}; variable in typeref:struct:y0
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.h36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
61 if (b->y0 < a->y0) b->y0 = a->y0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
H A Du_draw_quad.c100 float x0, float y0, float x1, float y1, float z)
123 v[1] = y0;
128 v[9] = y0;
99 util_draw_texquad(struct pipe_context *pipe, struct cso_context *cso, float x0, float y0, float x1, float y1, float z) argument
/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp8 int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
61 if (b->y0 < a->y0) b->y0 = a->y0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
H A Du_draw_quad.c100 float x0, float y0, float x1, float y1, float z)
123 v[1] = y0;
128 v[9] = y0;
99 util_draw_texquad(struct pipe_context *pipe, struct cso_context *cso, float x0, float y0, float x1, float y1, float z) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.h16 unsigned y0; member in struct:nv30_rect
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c32 const int y0 = quad->input.y0; local
33 const int y1 = y0 + 1;
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
H A Dsp_quad.h64 int x0, y0; /**< quad window pos, always even */ member in struct:quad_header_input
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp26 template<typename T> struct y0 { }; struct
33 template struct y0 { }; // expected-error {{class cannot be defined in an explicit instantiation; if this declaration is meant to be a class definition, remove the 'template' keyword}} struct in namespace:noargs_body
/external/clang/test/Index/
H A Dload-exprs.c30 struct Y y0 = { .array[StartIndex].b = bval, .array[StartIndex].a = aval }; local
67 // CHECK: load-exprs.c:30:12: VarDecl=y0:30:12 (Definition) Extent=[30:3 - 30:77]
/external/dropbear/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
66 if (mp_init_size (&y0, B) != MP_OKAY)
80 x0.used = y0.used = B;
95 tmpy = y0.dp;
116 mp_clamp (&y0);
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
129 goto X1Y1; /* t2 = y1 - y0 */
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.h16 unsigned y0; member in struct:nv30_rect
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c32 const int y0 = quad->input.y0; local
33 const int y1 = y0 + 1;
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_line.c427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp89 Y0<f0> y0; variable
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
71 x0 = y0;
72 y0 = t;
86 t = y0;
87 y0 = y1;
92 deltay = abs(y1 - y0);
95 y = y0;
97 if (y0 < y1)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_textblit.c60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
69 x0 = y0;
70 y0 = t;
83 t = y0;
84 y0 = y1;
89 deltay = abs(y1 - y0);
92 y = y0;
94 if (y0 < y1)
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_line.c427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]); local
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
/external/skia/bench/
H A DShaderMaskBench.cpp71 const SkScalar y0 = SkIntToScalar(-10); local
76 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
83 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
/external/skia/tests/
H A DClipCubicTest.cpp59 static SkPoint* SetCurve(float x0, float y0, argument
64 crv[0].fX = x0; crv[0].fY = y0;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.cc17 bool IsInsideCircle(int x0, int y0, int x1, int y1, int r) { argument
18 return (x0 - x1) * (x0 - x1) + (y0 - y1) * (y0 - y1) <= r * r;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.cpp42 int y0 = SkClampMax(SkScalarCeilToInt(srcPt.fY-s.getBitmapFilter()->width()), maxY); local
47 for (int srcY = y0; srcY < y1; srcY++) {
H A DSkBitmapProcState_shaderproc.h43 int y0 = TILEY_PROCF(fy, maxY); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);

Completed in 865 milliseconds

12345678