Searched refs:updateRect (Results 1 – 1 of 1) sorted by relevance
896 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() local897 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()898 updateRect.height()); in android()