Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h70 int trimWidth; member
H A DBootAnimation.cpp1312 frame.trimWidth = animation.width; in preloadZip()
1343 frame.trimWidth = width; in preloadZip()
1610 const int trimWidth = frame.trimWidth * ratio_w; in playAnimation() local
1636 drawTexturedQuad(xc, frameDrawY, trimWidth, trimHeight); in playAnimation()