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

  /frameworks/rs/driver/
rsdPath.cpp 47 float y1, yc, y2; member in struct:DrvPathStatic::__anon20258
123 s->yc = fin[3];
165 vtx[3] = s->yc;
170 vtx[7] = s->yc;
  /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/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 263 qreal yc = p.y(); local
282 double ys = yc - radius;
314 m_path.lineTo(xc, yc);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 334 const GLint yc = (mHeight - mAndroid[0].h) / 2; local
335 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
358 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
359 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
363 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
490 const int yc = ((mHeight - animation.height) / 2); local
495 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
537 glDrawTexiOES(xc, yc, 0, animation.width, animation.height)
    [all...]
  /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/dropbear/libtommath/mtest/
mpi.c 2064 mp_int gx, xc, yc, u, v, A, B, C, D; local
    [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 511 milliseconds