Home
last modified time | relevance | path

Searched refs:yc (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp338 const GLint yc = (mHeight - mAndroid[0].h) / 2; in android() local
339 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android()
362 glDrawTexiOES(x, yc, 0, mAndroid[1].w, mAndroid[1].h); in android()
363 glDrawTexiOES(x + mAndroid[1].w, yc, 0, mAndroid[1].w, mAndroid[1].h); in android()
367 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h); in android()
681 const int yc = ((mHeight - animation.height) / 2); in playAnimation() local
685 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height)); in playAnimation()
746 glDrawTexiOES(xc, mHeight - (yc + animation.height), in playAnimation()