Home
last modified time | relevance | path

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

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