Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp339 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() local
341 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()
342 updateRect.height()); in android()