/** @hide */
 public void subData2D(int xoff, int yoff, int w, int h, float[] d) {
   super.copy2DRangeFrom(xoff, yoff, w, h, d);
 }