122123124125126127128129130131
if (c.getTranslation() != null) contours.add(c.getTranslation()); } theMask = new ShapedMask(region, this); } return theMask.getData(rect); }