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::__anon1493
123 s->yc = fin[3];
165 vtx[3] = s->yc;
170 vtx[7] = s->yc;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp345 const GLint yc = (mHeight - mAndroid[0].h) / 2; local
346 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
369 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
370 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
374 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
577 const int yc = ((mHeight - animation.height) / 2); local
582 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
633 glDrawTexiOES(xc, yc,
[all...]

Completed in 349 milliseconds