Home
last modified time | relevance | path

Searched defs:pixmapDim (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DNinePatchTest.java93 final int pixmapDim = MathUtils.nextPowerOfTwo(pixmapSize); in newPatchPix() local
140 final int pixmapDim = MathUtils.nextPowerOfTwo(Math.max(fullPatchWidth, fullPatchHeight)); in newMidlessPatch() local