Searched refs:y0 (Results 101 - 125 of 395) sorted by relevance

1234567891011>>

/external/skia/experimental/
H A DSkSetPoly3To3_A.cpp32 SkScalar y0 = pts0[i].fY - ave0.fY; local
37 op[2] += SkScalarMul(y0, x1);
38 op[3] += SkScalarMul(y0, y1);
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c43 uint32_t y0; local
63 y0 = x0 + 5;
64 y1 = x1 + (y0 >> 26);
65 y0 &= 0x3ffffff;
75 y0 ^= x0;
81 y0 &= swap;
87 y0 ^= x0;
93 r->v[0] = y0;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_shaderproc.h43 int y0 = TILEY_PROCF(fy, maxY); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
H A DSkQuadClipper.h57 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
/external/skia/src/core/
H A DSkBitmapProcState_shaderproc.h43 int y0 = TILEY_PROCF(fy, maxY); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
H A DSkQuadClipper.h57 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
/external/tremolo/Tremolo/
H A Dfloor1.c205 int render_point(int x0,int x1,int y0,int y1,int x){ argument
206 y0&=0x7fff; /* mask off flag */
210 int dy=y1-y0;
216 if(dy<0)return(y0-off);
217 return(y0+off);
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){ argument
237 dy=y1-y0;
242 floor=&FLOOR_fromdB_LOOKUP[y0];
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
287 x0 = x0*x0 + y0*y0; \
291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \
293 x0 = x0*x0 + y0*y0; \
301 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
302 mag[i] = x0*x0 + y0*y0; \
935 double y0, y local
1397 double y0, y1, y2, y3; local
1451 double x0, y0; local
1497 double y0, y1, y2, y3; local
1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c69 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
76 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
84 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
93 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
101 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
109 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
116 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
135 const float fy = (float) quad->input.y0;
264 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
272 int y = quad->input.y0
[all...]
H A Dsp_setup.c137 quad->input.y0 >= maxy ||
139 quad->input.y0 + 1 < miny) {
146 if (quad->input.y0 < miny)
150 if (quad->input.y0 == maxy - 1)
236 setup->quad[q].input.y0 = setup->span.y;
300 float y0 = v0[0][1]; local
303 if (y0 <= y1) {
305 /* y0<=y1<=y2 */
310 else if (y2 <= y0) {
311 /* y2<=y0<
1071 int y0 = (int) v0[0][1]; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c69 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
76 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
84 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
93 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
101 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
109 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
116 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
135 const float fy = (float) quad->input.y0;
264 int y = quad->input.y0 % TILE_SIZE + (j >> 1);
272 int y = quad->input.y0
[all...]
H A Dsp_setup.c137 quad->input.y0 >= maxy ||
139 quad->input.y0 + 1 < miny) {
146 if (quad->input.y0 < miny)
150 if (quad->input.y0 == maxy - 1)
236 setup->quad[q].input.y0 = setup->span.y;
300 float y0 = v0[0][1]; local
303 if (y0 <= y1) {
305 /* y0<=y1<=y2 */
310 else if (y2 <= y0) {
311 /* y2<=y0<
1071 int y0 = (int) v0[0][1]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
431 y0 = sf->scale_value_y(y_start + y, sf);
441 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
445 y0_16 = y0 << SUBPEL_BITS;
456 y0 += scaled_mv.row >> SUBPEL_BITS;
461 buf_ptr = ref_frame + y0 * pre_buf->stride + x0;
480 y0 -= VP9_INTERP_EXTEND - 1;
487 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
488 uint8_t *buf_ptr1 = ref_frame + y0 * pre_bu
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c133 float y0 = pos0[1]; local
137 float dy = y0 > y1 ? y0 - y1 : y1 - y0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h63 int x0, int y0,
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex.py253 _, x0, y0, x1, y1 = rectangle
255 clipped_height = max(0, min(height, y1) - max(0, y0))
294 x0, y0, _, _, x1, y1, _, _ = quad
295 return (x0, y0, x1, y1)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c133 float y0 = pos0[1]; local
137 float dy = y0 > y1 ? y0 - y1 : y1 - y0;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h63 int x0, int y0,
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js25 img, x0, y0, x1, y1, x2, y2,
29 ctx.moveTo(x0, y0);
35 y1 -= y0;
37 y2 -= y0;
54 f = y0 - b * u0 - d * v0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c128 int x0, int y0, unsigned int c, GLubyte * bitmap)
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
294 GLfloat x0, y0, dx, dy; local
324 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
345 glBitmap(width, height, x0, y0, dx, dy, bm);
126 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c134 int x0, int y0, unsigned int c, GLubyte * bitmap)
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
297 GLfloat x0, y0, dx, dy; local
327 y0 = ch->descent - 1;
347 glBitmap(width, height, x0, y0, dx, dy, bm);
132 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c135 int x0, int y0, unsigned int c, GLubyte * bitmap)
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
300 GLfloat x0, y0, dx, dy; local
330 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
351 glBitmap(width, height, x0, y0, dx, dy, bm);
133 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c128 int x0, int y0, unsigned int c, GLubyte * bitmap)
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
294 GLfloat x0, y0, dx, dy; local
324 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
345 glBitmap(width, height, x0, y0, dx, dy, bm);
126 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/mesa3d/src/glx/
H A Dxfont.c134 int x0, int y0, unsigned int c, GLubyte * bitmap)
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
297 GLfloat x0, y0, dx, dy; local
327 y0 = ch->descent - 1;
347 glBitmap(width, height, x0, y0, dx, dy, bm);
132 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c135 int x0, int y0, unsigned int c, GLubyte * bitmap)
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
300 GLfloat x0, y0, dx, dy; local
330 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
351 glBitmap(width, height, x0, y0, dx, dy, bm);
133 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument

Completed in 505 milliseconds

1234567891011>>