Searched refs:shapeNum (Results 1 – 1 of 1) sorted by relevance
67 int shapeNum=0; in getShapesOfPageByType() local75 temp[shapeNum] = shape; in getShapesOfPageByType()76 shapeNum++; in getShapesOfPageByType()80 Object[] shapes = new Object[shapeNum]; in getShapesOfPageByType()81 System.arraycopy(temp, 0, shapes, 0, shapeNum); in getShapesOfPageByType()
Completed in 11 milliseconds