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

1 2 3 4 56 7 8 910

  /system/core/libpixelflinger/
trap.cpp 515 int32_t y0 = v0[1]; local
522 int32_t dy20 = y2 - y0;
523 int32_t dy01 = y0 - y1;
530 swap(y0, y1);
532 dy01 = y0 - y1;
534 dy20 = y2 - y0;
541 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS;
543 const int32_t bmaxy = TRI_CEIL( max(y0, y1, y2)) >> TRI_FRACTION_BITS;
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my);
    [all...]
  /external/opencv/cv/src/
cvtemplmatch.cpp 207 int x0 = x - anchor.x, y0 = y - anchor.y; local
208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2;
214 y2 = MIN( img->rows, y0 + isz.height );
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
cvfundam.cpp 702 double x0 = m1[i].x, y0 = m1[i].y; local
706 a[i*9+1] = x1*y0;
709 a[i*9+4] = y1*y0;
712 a[i*9+7] = y0;
850 double y0 = (m1[i].y - m0c.y)*scale0; local
853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 };
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_ver_quarter.s 42 y0 RN 3 label
107 CMP y0, #0
108 BLT do_fill ;// (y0 < 0)
111 ADD tmp5, y0, partH ;// (y0+partHeight)
112 ADD tmp5, tmp5, #5 ;// (y0+partH+5)
133 STR x0,[sp,#0x1f0] ;// y0 = 0
140 LDR y0 ,[sp,#0x1f0] ;// y0
144 MLA tmp5, width, y0, x0 ;// y0*width+x
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /external/skia/legacy/src/core/
SkEdgeClipper.cpp 427 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1,
432 SkTSwap<SkScalar>(y0, y1);
434 fCurrPoint[0].set(x, y0);
  /external/skia/src/core/
SkEdgeClipper.cpp 439 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1,
444 SkTSwap<SkScalar>(y0, y1);
446 fCurrPoint[0].set(x, y0);
  /external/skia/src/effects/
SkDashPathEffect.cpp 212 SkScalar y0 = fPts[0].fY + SkScalarMul(fTangent.fY, d0); local
216 pts[0].set(x0 + fNormal.fX, y0 + fNormal.fY); // moveTo
219 pts[3].set(x0 - fNormal.fX, y0 - fNormal.fY); // lineTo
  /external/skia/legacy/src/effects/
SkTestImageFilters.cpp 213 const int y0 = bounds.top(); local
241 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 62 export let y0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 241 __MATHCALL (y0,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 241 __MATHCALL (y0,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 241 __MATHCALL (y0,, (_Mdouble_));
  /development/ndk/platforms/android-3/include/
math.h 265 double y0(double);
  /development/ndk/platforms/android-9/include/
math.h 265 double y0(double);
  /external/aac/libFDK/src/
qmf.cpp 496 FIXP_QMF x0, x1, y0, y1; local
500 y0 = timeIn[L2 - 1 - i] >> 1;
503 rSubband[i] = x0 - y0;
505 iSubband[i] = x0 + y0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 61 pkhtb r0, r9, r0, asr #16 ; [y1 | y0]
67 eor r0, r0, lr ; [(y1 ^ sz1) | (y0 ^ sz0)]
  /external/skia/legacy/src/ports/
SkFontHost_ascender.cpp 168 src += rec.y0 * rec.pitch + rec.x0;
  /external/skia/src/ports/
SkFontHost_ascender.cpp 168 src += rec.y0 * rec.pitch + rec.x0;
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 46 { locals: {a0: 1.01, b0: 2.02}, args: { names: ["i", "x0", "y0"], values: [0, 3.03, 4.04] } },
183 function h(i, x0, y0) {
debug-evaluate-locals-optimized.js 38 { locals: {a0: 1, b0: 2}, args: { names: ["i", "x0", "y0"], values: [0, 3, 4] } },
173 function h(i, x0, y0) {
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.idl 47 CanvasGradient createLinearGradient(in float x0, in float y0, in float x1, in float y1)
49 CanvasGradient createRadialGradient(in float x0, in float y0, in float r0, in float x1, in float y1, in float r1)
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 68 extern "C" void rsdIntrinsicConvolve3x3_K(void *dst, const void *y0, const void *y1,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 265 double y0(double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 265 double y0(double);

Completed in 1502 milliseconds

1 2 3 4 56 7 8 910