HomeSort by relevance Sort by last modified time
    Searched refs:y0 (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/test/CXX/over/over.over/
p1.cpp 84 template<int(int)> struct Y0 { };
89 Y0<f0> y0; variable
90 Y0<&f0> y0a;
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 146 jfloat y0,
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
164 jfloat y0,
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 159 int y0 = m_coords[1].calcMinValue(height); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 351 float y0 = bounds.origin.y; local
353 float y1 = y0 + bounds.size.height;
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 119 extern "C" void rsdIntrinsicConvolve5x5_K(void *dst, const void *y0, const void *y1,
134 uint32_t y0 = rsMax((int32_t)p->y-2, 0); local
140 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0);
  /external/opencv/cv/src/
cvshapedescr.cpp 567 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 | | e/2 | |0
    [all...]
cvsegmentation.cpp 445 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;
cvhough.cpp 564 int i, j, k, x0, y0, dx0, dy0, xflag; local
600 y0 = i;
606 y0 = (y0 << shift) + (1 << (shift-1));
618 int gap = 0, x = x0, y = y0, dx = dx0, dy = dy0;
666 int x = x0, y = y0, dx = dx0, dy = dy0;
910 int sx, sy, x0, y0, x1, y1, r, k; local
932 y0 = cvRound((y*idp)*ONE) + ONE + (ONE/2);
937 y0 += min_radius * sy;
939 for( x1 = x0, y1 = y0, r = min_radius; r <= max_radius; x1 += sx, y1 += sy, r++
    [all...]
cvundistort.cpp 52 float x0 = (size.width-1)*0.5f, y0 = (size.height-1)*0.5f; local
70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
236 y0 = (size.height-1)*0.5f;
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
444 double x, y, x0, y0; local
457 y0 = y = (y - cy)*ify;
467 y = (y0 - deltaY)*icdist;
  /external/skia/legacy/src/core/
SkRegion_path.cpp 331 void set(int x, int y0, int y1) {
332 SkASSERT(y0 != y1);
335 fY0 = (SkRegion::RunType)(y0);
356 int y0 = base->fY0; local
363 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
  /external/skia/src/core/
SkRegion_path.cpp 346 void set(int x, int y0, int y1) {
347 SkASSERT(y0 != y1);
350 fY0 = (SkRegion::RunType)(y0);
371 int y0 = base->fY0; local
378 if ((e->fFlags & Edge::kY1Link) == 0 && y0 == e->fY1) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_quarter.s 41 y0 RN 3 label
97 ADD tmp4, tmp4, #5 ;// (y0+partW+5)
102 CMP y0, #0
103 BLT do_fill ;// (y0 < 0)
105 ADD tmp2, y0, partH ;// (y0+partHeight)
126 STR x0,[sp,#0x1f0] ;// y0 = 0
133 LDR y0 ,[sp,#0x1f0] ;// y0
135 MLA tmp2, width, y0, x0 ;// y0*width+x
    [all...]
h264bsd_interpolate_ver_half.s 42 y0 RN 3 label
100 CMP y0, #0
101 BLT do_fill ;// (y0 < 0)
103 ADD tmp6, y0, partH ;// (y0+partHeight)
104 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
125 STR x0,[sp,#0x1f0] ;// y0 = 0
132 LDR y0 ,[sp,#0x1f0] ;// y0
134 MLA tmp6, width, y0, x0 ;// y0*width+x
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 249 // (x0,y0) source +---------------+
259 RectF src, float x0, float y0, float x, float y, float scaleX,
262 y + (src.top - y0) * scaleY,
264 y + (src.bottom - y0) * scaleY);
311 float y0 = source.top; local
323 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 83 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
85 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
109 // (x1, y1, x0, y0)
111 // (y1, y0, x1, x0)
113 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
117 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
329 // y0 * (Aa2' * (16-x1) + Aa3' * x1),
331 // (16-y0) * (Ra0 * (16 - x0) + Ra1 * x0)) +
332 // y0 * (Ra0' * (16-x0) + Ra1' * x0))
400 const unsigned y0 = XY >> 14 local
648 unsigned y0 = data >> 14; local
    [all...]
SkBitmapProcState_opts_SSE2.cpp 25 unsigned y0 = XY >> 14; local
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 unsigned subY = y0 & 0xF;
131 unsigned y0 = XY >> 14; local
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 unsigned subY = y0 & 0xF;
652 unsigned y0 = XY >> 14; local
653 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
655 unsigned subY = y0 & 0xF;
  /external/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
447 y0 = BN_CTX_get(ctx);
459 if (!BN_copy(y0, &a->Y)) goto err;
463 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
479 if (!BN_GF2m_add(s, y0, y1)) goto err;
488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
  /external/qemu/android/skin/
trackball.c 282 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/skia/legacy/src/opts/
SkBitmapProcState_opts_SSE2.cpp 25 unsigned y0 = XY >> 14; local
26 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
28 unsigned subY = y0 & 0xF;
131 unsigned y0 = XY >> 14; local
132 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
134 unsigned subY = y0 & 0xF;
SkBitmapProcState_opts_SSSE3.cpp 316 const unsigned y0 = XY >> 14; local
318 reinterpret_cast<const uint32_t*>(src_addr + (y0 >> 4) * rb);
321 const unsigned sub_y = y0 & 0xF;
  /external/speex/libspeex/
filters.c 502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
542 y0 = ADD32(y0,MULT16_16(a0, x10-x20))
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 145 void arcTo(float x0, float y0, float x1, float y1, float radius, ExceptionCode&);
193 PassRefPtr<CanvasGradient> createLinearGradient(float x0, float y0, float x1, float y1, ExceptionCode&);
194 PassRefPtr<CanvasGradient> createRadialGradient(float x0, float y0, float r0, float x1, float y1, float r1, ExceptionCode&);
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 81 int *y0 = x0; local
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 132 void WebThemeControlDRTWin::line(int x0, int y0, int x1, int y1, SkColor color)
136 m_canvas->drawLine(SkIntToScalar(x0), SkIntToScalar(y0),
141 void WebThemeControlDRTWin::triangle(int x0, int y0,
152 path.moveTo(SkIntToScalar(x0), SkIntToScalar(y0));
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 109 uint8_t y0 = y[0]; local
112 dst[0] = y0;
134 uint8_t y0 = (src[0] >> 8) & 0xFF; local
137 dst[0] = y0;

Completed in 2464 milliseconds

1 2 34 5 6 7 8 910