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

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

Completed in 88 milliseconds