Searched refs:y0 (Results 151 - 175 of 395) sorted by relevance

1234567891011>>

/external/chromium_org/media/tools/player_x11/
H A Dgl_video_renderer.cc239 float y0 = static_cast<float>(visible_rect.y()) / coded_size.height(); local
242 verts[0] = x0; verts[1] = y0;
244 verts[4] = x1; verts[5] = y0;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.cpp159 float y0 = minimumValueForLength(m_coords[1], height).toFloat(); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
/external/opencv/cv/src/
H A Dcvshapedescr.cpp567 double xi, yi, xi_1, yi_1, x0, y0, dxy, sk, sk1, t; local
588 a00 = x0 = y0 = xi_1 = yi_1 = 0;
621 y0 = yi_1;
638 dxy = xi * y0 - x0 * yi;
649 y0 = yi;
670 dxy = x_s * y0 - x0 * y_s;
681 y0 = y_s;
698 yi = y0;
790 double x0, y0, idet, scale, offx = 0, offy = 0; local
904 | b/2 c | | y0 | |
[all...]
H A Dcvsegmentation.cpp445 int x0 = j, y0 = i, x1, y1, iter; local
465 miny = cvRound(y0 - sp); miny = MAX(miny, 0);
467 maxy = cvRound(y0 + sp); maxy = MIN(maxy, size.height-1);
525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) +
529 x0 = x1; y0 = y1;
/external/chromium_org/third_party/skia/src/core/
H A DSkRegion_path.cpp383 void set(int x, int y0, int y1) { argument
384 SkASSERT(y0 != y1);
387 fY0 = (SkRegion::RunType)(y0);
408 int y0 = base->fY0; local
415 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
/external/chromium_org/v8/benchmarks/
H A Dnavier-stokes.js163 function lin_solve2(x, x0, y, y0, a, c)
171 y[currentRow] = y0[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
198 function diffuse2(x, x0, y, y0, dt)
201 lin_solve2(x, x0, y, y0, a, 1 + 4 * a);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp192 int y0 = (int)deFloatFloor((float)y / cellHeight); local
193 return tcu::IVec4(y0*gridVtxWidth + x0, y0*gridVtxWidth + x0 + 1, (y0+1)*gridVtxWidth + x0, (y0+1)*gridVtxWidth + x0 + 1);
/external/skia/src/core/
H A DSkRegion_path.cpp383 void set(int x, int y0, int y1) { argument
384 SkASSERT(y0 != y1);
387 fY0 = (SkRegion::RunType)(y0);
408 int y0 = base->fY0; local
415 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp134 int y0 = SkClampMax(sy - 1, src.height() - 1); local
138 SkPMColor s00 = *src.getAddr32(x0, y0);
139 SkPMColor s10 = *src.getAddr32(x1, y0);
140 SkPMColor s20 = *src.getAddr32(x2, y0);
141 SkPMColor s30 = *src.getAddr32(x3, y0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c361 info->src.y0,
363 info->src.y1 - info->src.y0, &box);
377 info->dst.y0, src_view, 0, &box,
397 info->dst.y0 == 0 &&
401 info->src.y0 == 0 &&
456 info->src.y0,
458 info->src.y1 - info->src.y0, &box);
462 ~0, info->dst.x0, info->dst.y0, info->dst.layer,
483 assert(info->dst.y0 < info->dst.y1);
488 assert(abs(info->dst.y0
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c361 info->src.y0,
363 info->src.y1 - info->src.y0, &box);
377 info->dst.y0, src_view, 0, &box,
397 info->dst.y0 == 0 &&
401 info->src.y0 == 0 &&
456 info->src.y0,
458 info->src.y1 - info->src.y0, &box);
462 ~0, info->dst.x0, info->dst.y0, info->dst.layer,
483 assert(info->dst.y0 < info->dst.y1);
488 assert(abs(info->dst.y0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c117 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y;
119 rect->y1 = rect->y0 + (h << mt->ms_y);
153 define_rect(info->src.res, 0, 0, info->src.x0, info->src.y0,
154 info->src.x1 - info->src.x0, info->src.y1 - info->src.y0, &src);
155 define_rect(info->dst.res, info->dst.level, 0, info->dst.x0, info->dst.y0,
156 info->dst.x1 - info->dst.x0, info->dst.y1 - info->dst.y0, &dst);
205 tx->tmp.y0 = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c478 float x0, y0, x1, y1; local
490 y0 = dy;
495 add_vertex_1tex(r, x0, y0, s0, t0);
496 add_vertex_1tex(r, x1, y0, s1, t0);
532 int x0, int y0, int x1, int y1, float *color)
536 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
541 add_vertex_color(r, x0, y0, color);
543 add_vertex_color(r, x1, y0, color);
531 renderer_solid(struct xa_context *r, int x0, int y0, int x1, int y1, float *color) argument
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp91 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
93 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
117 // (x1, y1, x0, y0)
119 // (y1, y0, x1, x0)
121 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
125 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
337 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
339 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
340 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
408 const unsigned y0 local
657 unsigned y0 = data >> 14; local
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c117 rect->y0 = util_format_get_nblocksy(pt->format, y) << mt->ms_y;
119 rect->y1 = rect->y0 + (h << mt->ms_y);
153 define_rect(info->src.res, 0, 0, info->src.x0, info->src.y0,
154 info->src.x1 - info->src.x0, info->src.y1 - info->src.y0, &src);
155 define_rect(info->dst.res, info->dst.level, 0, info->dst.x0, info->dst.y0,
156 info->dst.x1 - info->dst.x0, info->dst.y1 - info->dst.y0, &dst);
205 tx->tmp.y0 = 0;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c478 float x0, y0, x1, y1; local
490 y0 = dy;
495 add_vertex_1tex(r, x0, y0, s0, t0);
496 add_vertex_1tex(r, x1, y0, s1, t0);
532 int x0, int y0, int x1, int y1, float *color)
536 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
541 add_vertex_color(r, x0, y0, color);
543 add_vertex_color(r, x1, y0, color);
531 renderer_solid(struct xa_context *r, int x0, int y0, int x1, int y1, float *color) argument
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
122 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
126 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
338 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
340 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
341 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
409 const unsigned y0 local
658 unsigned y0 = data >> 14; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S70 # qhasm: reg128 y0
170 # qhasm: new y0
172 # qhasm: y0 = mem64[input_1]y0[1]; input_1 += 8
173 # asm 1: vld1.8 {<y0=reg128#1%bot},[<input_1=int32#2]!
174 # asm 2: vld1.8 {<y0=d0},[<input_1=r1]!
341 # qhasm: mem128[ptr] aligned= y0
342 # asm 1: vst1.8 {<y0=reg128#1%bot-<y0=reg128#1%top},[<ptr=int32#2,: 128]
343 # asm 2: vst1.8 {<y0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c277 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
282 bbox.y1 < bbox.y0) {
299 bbox.y0 = MAX2(bbox.y0, 0);
519 plane[5].c = 1-scissor->y0;
571 (bbox->y0 ^ bbox->y1));
577 (bbox->y1 - (bbox->y0 & ~3)));
591 int iy0 = bbox->y0 / TILE_SIZE;
593 unsigned py = bbox->y0 & 63 & ~3;
666 int iy0 = trimmed_box.y0 / TILE_SIZ
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp794 float y0 = (float)(row+0) / (float)numQuadRowsCols * 2.0f - 1.0f; local
825 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen + alpha0, baseGreen + alpha1, baseGreen + alpha0, baseGreen + alpha1);
826 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0, baseRed + alpha1);
932 float y0 = (float)(row+0) / (float)numQuadRowsCols * 2.0f - 1.0f; local
951 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseGreen, baseGreen, baseGreen, baseGreen);
963 renderQuad(Vec2(x0, y0), Vec2(x1, y0), Vec
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c277 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
282 bbox.y1 < bbox.y0) {
299 bbox.y0 = MAX2(bbox.y0, 0);
519 plane[5].c = 1-scissor->y0;
571 (bbox->y0 ^ bbox->y1));
577 (bbox->y1 - (bbox->y0 & ~3)));
591 int iy0 = bbox->y0 / TILE_SIZE;
593 unsigned py = bbox->y0 & 63 & ~3;
666 int iy0 = trimmed_box.y0 / TILE_SIZ
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js92 var y0 = Math.min(this.p1[1], this.p2[1], this.p3[1], this.p4[1]);
97 return new base.Rect.FromXYWH(x0, y0, x1 - x0, y1 - y0);
/external/openssl/crypto/ec/
H A Dec2_smpl.c424 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
448 y0 = BN_CTX_get(ctx);
460 if (!BN_copy(y0, &a->Y)) goto err;
464 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
480 if (!BN_GF2m_add(s, y0, y1)) goto err;
489 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
/external/qemu/android/skin/
H A Dtrackball.c282 double y0 = origin[1] + axis1[1]*tx + axis2[1]*ty; local
289 double y = y0 + axis1[1]*h + axis2[1]*v;
316 double y0 = yy - radius2; local
317 double r0 = sqrt( x0*x0 + y0*y0 );
322 double ry = y0/radius;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameOverview.js275 var y0 = Math.floor(windowHeight - frame.duration * scale) + 0.5;
281 this._context.lineTo(x, y0);
282 this._context.lineTo(x + width, y0);

Completed in 842 milliseconds

1234567891011>>