D | BootAnimation.cpp | 337 const GLint xc = (mWidth - mAndroid[0].w) / 2; in android() local 339 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() 354 GLint x = xc - offset; in android() 367 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h); in android() 680 const int xc = (mWidth - animation.width) / 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()
|