Home
last modified time | relevance | path

Searched refs:graphicNum (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java116 int graphicNum=0; in getGraphicsOfPage() local
124 temp[graphicNum] = shape; in getGraphicsOfPage()
125 graphicNum++; in getGraphicsOfPage()
129 Object[] graphics = new Object[graphicNum]; in getGraphicsOfPage()
130 System.arraycopy(temp, 0, graphics, 0, graphicNum); in getGraphicsOfPage()

Completed in 19 milliseconds