/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 290 float x0 = centerX + (x - centerX) * scale;
local 294 tempMat.setTranslation(x0, getHeight() - y0, 0);
316 float x0 = x + 0.5f * width * (1f - imageScale);
local 320 tempMat.setTranslation(x0, getHeight() - y0, 0);
371 public void enableClip(int x0, int y0, int x1, int y1) {
374 r.setClipRect(x0, getHeight() - y1, x1 - x0, y1 - y0);
|
/external/libvpx/vp8/common/ |
postproc.c | 126 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 631 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height) 638 dx = *x1 - x0; 643 *y1 = ((width-x0)*dy)/dx + y0; 647 dx = *x1 - x0; 652 *y1 = ((0-x0)*dy)/dx + y0; 656 dx = *x1 - x0; 661 *x1 = ((height-y0)*dx)/dy + x0; 665 dx = *x1 - x0; 670 *x1 = ((0-y0)*dx)/dy + x0; 841 int x0, y0; local [all...] |
/external/opencv/cv/src/ |
cvsegmentation.cpp | 445 int x0 = j, y0 = i, x1, y1, iter; local 464 minx = cvRound(x0 - sp); minx = MAX(minx, 0); 466 maxx = cvRound(x0 + sp); maxx = MIN(maxx, size.width-1); 525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) + 529 x0 = x1; y0 = y1;
|
cvstereobm.cpp | 252 int x0 = x - wsz2 - 1, x1 = x + wsz2; local 253 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep; 458 int x0 = x - wsz2 - 1, x1 = x + wsz2; local 459 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; 462 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep;
|
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; 213 x2 = MIN( img->cols, x0 + isz.width ); 228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 )); 244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );
|
cvundistort.cpp | 52 float x0 = (size.width-1)*0.5f, y0 = (size.height-1)*0.5f; local 69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; 193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local 235 x0 = (size.width-1)*0.5f; 248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; 444 double x, y, x0, y0; local 456 x0 = x = (x - cx)*ifx; 466 x = (x0 - deltaX)*icdist;
|
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; 620 x0 = xi_1; 638 dxy = xi * y0 - x0 * yi; 648 x0 = xi; 670 dxy = x_s * y0 - x0 * y_s; 680 x0 = x_s; 697 xi = x0; 790 double x0, y0, idet, scale, offx = 0, offy = 0; local 903 | a b/2 | * | x0 | + | d/2 | = |0 [all...] |
/external/skia/tests/ |
MathTest.cpp | 198 float x0 = (float)ival; local 201 REPORTER_ASSERT(reporter, x0 == x1); 202 REPORTER_ASSERT(reporter, x0 == x2);
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 57 static double x0; // x[n] variable 93 x0 = 0.0f; 105 x0 = (double) buffer[i]; 107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2); 110 x1 = x0;
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.h | 554 double x0,x1,x2,mult; local 557 x0=H[0]*x[0]+H[1]*x[1]+H[2]; 561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TiledTexture.java | 242 // (x0,y0) source +---------------+ 252 RectF src, float x0, float y0, float x, float y, float scaleX, 254 output.set(x + (src.left - x0) * scaleX, 256 x + (src.right - x0) * scaleX, 299 float x0 = source.left; local 311 mapRect(dest, src, x0, y0, x, y, scaleX, scaleY);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.h | 554 double x0,x1,x2,mult; local 557 x0=H[0]*x[0]+H[1]*x[1]+H[2]; 561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
|
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/tools/motodev/src/plugins/preflighting.core/apktool/ |
apktool.jar | |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 400 int x0 = width() + radius - kMiniTitleChangeInitialXOffset; local 405 x = mini_title_animation_->CurrentValueBetween(x0, x1);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jdepend.jar | |
ant-jmf.jar | |
ant-swing.jar | |
/external/libvorbis/lib/ |
floor1.c | 34 int x0; member in struct:lsfit_acc 272 static int render_point(int x0,int x1,int y0,int y1,int x){ 278 int adx=x1-x0; 280 int err=ady*(x-x0); 362 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ 364 int adx=x1-x0; 368 int x=x0; 391 static void render_line0(int n, int x0,int x1,int y0,int y1,int *d){ 393 int adx=x1-x0; 397 int x=x0; 475 int x0=a[0].x0; local 726 int x0=info->postlist[ln]; local 808 int x0=info->postlist[ln]; local [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \ 287 x0 = x0*x0 + y0*y0; \ 289 mag[i] = x0; \ 291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \ 293 x0 = x0*x0 + y0*y0; \ 295 mag[i+2] = x0; \ 825 double x0 = x[i].f * exp_prescale; local 884 double x0 = x[i].f * exp_prescale; local 930 double x0 = x[i].f * exp_prescale; local 995 double x0 = x[i].f * exp_prescale; local 1396 double x0, x1, x2, x3; local 1451 double x0, y0; local 1496 double x0, x1, x2, x3; local 1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local [all...] |
cxutils.cpp | 275 double x0 = 0., x1 = 0., x2 = 0.; local 332 x0 = a3/a2; 344 x0 = q / a1; 369 x0 = t0 * cos(t1) - t2; 381 x0 = (e + Q / e) - a1 * (1./3); 393 r[0] = (float)x0; 402 r[0] = x0; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local 450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1; 452 t0 = (2 - x0)*b*x1; t1 = (2 - x1)*b*x0; 529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local 530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1; 533 t0 = b*x1; t1 = b*x0; 536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1); 824 CvVectors x0, u; local 827 x0.data.ptr = u.data.ptr = 0 [all...] |