Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h65 int trimHeight; member
DBootAnimation.cpp811 frame.trimHeight = animation.height; in preloadZip()
842 frame.trimHeight = height; in preloadZip()
999 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight)); in playAnimation()
1013 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight), in playAnimation()
1014 0, frame.trimWidth, frame.trimHeight); in playAnimation()