HomeSort by relevance Sort by last modified time
    Searched defs:yc (Results 1 - 16 of 16) sorted by null

  /system/core/libpixelflinger/
raster.cpp 112 size_t yc = height; local
122 } while (--yc);
130 } while (--yc);
137 } while (--yc);
trap.cpp 159 GGLcoord yc = v[1]; local
162 yc = TRI_FLOOR(yc) + TRI_HALF;
165 yc = TRI_ROUND(yc);
168 GGLint t = (yc - halfSize) >> TRI_FRACTION_BITS;
170 GGLint b = (yc + halfSize) >> TRI_FRACTION_BITS;
232 int yc = b - t; local
233 if (xc>0 && yc>0) {
253 } while (--yc);
297 int yc = b - t; local
434 int yc = b - t; local
    [all...]
  /external/opencv/cv/src/
cvcamshift.cpp 173 double a, b, c, xc, yc; local
226 yc = cvRound( m01 * inv_m00 + windowIn.y );
261 int _yc = cvRound( yc );
cvhough.cpp 225 float xc, yc; local
301 yc = (float) row + 0.5f;
305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
306 r = (float) sqrt( (double)xc * xc + (double)yc * yc );
370 yc = (float) y[index] + 0.5f;
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
375 r = (float) sqrt( (double)xc * xc + (double)yc * yc ) * isrho;
    [all...]
  /external/opencv3/modules/imgproc/test/
test_moments.cpp 211 double xc = 0., yc = 0.; local
257 xc = m.m10/m.m00, yc = m.m01/m.m00;
263 double s0 = 0, s1 = 0, s2 = 0, s3 = 0, y1 = y - yc;
  /external/opencv3/modules/video/src/
camshift.cpp 151 int yc = cvRound( m01 * inv_m00 + window.y ); local
179 int _yc = cvRound( yc );
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
DelaunayTriangulator.java 227 float xc, yc; local
236 yc = m2 * (xc - mx2) + my2;
243 yc = m1 * (xc - mx1) + my1;
249 yc = m1 * (xc - mx1) + my1;
254 float dy = y2 - yc;
259 dy = yp - yc;
  /developers/build/prebuilts/gradle/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 405 final float yc = mYOrigin; local
416 final float y = yc - particleSystem.getPosY(i) * ys;
  /developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 405 final float yc = mYOrigin; local
416 final float y = yc - particleSystem.getPosY(i) * ys;
  /development/samples/browseable/AccelerometerPlay/src/com.example.android.accelerometerplay/
AccelerometerPlayActivity.java 405 final float yc = mYOrigin; local
416 final float y = yc - particleSystem.getPosY(i) * ys;
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 435 final float yc = mYOrigin; local
448 final float y = yc - particleSystem.getPosY(i) * ys;
  /external/ImageMagick/MagickCore/
distort.c 2211 { double xc,yc; local
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 214 float xc, yc; local
284 yc = (float) row + 0.5f;
288 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
289 r = (float) std::sqrt( (double)xc * xc + (double)yc * yc );
352 yc = (float) y[index] + 0.5f;
356 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
357 r = (float) std::sqrt( (double)xc * xc + (double)yc * yc ) * isrho;
    [all...]
lsd.cpp 793 double yc = double(reg[0].y); local
801 if (dist(xc, yc, reg[i].x, reg[i].y) < rec.width)
837 double yc = double(reg[0].y); local
838 double radSq1 = distSq(xc, yc, rec.x1, rec.y1);
839 double radSq2 = distSq(xc, yc, rec.x2, rec.y2);
848 if(distSq(xc, yc, double(reg[i].x), double(reg[i].y)) > radSq)
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 359 const GLint yc = (mHeight - mAndroid[0].h) / 2; local
360 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
383 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
384 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
388 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
820 const int yc = animationY + frame.trimY; local
822 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
835 // which is equivalent to mHeight - (yc + frame.trimHeight
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1359 milliseconds