Searched refs:mDimy (Results 1 – 7 of 7) sorted by relevance
56 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()
58 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()
65 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()
318 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() local567 v.mDimy = mDimy; in buildRSVolume2()573 b.setX(v.mDimx).setY(v.mDimy); in buildRSVolume2()585 int size = v.mDimy * v.mDimx; in buildRSVolume2()
33 float miny = delta + trim[1] * (v.mDimy - delta); in Cube()36 float maxy = v.mDimy - delta - trim[4] * (v.mDimy - delta); in Cube()
33 public int mDimy = -1; field in Volume40 String ret = "Volume[" + mDimx + "," + mDimy + "," + mDimz + "]"; in toString()
51 mDimY = mVolume.mDimy; in RsBrickedBitMask()