Home | History | Annotate | Download | only in bootanimation

Lines Matching refs:yc

334     const GLint yc = (mHeight - mAndroid[0].h) / 2;
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);
495 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
537 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);