Lines Matching refs:isPow2
3098 boolean isPow2 = (height & (height - 1)) == 0;3099 if (!isPow2) {3173 boolean isPow2 = (height & (height - 1)) == 0;3174 if (!isPow2) {