Home
last modified time | relevance | path

Searched refs:quadH (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DGrid.java54 int quadH = mH - 1; in Grid() local
55 int quadCount = quadW * quadH; in Grid()
75 for (int y = 0; y < quadH; y++) { in Grid()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java109 int quadH = mH - 1; in Grid() local
110 int quadCount = quadW * quadH; in Grid()
130 for (int y = 0; y < quadH; y++) { in Grid()
DCubeMapActivity.java277 int quadH = mH - 1; in Grid() local
278 int quadCount = quadW * quadH; in Grid()
298 for (int y = 0; y < quadH; y++) { in Grid()