Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h71 int trimHeight; member
DBootAnimation.cpp1356 frame.trimHeight = animation.height; in preloadZip()
1387 frame.trimHeight = height; in preloadZip()
1662 const int trimHeight = frame.trimHeight * ratio_h; in playAnimation() local
1670 const int frameDrawY = mHeight - (yc + trimHeight); in playAnimation()
1687 drawTexturedQuad(xc, frameDrawY, trimWidth, trimHeight); in playAnimation()