Home | History | Annotate | Download | only in hwui

Lines Matching refs:saveCount

732 void OpenGLRenderer::restoreToCount(int saveCount) {
733 if (saveCount < 1) saveCount = 1;
735 while (mSaveCount > saveCount) {