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

1234567891011>>

/external/skqp/bench/
H A DTextBench.cpp129 const SkScalar y0 = SkIntToScalar(-10); variable
142 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
/external/skqp/gm/
H A Dcoloremoji_blendmodes.cpp114 SkScalar y0 = 0; variable
115 SkScalar x = x0, y = y0;
H A Dxfermodes.cpp236 SkScalar y0 = 0; variable
238 SkScalar x = x0, y = y0;
275 y0 = y;
278 y0 = 0;
/external/skqp/src/effects/
H A DSkMergeImageFilter.cpp69 const int y0 = bounds.top(); local
88 SkIntToScalar(offsets[i].x() - x0), SkIntToScalar(offsets[i].y() - y0),
/external/swiftshader/src/D3D8/
H A DDirect3DSwapChain8.cpp96 sRect.y0 = sourceRect->top;
104 dRect.y0 = destRect->top;
/external/syslinux/com32/lib/sys/
H A Dansicon_write.c142 int x0, int y0, int x1, int y1)
147 firmware->o_ops->erase(x0, y0, x1, y1, attribute);
141 ansicon_erase(const struct term_state *st, int x0, int y0, int x1, int y1) argument
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp89 Y0<f0> y0; variable
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h308 dst->y0 = src->y0;
330 box.y = MIN2(rect->y0, rect->y1);
332 box.height = abs(rect->y1 - rect->y0);
/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.c54 fprintf(fd, " tw=%d, th=%d x0=%d x1=%d y0=%d y1=%d\n",
55 img->tw, img->th, tcd->image->x0, tcd->image->x1, tcd->image->y0,
61 fprintf(fd, " x0=%d, y0=%d, x1=%d, y1=%d, numcomps=%d\n",
62 tile->x0, tile->y0, tile->x1, tile->y1, tile->numcomps);
67 " x0=%d, y0=%d, x1=%d, y1=%d, numresolutions=%d\n",
68 tilec->x0, tilec->y0, tilec->x1, tilec->y1, tilec->numresolutions);
73 " x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d\n",
74 res->x0, res->y0, res->x1, res->y1, res->pw, res->ph, res->numbands);
79 " x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d\n",
80 band->x0, band->y0, ban
[all...]
/external/skia/gm/
H A Dxfermodes.cpp236 SkScalar y0 = 0; variable
238 SkScalar x = x0, y = y0;
275 y0 = y;
278 y0 = 0;
/external/swiftshader/src/OpenGL/libGL/
H A DDevice.hpp40 int y0; member in struct:gl::Viewport
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c789 int x0, int y0,
793 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 );
794 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 );
805 int x0, int y0,
809 out[0] = get_texel_2d( sp_sview, sp_samp, addr, x0, y0 );
810 out[1] = get_texel_2d( sp_sview, sp_samp, addr, x1, y0 );
1030 const int y0 = vflr & (ypot - 1); local
1040 if (x0 < xmax && y0 < ymax) {
1041 get_texel_quad_2d_no_border_single_tile(sp_sview, addr, x0, y0, tx);
1045 const unsigned y1 = (y0
787 get_texel_quad_2d_no_border(const struct sp_sampler_view *sp_sview, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
802 get_texel_quad_2d(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
1081 const int y0 = vflr & (ypot - 1); local
1111 int x0, y0; local
1522 int x0, y0, x1, y1; local
1569 int x0, y0, x1, y1; local
1614 int x0, y0, x1, y1; local
1682 int x0, y0, x1, y1; local
1746 int x0, x1, y0, y1, z0, z1; local
[all...]
H A Dsp_setup.c138 quad->input.y0 >= maxy ||
140 quad->input.y0 + 1 < miny) {
147 if (quad->input.y0 < miny)
151 if (quad->input.y0 == maxy - 1)
237 setup->quad[q].input.y0 = setup->span.y;
301 float y0 = v0[0][1]; local
304 if (y0 <= y1) {
306 /* y0<=y1<=y2 */
311 else if (y2 <= y0) {
312 /* y2<=y0<
1093 int y0 = (int) v0[0][1]; local
[all...]
/external/pdfium/xfa/fxgraphics/
H A Dcxfa_gepath.cpp54 float y0 = sin(sweep_angle / 2); local
56 float ty = y0 - ((tx * x0) / y0);
/external/tensorflow/tensorflow/compiler/aot/tests/
H A Dmake_test_graphs.py117 y0, y1 = array_ops.split(y, 2, 0)
119 y0 += 1
122 b = array_ops.concat([y0, x1], axis=0, name='concat_y0_x1')
/external/tensorflow/tensorflow/contrib/quantize/python/
H A Dgraph_matcher_test.py83 # / \y0 y1/ \
91 y0, y1 = array_ops.split(y, num_or_size_splits=2, axis=0)
93 math_ops.add(x, y0)
104 self.assertEqual(y0.op, y1.op)
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram.cc118 // Linearly map the variable x from [x0, x1] unto [y0, y1]
119 double Histogram::Remap(double x, double x0, double x1, double y0, argument
121 return y0 + (x - x0) / (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...]
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBitmap.java382 for (int y0 = y; y0 < y + height; y0++) {
384 pixels[offset + y0 * stride + x0] = colors[(y0 - y) * this.width + (x0 - x)];
/external/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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c321 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
326 bbox.y1 < bbox.y0) {
343 bbox.y0 = MAX2(bbox.y0, 0);
499 (bbox.y1 - bbox.y0) <= MAX_FIXED_LENGTH32) {
708 plane_s->c = (1-scissor->y0) << 8;
765 (bbox->y0 ^ bbox->y1));
771 (bbox->y1 - (bbox->y0 & ~3)));
788 int iy0 = bbox->y0 / TILE_SIZE;
790 unsigned py = bbox->y0
[all...]
/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c851 WORD32 *y0, *y1, *y2, *y3; local
853 y0 = ptr_y;
858 y1 = y0 + (WORD32)(npoints >> 2);
885 y0[h2] = n00;
886 y0[h2 + 1] = n01;
912 y0[h2 + 2] = n02;
913 y0[h2 + 3] = n03;
941 WORD32 *y0, *y1, *y2, *y3; local
943 y0 = ptr_y;
948 y1 = y0
1690 WORD32 *y0, *y1, *y2, *y3; local
1794 WORD32 *y0, *y1, *y2, *y3; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c495 float x0, y0, x1, y1; local
507 y0 = dy;
512 add_vertex_1tex(r, x0, y0, s0, t0);
513 add_vertex_1tex(r, x1, y0, s1, t0);
560 int x0, int y0, int x1, int y1, float *color)
564 * x0, y0, x1, y1, color[0], color[1], color[2], color[3]); */
569 add_vertex_color(r, x0, y0, color);
571 add_vertex_color(r, x1, y0, color);
559 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.cpp86 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
88 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
112 // (x1, y1, x0, y0)
114 // (y1, y0, x1, x0)
116 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
120 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
332 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
334 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
335 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
403 const unsigned y0 local
652 unsigned y0 = data >> 14; local
[all...]

Completed in 655 milliseconds

1234567891011>>