Searched defs:yc (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdPath.cpp47 float y1, yc, y2; member in struct:DrvPathStatic::__anon1539
123 s->yc = fin[3];
165 vtx[3] = s->yc;
170 vtx[7] = s->yc;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp334 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,
[all...]

Completed in 1196 milliseconds