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

/frameworks/rs/driver/
H A DrsdPath.cpp46 float x1, xc, x2; member in struct:DrvPathStatic::__anon1539
122 s->xc = fin[2];
164 vtx[2] = s->xc;
169 vtx[6] = s->xc;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp333 const GLint xc = (mWidth - mAndroid[0].w) / 2; local
335 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
350 GLint x = xc - offset;
363 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
489 const int xc = (mWidth - animation.width) / 2; local
495 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
537 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);

Completed in 60 milliseconds