Searched defs:y1 (Results 176 - 200 of 435) sorted by relevance

1234567891011>>

/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))
336 // ((16-y1) * (Aa2 * (16-x1) + Aa3 * x1) +
626 // (4x(0, y1), 4x(0, y0))
658 unsigned y1 = data & 0x3FFF; local
671 reinterpret_cast<const uint32_t*>(src_addr + y1 * r
[all...]
H A DSkTextureCompression_opts_neon.cpp94 const uint64x2_t y1 = vandq_u64(ret, kMask6); local
97 ret = vorrq_u64(y1, vorrq_u64(y2, y3));
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp98 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { argument
100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS;
/external/chromium_org/third_party/skia/tests/
H A DAAClipTest.cpp174 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
176 SkIntToScalar(x1), SkIntToScalar(y1),
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp130 int y1 = y0+1; local
135 int j1 = de::clamp(y1, 0, h-1);
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp529 const int y1 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) + pointIter->z()*0.5f); local
531 const int h = y1-y0;
/external/fdlibm/
H A De_pow.c108 double y1,t1,t2,r,s,t,u,v,w; local
258 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
259 y1 = y;
260 __LO(y1) = 0;
261 p_l = (y-y1)*t1+y*t2;
262 p_h = y1*t1;
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c51 double n1=0.0, y1=0.0, expn1, expy1; local
57 y1 = uprv_modf(value1, &n1);
60 if(y1 != expy1 || n1 != expn1){
62 expn1, n1, expy1, y1);
65 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c555 uint8_t y0, y1, u, v; local
567 y1 = (value >> 24) & 0xff;
573 util_format_yuv_to_rgb_float(y1, u, v, &dst[0], &dst[1], &dst[2]);
588 y1 = (value >> 24) & 0xff;
611 uint8_t y0, y1, u, v; local
623 y1 = (value >> 24) & 0xff;
629 util_format_yuv_to_rgb_8unorm(y1, u, v, &dst[0], &dst[1], &dst[2]);
644 y1 = (value >> 24) & 0xff;
666 uint8_t y0, y1, u, v; local
670 uint8_t y0, y1, u local
727 uint8_t y0, y1, u, v; local
731 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
808 uint8_t y0, y1, u, v; local
864 uint8_t y0, y1, u, v; local
919 uint8_t y0, y1, u, v; local
923 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
980 uint8_t y0, y1, u, v; local
984 uint8_t y0, y1, u0, u1, v0, v1, u, v; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
289 y1 = cy + irb->draw_y;
299 x1, y1, x2 - x1, y2 - y1);
362 assert(y1 < y2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
557 y1 = image_y;
567 x1, y1, x
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
289 y1 = cy + irb->draw_y;
299 x1, y1, x2 - x1, y2 - y1);
362 assert(y1 < y2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
557 y1 = image_y;
567 x1, y1, x
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c268 int x1, y1, x2, y2; local
289 y1 = cy + irb->draw_y;
299 x1, y1, x2 - x1, y2 - y1);
362 assert(y1 < y2);
376 OUT_BATCH((y1 << 16) | x1);
455 OUT_BATCH((0 << 16) | 0); /* clip x1, y1 */
535 uint32_t x1, y1, x2, y2; local
557 y1 = image_y;
567 x1, y1, x
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c112 int x1, y1, x2, y2; local
123 y1 = ctx->DrawBuffer->Height - (y + h);
125 y2 = y1 + h - 1;
128 y1 = y;
135 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c112 int x1, y1, x2, y2; local
123 y1 = ctx->DrawBuffer->Height - (y + h);
125 y2 = y1 + h - 1;
128 y1 = y;
135 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
/external/opencv/cv/src/
H A Dcvfilter.cpp341 int y0, int y1, int y2 )
352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow;
340 fill_cyclic_buffer( const uchar* src, int src_step, int y0, int y1, int y2 ) argument
H A Dcvmotempl.cpp472 int x1, y1; local
479 for( y1 = 0; y1 < comp.rect.height; y1++ )
482 (comp.rect.y + y1)*mask->step) + comp.rect.x;
484 (comp.rect.y + y1+1)*mask8u->step + comp.rect.x+1;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp169 AGG_INLINE void outline_aa::render_hline(int ey, int x1, int y1, int x2, int y2) argument
177 if(y1 == y2) {
182 delta = y2 - y1;
186 p = (poly_base_size - fx1) * (y2 - y1);
191 p = fx1 * (y2 - y1);
205 y1 += delta;
207 p = poly_base_size * (y2 - y1 + delta);
223 y1 += delta;
228 delta = y2 - y1;
231 void outline_aa::render_line(int x1, int y1, in argument
[all...]
/external/pixman/pixman/
H A Dpixman-trap.c421 box->y1 = 0;
428 box->y1 = INT32_MAX;
435 int y1, y2; local
440 y1 = pixman_fixed_to_int (trap->top);
441 if (y1 < box->y1)
442 box->y1 = y1;
465 if (box->x1 >= box->x2 || box->y1 >= box->y2)
527 mask_format, box.x2 - box.x1, box.y2 - box.y1, NUL
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c477 int x1, y1, x2, y2; local
486 y1 = rects[i].y;
488 y2 = y1 + rects[i].h;
500 if (y1 < 0) {
501 y1 = 0;
502 } else if (y1 > height) {
503 y1 = height;
510 if (x2 <= x1 || y2 <= y1) {
517 sha_y1 = scr_y1 = y1;
524 scr_x1 = y1;
[all...]
/external/skia/src/core/
H A DSkRegion_path.cpp383 void set(int x, int y0, int y1) { argument
384 SkASSERT(y0 != y1);
388 fY1 = (SkRegion::RunType)(y1);
409 int y1 = base->fY1; local
428 if ((e->fFlags & Edge::kY0Link) == 0 && y1 == e->fY0) {
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp135 int y1 = SkClampMax(sy , src.height() - 1); local
143 SkPMColor s01 = *src.getAddr32(x0, y1);
144 SkPMColor s11 = *src.getAddr32(x1, y1);
145 SkPMColor s21 = *src.getAddr32(x2, y1);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
/external/skia/src/opts/
H A DSkBitmapFilter_opts_SSE2.cpp66 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
70 for (int src_y = y0; src_y <= y1; src_y++) {
123 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
137 for (int src_y = y0; src_y <= y1; src_y++) {
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))
337 // ((16-y1) * (Aa2 * (16-x1) + Aa3 * x1) +
627 // (4x(0, y1), 4x(0, y0))
659 unsigned y1 = data & 0x3FFF; local
672 reinterpret_cast<const uint32_t*>(src_addr + y1 * r
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp98 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { argument
100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS;
/external/skia/tests/
H A DAAClipTest.cpp174 static void icubicTo(SkPath& path, int x0, int y0, int x1, int y1, int x2, int y2) { argument
176 SkIntToScalar(x1), SkIntToScalar(y1),

Completed in 453 milliseconds

1234567891011>>