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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h100 int trimHeight; member in struct:android::BootAnimation::Animation::Frame
H A DBootAnimation.cpp759 frame.trimHeight = animation.height;
790 frame.trimHeight = height;
956 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
968 // specify the y center as ceiling((mHeight - frame.trimHeight) / 2)
969 // which is equivalent to mHeight - (yc + frame.trimHeight)
970 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight),
971 0, frame.trimWidth, frame.trimHeight);

Completed in 1090 milliseconds