Home
last modified time | relevance | path

Searched refs:mDimy (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderRaw.java56 v.mDimy = Integer.parseInt(dim[1]); in buildRSVolume()
115 0, v.mDimy * v.mDimx * 2); in buildRSVolume()
116 short[] slice = new short[v.mDimy * v.mDimx]; in buildRSVolume()
123 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
132 int size = v.mDimy * v.mDimx; in buildRSVolume()
DMandelbulb.java58 v.mDimx = v.mDimy = v.mDimz = SIZE; in buildRSVolume()
65 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
68 b.setX(v.mDimx).setY(v.mDimy).setZ(v.mDimz); in buildRSVolume()
DDroid.java65 v.mDimx = v.mDimy = v.mDimz = SIZE; in buildRSVolume()
73 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
76 b.setX(v.mDimx).setY(v.mDimy).setZ(v.mDimz); in buildRSVolume()
DLoaderDicom.java318 v.mDimy = (Short) data.get(0x28, 0x11).mValue; in buildVolume()
421 v.mDimy = dimY; in buildRSVolume()
428 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
439 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume()
446 int size = v.mDimy * v.mDimx; in buildRSVolume()
552 short mDimy = (Short) data.get(0x28, 0x11).mValue; in buildRSVolume2() local
567 v.mDimy = mDimy; in buildRSVolume2()
573 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume2()
585 int size = v.mDimy * v.mDimx; in buildRSVolume2()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DCube.java33 float miny = delta + trim[1] * (v.mDimy - delta); in Cube()
36 float maxy = v.mDimy - delta - trim[4] * (v.mDimy - delta); in Cube()
DVolume.java33 public int mDimy = -1; field in Volume
40 String ret = "Volume[" + mDimx + "," + mDimy + "," + mDimz + "]"; in toString()
DRsBrickedBitMask.java51 mDimY = mVolume.mDimy; in RsBrickedBitMask()