Searched refs:updateRect (Results 1 – 2 of 2) sorted by relevance
147 updateRect( in draw()182 private void updateRect(float left, float top, float right, float bottom) { in updateRect() method in SlashDrawable
419 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() local421 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()422 updateRect.height()); in android()