Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h63 int trimHeight; member
DBootAnimation.cpp786 frame.trimHeight = animation.height; in preloadZip()
817 frame.trimHeight = height; in preloadZip()
974 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight)); in playAnimation()
988 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight), in playAnimation()
989 0, frame.trimWidth, frame.trimHeight); in playAnimation()