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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp359 const GLint yc = (mHeight - mAndroid[0].h) / 2; local
360 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
383 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h);
384 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h);
388 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
820 const int yc = animationY + frame.trimY; local
822 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
835 // which is equivalent to mHeight - (yc
[all...]

Completed in 75 milliseconds