Searched defs:yc (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp323 const GLint yc = (mHeight - mAndroid[0].h) / 2; local
324 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
347 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
348 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
352 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
464 const int yc = ((mHeight - animation.height) / 2); local
469 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
506 glDrawTexiOES(xc, yc,
[all...]

Completed in 71 milliseconds